prayag17 / Blink

Modern Desktop Jellyfin Client made with Tauri and React :atom_symbol: [WIP]
GNU General Public License v3.0
695 stars 20 forks source link

Jellyplayer softlocks on opening some anime #206

Closed sonicjhon1 closed 8 months ago

sonicjhon1 commented 11 months ago

Describe the bug Clicking on some anime will make Jellyplayer stuck on a purple screen, an error is then shown in the Console. image

index-b123aab0.js:40  TypeError: Cannot read properties of undefined (reading 'Name')
    at Kne (index-b123aab0.js:339:112073)
    at sb (index-b123aab0.js:38:19538)
    at lv (index-b123aab0.js:40:3139)
    at jR (index-b123aab0.js:40:44817)
    at ER (index-b123aab0.js:40:39774)
    at h$ (index-b123aab0.js:40:39702)
    at lp (index-b123aab0.js:40:39555)
    at bv (index-b123aab0.js:40:35920)
    at Mw (index-b123aab0.js:40:36724)
    at is (index-b123aab0.js:38:3279)
av @ index-b123aab0.js:40
index-b123aab0.js:38  Uncaught TypeError: Cannot read properties of undefined (reading 'Name')
    at Kne (index-b123aab0.js:339:112073)
    at sb (index-b123aab0.js:38:19538)
    at lv (index-b123aab0.js:40:3139)
    at jR (index-b123aab0.js:40:44817)
    at ER (index-b123aab0.js:40:39774)
    at h$ (index-b123aab0.js:40:39702)
    at lp (index-b123aab0.js:40:39555)
    at bv (index-b123aab0.js:40:35920)
    at Mw (index-b123aab0.js:40:36724)
    at is (index-b123aab0.js:38:3279)

Although other anime do work fine.

To Reproduce Steps to reproduce the behavior:

  1. Open JellyPlayer
  2. Click on "Reign of the Seven Spellblades" or some other certain anime
  3. Purple screen

Alternate Steps to reproduce the behavior:

  1. Open JellyPlayer
  2. Click on More Info on "Reign of the Seven Spellblades" banner
  3. Purple screen

Expected behavior Should show a simillar screen: image

Screenshots https://github.com/prayag17/JellyPlayer/assets/41381685/9b92fe4c-6ee0-4f8b-b264-8735998715e9 (Manually reopened JellyPlayer when its stuck at purple screen)

Desktop (please complete the following information):

Additional context Tried opening the broken anime shows in Jellyfin, Jelly Vue, Findroid. All of them worked as expected. All of these anime are broken image Meanwhile these anime are working:

prayag17 commented 9 months ago

Is this issue fixed with https://github.com/prayag17/JellyPlayer/releases/latest ?

sonicjhon1 commented 8 months ago

Is this issue fixed with https://github.com/prayag17/JellyPlayer/releases/latest ?

Sorry for the late reply, yes it works now. No more softlocks 😄 Thank you❤️