mirror of
https://github.com/AliAkhtari78/SpotifyScraper.git
synced 2026-04-25 19:45:49 +03:00
[GH-ISSUE #93] [BUG] --discography-only yield no results and artist command only partial info - API broken? #89
Labels
No labels
bug
bug
claude-assistant
claude-assistant
claude-assistant
dependencies
documentation
documentation
enhancement
in review list
infrastructure
infrastructure
infrastructure
pull-request
refactoring
release
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotifyScraper#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FISSI0N on GitHub (Dec 21, 2025).
Original GitHub issue: https://github.com/AliAkhtari78/SpotifyScraper/issues/93
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: