Skip to content

[BUG] --discography-only yield no results and artist command only partial info - API broken? #93

@FISSI0N

Description

@FISSI0N

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions