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

Black screen when I login #295

Open
MiisterChipsSs opened this issue Oct 26, 2023 · 3 comments
Open

Black screen when I login #295

MiisterChipsSs opened this issue Oct 26, 2023 · 3 comments

Comments

@MiisterChipsSs
Copy link

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:
- "${api_port}:8080"
links:
- mongo
depends_on:
- mongo
environment:
- API_ENDPOINT=${api_endpoint}
- CLIENT_ENDPOINT=${client_endpoint}
- SPOTIFY_PUBLIC=${your_spotify_client_id}
- SPOTIFY_SECRET=${your_spotify_secret}
- CORS=all
- TIMEZONE=${TZ}
mongo:
container_name: mongo-your-spotify
image: mongo:4.4.8
restart: unless-stopped
volumes:
- /portainer/Files/AppData/Config/your_spotify/DB:/data/db

web:
image: yooooomi/your_spotify_client
restart: unless-stopped
ports:
- "${client_port}:3000"
environment:
- API_ENDPOINT=${api_endpoint}
`
Screenshots

image

Thanks

@Yooooomi
Copy link
Owner

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

@MiisterChipsSs
Copy link
Author

MiisterChipsSs commented Oct 26, 2023 via email

@Yooooomi
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants