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

last shown image hangs if asset list was cleared #463

Closed
pain64 opened this issue Aug 12, 2016 · 8 comments
Closed

last shown image hangs if asset list was cleared #463

pain64 opened this issue Aug 12, 2016 · 8 comments

Comments

@pain64
Copy link
Contributor

pain64 commented Aug 12, 2016

image

@IRTermite
Copy link

I've also seen it force a reboot on this hang... done it a number of times. Guess that is a watchdog function?

@vpetersson
Copy link
Contributor

@IRTermite We are using the watchdog device on the Raspberry Pi. The watchdog however is triggered on CPU load (if the load average exceeds certain levels). This may or may not be related to this bug.

@vpetersson vpetersson added this to the Sprint 2 milestone Nov 16, 2016
@pain64
Copy link
Contributor Author

pain64 commented Jan 9, 2017

@IRTermite, @vpetersson it's scheduler-related

@vpetersson
Copy link
Contributor

@over64 cool. Alright. It's in this sprint so let's sort it out.

@antonmolodykh
Copy link
Contributor

@vpetersson the problem is related to the fact that the loading.jpg is missed

@vpetersson
Copy link
Contributor

@antonmolodykh Interesting. Where is loading.jpg used?

Regardless, let's create a pull request and assign it to this Issue.

@antonmolodykh
Copy link
Contributor

@vpetersson loading.jpg is used in the asset_loop function in viewer.py, in case when the list of asset is empty. I mean that loading desired picture into the project directory is enough to solve the problem (I do not know which picture)

@vpetersson
Copy link
Contributor

I'm not sure what happened to loading.jpg. It used to be the image we displayed when the playlist was empty. I've created a new one (loading.png). Let's implement it instead.

loading

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

No branches or pull requests

4 participants