[BUG] Cannot read properties of undefined (reading 'shuffle') TypeError (mediaInfo.js:40:51)
Information
A TypeError is thrown while opening tidal-hifi.
This happens on two devices, both having version 5.12.0 installed.
The error popup sometimes is shown multiple times (reopens after closing it), implying that multiple of the same error are thrown.
Steps to Reproduce
- Open tidal-hifi
Exception
When running via CLI issues related to OpenGL/Vulkan can be seen: https://privatebin.net/?ea57b3cc1d45c58c#2RmgFrtuvHorjKnfpn6zwADghFYfUYzcK6iUvKUARDNN
However, despite this, the rendering works as expected - it seems these are unrelated issues.
Setup
Installed via nix configuration via nixpkgs.
environment.systemPackages = with pkgs; [
# ...
tidal-hifi
# ...
];
Tested on versions:
5.12.0(Latest stable on NixPkgs 24.05)5.16.0(Latest on NixPkgs Unstable)
It seems like the network issues are unrelated aspect to this issue. I have edited the issue description to disjoin these.
See #486 for reference.
Clear report, thanks. This is a bug in tidal-hifi that should be fairly easy to get fixed.
I need to reserve some time to work on tidal :)
Hey,
I can't seem to reproduce this after all. I thought it was a simple case of TIDAL having changed their DOM again but I have already fixed all DOM attributes and shuffle wasn't one of them :)
Any other info on when this happens?
Haven't been able to dig anything up. I am still able to replicate it.
Seems to happen almost every time the app is started, as soon as it is started - so it pretty much starts with that error from the get go.
It doesn't happen sometimes, but I wasn't able to determine what factors could be at play.
No such issue detected in latest nix build.