We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug PaperPi stops showing images and displays critical error -- Plugin: Weather Den haag returned invalid image data; screen update skipped
Plugin: Weather Den haag returned invalid image data; screen update skipped
To Reproduce Steps to reproduce the behavior:
Expected behavior PaperPi should continue to display data from the plugins, or fall back to the default fallback plugin
default fallback plugin
Additional context sample log output:
] INFO 09:40:23 paperpi :_update_plugins:454 :INFO - ##########Plugin: Word Clock########## │ ] INFO 09:40:23 paperpi :_update_plugins:467 :INFO - PRIORITY: 2 of max 2 │ ] INFO 09:40:28 paperpi :update_loop:558 :CRITICAL - Plugin: Weather Den haag returned invalid image data; screen update skipped │ ] INFO 09:40:33 paperpi :update_loop:507 :INFO - Plugin: Weather Den haag--display for: 40.0 of 50 seconds │ ] INFO 09:40:33 paperpi :_update_plugins:450 :INFO - >>__________UPDATING PLUGINS__________<< │ ] INFO 09:40:33 paperpi :_update_plugins:454 :INFO - ##########Plugin: default fallback plugin########## │ ] INFO 09:40:33 Plugin :update :167 :INFO - starting update - timeout: 30 sec │ ] INFO 09:40:33 paperpi :_update_plugins:467 :INFO - PRIORITY: 16384 of max 32768
The text was updated successfully, but these errors were encountered:
The problem appears to be in the update loop. It's not clear what triggers this issue.
Sorry, something went wrong.
The trigger appears to be a crashed plugin; the main update loop does not see this as a stalled plugin and continues to try to display it.
Re-opening this as something is causing all plugins to return invalid images after a few hours under some (??) circumstances.
Successfully merging a pull request may close this issue.
Describe the bug
PaperPi stops showing images and displays critical error --
Plugin: Weather Den haag returned invalid image data; screen update skipped
To Reproduce
Steps to reproduce the behavior:
Expected behavior
PaperPi should continue to display data from the plugins, or fall back to the
default fallback plugin
Additional context
sample log output:
The text was updated successfully, but these errors were encountered: