Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Can't get JSON data from app #547

Open
glsmith86 opened this issue Sep 7, 2024 · 1 comment
Open

[BUG] Can't get JSON data from app #547

glsmith86 opened this issue Sep 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@glsmith86
Copy link

OS: Ubuntu 24.04.1

glsmith@glsmith-Aspire-F5-771G:~$ /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=GalaxyBudsClient me.timschneeberger.GalaxyBudsClient device --get-all --json
[13:18:46 ERR] Unhandled exception in async task
Tmds.DBus.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name me.timschneeberger.GalaxyBudsClient was not provided by any .service files
at Tmds.DBus.DBusConnection.CallMethodAsync(Message msg, Boolean checkConnected, Boolean checkReplyType)
at Tmds.DBus.Connection.CallMethodAsync(Message message)
at Tmds.DBus.CodeGen.DBusObjectProxy.SendMethodReturnReaderAsync(String iface, String member, Nullable1 inSignature, MessageWriter writer) at Tmds.DBus.CodeGen.DBusObjectProxy.CallNonVoidMethodAsync[T](String iface, String member, Nullable1 inSignature, MessageWriter writer, ReadMethodDelegate1 readValue) at GalaxyBudsClient.Cli.CliHandler.ProcessDeviceVerb[T](ParserResult1 result, DeviceOptions opts) in /run/build/GalaxyBudsClient/GalaxyBudsClient/Cli/CliHandler.cs:line 164
at GalaxyBudsClient.Cli.CliHandler.ProcessDeviceVerb[T](ParserResult`1 result, DeviceOptions opts) in /run/build/GalaxyBudsClient/GalaxyBudsClient/Cli/CliHandler.cs:line 192
error: the Galaxy Buds Manager app is not active. The CLI can only be used while the app is running.

App run in background.

@glsmith86 glsmith86 added the bug Something isn't working label Sep 7, 2024
@glsmith86
Copy link
Author

glsmith86 commented Sep 12, 2024

Portable version also not working.

glsmith@glsmith-Aspire-F5-771G:~$ GalaxyBudsClient_Linux_64bit_Portable.bin device --get-all
[10:10:56 ERR] Unhandled exception in async task
Tmds.DBus.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name me.timschneeberger.galaxybudsclient was not provided by any .service files
at Tmds.DBus.DBusConnection.CallMethodAsync(Message msg, Boolean checkConnected, Boolean checkReplyType)
at Tmds.DBus.Connection.CallMethodAsync(Message message)
at Tmds.DBus.CodeGen.DBusObjectProxy.SendMethodReturnReaderAsync(String iface, String member, Nullable1 inSignature, MessageWriter writer) at Tmds.DBus.CodeGen.DBusObjectProxy.CallNonVoidMethodAsync[T](String iface, String member, Nullable1 inSignature, MessageWriter writer, ReadMethodDelegate1 readValue) at GalaxyBudsClient.Cli.CliHandler.ProcessDeviceVerb[T](ParserResult1 result, DeviceOptions opts)
at GalaxyBudsClient.Cli.CliHandler.ProcessDeviceVerb[T](ParserResult`1 result, DeviceOptions opts)
error: the Galaxy Buds Manager app is not active. The CLI can only be used while the app is running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant