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

Fix Homebrew Channel /exec bug on webOS 1 #3

Closed
throwaway96 opened this issue Mar 3, 2024 · 3 comments
Closed

Fix Homebrew Channel /exec bug on webOS 1 #3

throwaway96 opened this issue Mar 3, 2024 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@throwaway96
Copy link
Owner

No description provided.

@throwaway96 throwaway96 self-assigned this Mar 3, 2024
@throwaway96 throwaway96 added the bug Something isn't working label Mar 3, 2024
@throwaway96 throwaway96 added this to the v0.6.4 milestone Mar 3, 2024
@throwaway96
Copy link
Owner Author

throwaway96 commented Mar 5, 2024

Done in webosbrew#172.

@throwaway96
Copy link
Owner Author

Actually not done. On webOS 1, you don't get the base64 output in the response.

webOS 1.4.0:

# luna-send -n 1 'luna://org.webosbrew.hbchannel.service/exec' '{"command":"echo test"}'
{"returnValue":true,"error":null,"stdoutString":"test\n","stdoutBytes":"test\n","stderrString":"","stderrBytes":""}

webOS 8.1.0:

# luna-send -n 1 'luna://org.webosbrew.hbchannel.service/exec' '{"command":"echo test"}'
{"returnValue":true,"error":null,"stdoutString":"test\n","stdoutBytes":"dGVzdAo=","stderrString":"","stderrBytes":""}```

@throwaway96 throwaway96 reopened this Mar 6, 2024
@throwaway96
Copy link
Owner Author

Fixed in webosbrew#178.

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
Status: Done
Development

No branches or pull requests

1 participant