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

Infinite loop when playing an album from browse view #734

Open
toggm opened this issue May 2, 2020 · 0 comments
Open

Infinite loop when playing an album from browse view #734

toggm opened this issue May 2, 2020 · 0 comments

Comments

@toggm
Copy link

toggm commented May 2, 2020

I've setup a volumio on a raspberry 3b+ combined with a PI 7" touchscreen. As a backend music service I've configured Mopidy instead of MPD with the adjusted explodeUri functionality (https://github.com/toggm/Volumio2/tree/dev/volumio_with_mopidy).
Pressing the play button after search and selecting an album results in an infinite loop calling the clickListItem from the onClick function until I manually deselect the play button. This ends up appending the same album again and again and brings down the whole volumio.

The infinite loop only happend when selecting the play button from the touchscreen. If I connect from my mobile phone or notebook to the volumio-ui everything works as expected.
I tried several steps to fix the issue:

Both didn't fix the issue. I replaced the content in clickListItem with an alert. The alerts get's called infinite. If I directly call Alert in the onClick attribute, it get's called only once.

Do you have any further ideas how to fix the issue?

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

1 participant