tiliado / nuvolaplayer

Nuvola Player - Tight integration of web-based media streaming services with your desktop
https://nuvola.tiliado.eu/
BSD 2-Clause "Simplified" License
335 stars 28 forks source link

Tidal playback is choppy and unlistenable #742

Closed aybesea closed 2 years ago

aybesea commented 3 years ago

This just started today. If I listen on Chrome, everything is fine. On Nuvola, it just keeps buffering and giving errors.

FWIW, Nuvola Amazon Music is perfect today. Just Tidal acting up, but as I stated not in my web broswer.

How do I fix this?

ghost commented 3 years ago

Hi @aybesea , I am having the same issue since yesterday (02-Jun-2021). I tried logging out from Tidal and logging back in, but things got worse, as it seems that I am blocked. I suspect that something clearly got broken on Nuvola's end, since I am using the player from the same IP address that Nuvola player is reaching out the Internet and Tidal is playing just fine.

jiri-janousek commented 3 years ago

Hello @nanga, I've created a new ticket for your issue - #745.

jiri-janousek commented 3 years ago

Hello @aybesea. Thanks for reporting your issue. I need more information to investigate it further. Could you visit the Bug reporting guidelined and answer the questions below?

jiri-janousek commented 3 years ago

I got error POST https://listen.tidal.com/v1/drm/licenses/widevine?token=CzET4vdadNUFQ5JU 400 in the JavaScript console.

jiri-janousek commented 3 years ago

I got error POST https://listen.tidal.com/v1/drm/licenses/widevine?token=CzET4vdadNUFQ5JU 400 in the JavaScript console.

rm -rf ~/.var/app/eu.tiliado.NuvolaAppTidal/ helped though.

jiri-janousek commented 3 years ago

If anyone is affected by this issue, does running the command below when you quit Nuvola help?

mv ~/.var/app/eu.tiliado.NuvolaAppTidal ~/.var/app/eu.tiliado.NuvolaAppTidal-backup
aybesea commented 3 years ago

If anyone is affected by this issue, does running the command below when you quit Nuvola help?

mv ~/.var/app/eu.tiliado.NuvolaAppTidal ~/.var/app/eu.tiliado.NuvolaAppTidal-backup

YES!!! After doing this it asked me to DL Widevine again, log in again, and I retried playback... and it works!!!

Why? What did this do for me?

jiri-janousek commented 3 years ago

The provided command renames Nuvola & Tidal data directory, so when Nuvola starts again, it won't find it and will create a fresh empty data directory. However, you will lose all your Nuvola settings. It is possible that you may need to repeat it in the future.

Since the fresh start works well, there is something fishy in the old Nuvola data files. If you have enough time, it is possible to investigate which particular file does cause the problem. Are you interested in this?