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

Get app icon #156

Open
naranik opened this issue Mar 10, 2024 · 2 comments
Open

Get app icon #156

naranik opened this issue Mar 10, 2024 · 2 comments

Comments

@naranik
Copy link

naranik commented Mar 10, 2024

Hi,

Does anyone know how to get the icon associated with an app? If you send the listApps request you get back a list of apps each of which has a URL for an icon, something like 'http://{host}:3000/resources/{hex digits}/{filename}.png'. A normal HTTP request gives a 404 error and I've tried a few different requests using the websocket.

Thanks

@klattimer
Copy link
Owner

Seems like bad implementation on LGs part. If a url has a proper protocol and address in an api response it should work.

Maybe we need someone to confirm it doesn't work on other models?

Please note your software version in the bug, might not be helpful otherwise.

@naranik
Copy link
Author

naranik commented Mar 11, 2024

Yes it's very weird to return an HTTP URL and then not allow it to be fetched by an HTTP request especially when the logos are really not secret.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants