-
-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Describe the bug
when trying to export an artists discography in CLI, 0 releases get found consistently. Additionally, the artist command yield no info on popularity, followers and genre and might be broken.
To Reproduce
C:\Users\FISSI0N>spotify-scraper artist --discography-only --pretty https://open.spotify.com/artist/74KM79TiuVKeVCqs8QtB0B
2025-12-21 02:18:25 - spotify_scraper.client - INFO - SpotifyClient initialized
Extracting artist information...
2025-12-21 02:18:25 - spotify_scraper.client - INFO - Getting artist info for https://open.spotify.com/artist/74KM79TiuVKeVCqs8QtB0B
{
"albums": [],
"appears_on": [],
"artist_id": "74KM79TiuVKeVCqs8QtB0B",
"artist_name": "Sabrina Carpenter",
"compilations": [],
"singles": []
}
ℹ Info: Found 0 releases for 'Sabrina Carpenter'
Expected behavior
releases are found and links are exportable
Actual behavior
nothing was found without error messages and the artist command only lists some information
Environment:
- OS: Win10
- Python version: 3.12.5
- SpotifyScraper version: 2.1.5
- Installation method: pip