-
-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
Bug Description
When an artist is not present in the database, the "Dashboard" and "Top Sessions" pages fail to load properly. Additionally, the "Top Sessions" page sends repeated requests to the self-hosted instance without attempting to retrieve the missing data from Spotify or update the database accordingly.
Steps to Reproduce
- Navigate to the "Dashboard" or "Top Sessions" pages.
- Ensure the artist in question does not exist in the database.
- Observe the pages failing to load and the repeated requests being made to the instance.
Expected Behavior
When an artist is missing from the database, the backend should:
- Detect the missing data.
- Automatically re-fetch the artist information from Spotify.
- Update the database with the new data to prevent further failures.
Metadata
Metadata
Assignees
Labels
No labels