Closed cortegedusage closed 7 years ago
That message appears when there is no widget that is currently enabled. This can sometimes happen during start-up when the song data has not been received yet though normally it clears after a few seconds once the data gets updated. If the "no active widget" message does not clear it is likely either a problem with the data collection system or the pages file has an error. Can you share your pages file?
i'm running it with the pages_fixed.py and without any prefix. both without result
2017-03-14 13:37 GMT+01:00 dhrone notifications@github.com:
That message appears when there is no widget that is currently enabled. This can sometimes happen during start-up when the song data has not been received yet though normally it clears after a few seconds once the data gets updated. If the "no active widget" message does not clear it is likely either a problem with the data collection system or the pages file has an error. Can you share your pages file?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dhrone/pydPiper/issues/2#issuecomment-286408101, or mute the thread https://github.com/notifications/unsubscribe-auth/AV69TWWYRNHadsBmXCOZJe5XwevAc5phks5rlonygaJpZM4Mby6I .
Ok. I'll try a fresh install of Moode tomorrow with the pages_fixed.py to see what is going wrong.
Ok. Finally got around to looking at this. There is currently an inconsistency between the different music sources in regards to the two variables 'encoding' and 'stream'. I need to go through each of the services and standardize what each produces. In the mean time a quick fix for Moode is to change the conditional values in the seqPlay sequence from 'stream' to 'encoding'. I've added a pages_fixed_moode.py file to the repo that shows the changes.
Thank you fort tour effort, it works now!
Hi, Thank you for your work, It is very easy to setup. But on MoodeAudio I get "No active Widget" when starting it with sudo python pydPiper.py --mpd
am I missing something?
Many thanks