[GH-ISSUE #2] Issue with Extract Spotify Playlist Informations #58

Closed
opened 2026-03-13 22:57:00 +03:00 by kerem · 1 comment
Owner

Originally created by @fortez on GitHub (Aug 31, 2020).
Original GitHub issue: https://github.com/AliAkhtari78/SpotifyScraper/issues/2

Getting {'ERROR': 'The provided url is malformed.'} message when I try to extract
any playlist URL. Even using the example in github I faced the same issue.

To Reproduce
Steps to reproduce the behavior:
url = 'https://open.spotify.com/playlist/34pAXwKX0zTQc2ZTgSxyEq'
from SpotifyScraper.scraper import Scraper, Request
request = Request().request()
scraper = Scraper(session=request, log=True)
playlist_information = scraper.get_playlist_url_info(url=url)
print(playlist_information)

Expected behavior
It list down the tracks in the playlist

Screenshots
N/A

Desktop (please complete the following information):

  • OS: [e.g. iOS] Windows 10
  • Browser [e.g. chrome, safari] chrome
  • Version [e.g. 22] 84.0.4147.135

Additional context
I'm a new user, no experience using the SpotifyScraper before

Originally created by @fortez on GitHub (Aug 31, 2020). Original GitHub issue: https://github.com/AliAkhtari78/SpotifyScraper/issues/2 Getting {'ERROR': 'The provided url is malformed.'} message when I try to extract any playlist URL. Even using the example in github I faced the same issue. **To Reproduce** Steps to reproduce the behavior: `url = 'https://open.spotify.com/playlist/34pAXwKX0zTQc2ZTgSxyEq'` `from SpotifyScraper.scraper import Scraper, Request` `request = Request().request()` `scraper = Scraper(session=request, log=True)` `playlist_information = scraper.get_playlist_url_info(url=url)` `print(playlist_information)` **Expected behavior** It list down the tracks in the playlist **Screenshots** N/A **Desktop (please complete the following information):** - OS: [e.g. iOS] Windows 10 - Browser [e.g. chrome, safari] chrome - Version [e.g. 22] 84.0.4147.135 **Additional context** I'm a new user, no experience using the SpotifyScraper before
kerem 2026-03-13 22:57:00 +03:00
  • closed this issue
  • added the
    stale
    label
Author
Owner

@github-actions[bot] commented on GitHub (May 24, 2025):

This issue has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

<!-- gh-comment-id:2906077308 --> @github-actions[bot] commented on GitHub (May 24, 2025): This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/SpotifyScraper#58
No description provided.