Mastermindzh / tidal-hifi

The web version of Tidal running in electron with hifi support thanks to widevine.
Other
1.02k stars 57 forks source link

[BUG] ERR_CONNECTION_REFUSED // CORS FAILURE #486

Open Supermarcel10 opened 4 days ago

Supermarcel10 commented 4 days ago

Information

When attempting to start playback, the progress bar proceeds, but no sound is outputted. When the progress bar reaches aprox 00:13, it resets to 00:00 and an S1002 error popup is shown.

It is possible that this may be an issue with Tidal's backend configuration, and out of control.

Steps to Reproduce

1) Open tidal-hifi 2) Open Developer Console (Ctrl + Shift + I) 3) Move to Console or Network tab 4) Start playback 5) Network issues can be seen

Exception

image image

Setup

Installed via nix configuration via nixpkgs.

environment.systemPackages = with pkgs; [
     # ...
     tidal-hifi
     # ...
];

Tested on versions:

Mastermindzh commented 4 days ago

This is the exact thing that happens on Windows. Can you try removing tidal-hifi's config directory to give it a jolt?

On most systems it's located in the regular config folder (~/.config/tidal-hifi) That would require you to relog as well btw.

Supermarcel10 commented 3 days ago

From testing, I have tried removing the ~/.config/tidal-hifi directory and it has not changed anything from my testing.

I was able to resolve the issues by disconnecting and connecting my network again - even on a wired connection. Changing network configurations or such did not make any differences. So I have no idea why that would resolve the issue. Maybe something with caches, or DNS caches might be the culprit, but I have yet to investigate further what would be the primary cause.