You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notifications for play, pause, previous, next are working.
But I cannot get "Flow" or "Loved" to play.
[update: "Artist" and "Title" also don't work.]
Everything is running on a Pi4 with an up to date Buster and MM 2.13.0.
I got "Flow" working by changing line 314 in node_helper.js
original line: await self.page.evaluate(()=>document.querySelector('#page_content > div.channel > section:nth-child(1) > div.carousel > div:nth-child(2) > div.carousel-wrapper > div.carousel-inner > ul > figure:nth-child(1) > div.slide-foreground > ul > button').click());
edited line: await self.page.evaluate(()=>document.querySelector('#page_content > div.channel > section:nth-child(1) > div.carousel > div:nth-child(2) > div.carousel-wrapper > div.carousel-inner > ul > li:nth-child(1) > figure > ul > li > button‘).click());
Some insights:
"Loved" seems a bit more complicated -> not working.
When I try to play "Loved" the open chromium tab only changes to a Deezer subsite – nothing else happens. Because of being on another page afterwards "Flow" doesn't work anymore. I have to switch back to Deezer's main page manually. Then "Flow" works again.
The notifications for play, pause, previous, next are working.
But I cannot get "Flow" or "Loved" to play.
[update: "Artist" and "Title" also don't work.]
Everything is running on a Pi4 with an up to date Buster and MM 2.13.0.
e.g. working:
not working:
Any ideas would be welcome.
The text was updated successfully, but these errors were encountered: