Failed to load artist page #31

Closed
opened 2026-01-13 21:20:40 +00:00 by Amatsu-Kami · 4 comments
Contributor

Describe the bug
Trying to go on CHUU's artist page and I get the error that it failed to load artist page.
Seems to be an error with an image, according to the console. (see screenshot)

To Reproduce
Precise steps to reproduce the behavior (start from how you built your container):

  1. Search for CHUU
  2. Click on CHUU
  3. You'll be met with the error page

here is the artist's spotify url: https://open.spotify.com/artist/1q86WVZhETqii5kKjEwYuB

Expected behavior
Should not see the error page, and be able to access the artist page of CHUU.

Screenshots
image

Desktop (please complete the following information):

  • OS: linux
  • Browser: Firefox

Logs

No error in the logs.

Version
v4.0.15

**Describe the bug** Trying to go on CHUU's artist page and I get the error that it failed to load artist page. Seems to be an error with an image, according to the console. (see screenshot) **To Reproduce** Precise steps to reproduce the behavior (start from how you built your container): 1. Search for CHUU 2. Click on CHUU 3. You'll be met with the error page here is the artist's spotify url: https://open.spotify.com/artist/1q86WVZhETqii5kKjEwYuB **Expected behavior** Should not see the error page, and be able to access the artist page of CHUU. **Screenshots** ![image](/attachments/cab3e0bf-0dde-4859-96a9-749413d1ae82) **Desktop (please complete the following information):** - OS: linux - Browser: Firefox **Logs** ``` No error in the logs. ``` **Version** v4.0.15
423 KiB

hey! got the same thing and got it working again after

  • rotating api secret on spotify dev dashboard
  • updating it on spotizerr instance > config page > server
    • double check that your client id and secret are correct on your docker volume mount/bind inside of data/creds/search.json
  • then stop both the spotizerr redis and spotizerr containers. then restart.
    • for me docker restart didnt work. only stopping both containers then starting them up again worked for me (might be due to cache/redis cache)

let me know if that works for you

hey! got the same thing and got it working again after - rotating api secret on spotify dev dashboard - updating it on spotizerr instance > config page > server - double check that your client id and secret are correct on your docker volume mount/bind inside of `data/creds/search.json` - then stop both the spotizerr redis and spotizerr containers. then restart. - for me `docker restart` didnt work. only stopping both containers then starting them up again worked for me (might be due to cache/redis cache) let me know if that works for you
Author
Contributor

no, I still get the same problem for artists like CHUU or Loona. I even did: rediscli -> flushall. To make sure my cache from redis wasn't the problem.

EDIT: found the problem, I'll make a pr for it.

no, I still get the same problem for artists like CHUU or Loona. I even did: rediscli -> flushall. To make sure my cache from redis wasn't the problem. EDIT: found the problem, I'll make a pr for it.
Author
Contributor

fixed in V4.0.16

fixed in V4.0.16

merged, thanks for the fix!

also just made a new update to spotizerr-phoenix and spotizerr-auth-phoenix

merged, thanks for the fix! also just made a new update to spotizerr-phoenix and spotizerr-auth-phoenix - new release v0.0.15 of `spotizerr-auth-phoenix` will give you the ability to custom device info/name with preset defaults - includes logging for debugging purposes - full spotizerr-phoenix release notes: https://lavaforge.org/spotizerrphoenix/spotizerr-phoenix/releases
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
spotizerrphoenix/spotizerr-phoenix#31
No description provided.