Yooooomi / your_spotify

Self hosted Spotify tracking dashboard
GNU General Public License v3.0
2.77k stars 110 forks source link

Black screen when I login #295

Open MiisterChipsSs opened 10 months ago

MiisterChipsSs commented 10 months ago

Describe the bug

I installed the software, connected successfully and everything works behind a nginx proxy manager. But after a few hours, when I go back to it, I see the interface for a brief moment, then it disappears, leaving me with a black screen.

Additional context

Error from my chrome :

TypeError: Cannot read properties of null (reading 'images') at KW (Track.tsx:77:12) at ja (react-dom.production.min.js:167:137) at js (react-dom.production.min.js:290:337) at xu (react-dom.production.min.js:280:389) at gu (react-dom.production.min.js:280:320) at yu (react-dom.production.min.js:280:180) at au (react-dom.production.min.js:271:88) at iu (react-dom.production.min.js:268:429) at k (scheduler.production.min.js:13:203) at MessagePort.P (scheduler.production.min.js:14:128)

Track.tsx:77 Uncaught TypeError: Cannot read properties of null (reading 'images') at KW (Track.tsx:77:12) at ja (react-dom.production.min.js:167:137) at js (react-dom.production.min.js:290:337) at xu (react-dom.production.min.js:280:389) at gu (react-dom.production.min.js:280:320) at yu (react-dom.production.min.js:280:180) at au (react-dom.production.min.js:271:88) at iu (react-dom.production.min.js:268:429) at k (scheduler.production.min.js:13:203) at MessagePort.P (scheduler.production.min.js:14:128)

I use the stack portainer

`version: "3"

services: server: image: yooooomi/your_spotify_server restart: unless-stopped ports:

image

Thanks

Yooooomi commented 10 months ago

Hello, have you tried restarting your backend? It seems that you have a song with no artist.

MiisterChipsSs commented 10 months ago

Hey, yeah evidently I try to restart everything

Le jeu. 26 oct. 2023 à 09:42, Timothee Boussus @.***> a écrit :

Hello, have you tried restarting your backend? It seems that you have a song with no artist.

— Reply to this email directly, view it on GitHub https://github.com/Yooooomi/your_spotify/issues/295#issuecomment-1780580569, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIZR5RT4H7J2ZRQP3D6YD43YBIH57AVCNFSM6AAAAAA6QICVLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBQGU4DANJWHE . You are receiving this because you authored the thread.Message ID: @.***>

Yooooomi commented 10 months ago

Could you try erasing your database and restarting the backend afterwards. Just trying to see if this is spotify missing data or just the application getting in a weird state. Thanks