-
Notifications
You must be signed in to change notification settings - Fork 18
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
Client only retrieves certain images #41
Comments
What does the serial console output of the client look like when this issue happens? Are you using your own server or |
I am using my own server. Here is the terminal from the client:
|
Do you see any error logs on the server? This client log looks fine, but it also only shows the request and response for |
I'm getting the following. I'm using a waveshare 7.5", 800x480 display:
|
The first error message explains what's going on:
You can follow the link for more info and ways to fix it. |
Unfortunately, I got this response from Google Cloud Support:
Additionally, i will try to dig deeper and report back. In the meantime, if you are able to figure out how to lower the size of the request (or give me guidance as to how many requests I would need to satisfy Google), I would appreciate the help. |
The default values for the display size (and variant) are only used when the request doesn't specify any size. See here. This is mainly a fallback for compatibility with older clients. So in your case, the client is requesting an 800x480 image. If your display is 640x384 instead, you should change the client configuration here. |
Client will display pages
calendar
,artwork
,wittgenstein
, andcity
, but fails to show content and displays asettings_response
forcommute
andeveryone
. Any idea how this could be happening? The server is creating the image just fine.The text was updated successfully, but these errors were encountered: