Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Cannot read properties of undefined (reading 'shuffle') TypeError (mediaInfo.js:40:51) #485

Open
Supermarcel10 opened this issue Oct 12, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@Supermarcel10
Copy link

Supermarcel10 commented Oct 12, 2024

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

  1. Open tidal-hifi

Exception

image

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)
@Supermarcel10
Copy link
Author

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.

@Mastermindzh Mastermindzh self-assigned this Oct 16, 2024
@Mastermindzh Mastermindzh added the bug Something isn't working label Oct 16, 2024
@Mastermindzh
Copy link
Owner

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 :)

@Mastermindzh
Copy link
Owner

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?

@Supermarcel10
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants