Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Extract Spotify Playlist Informations #2

Open
fortez opened this issue Aug 31, 2020 · 0 comments
Open

Issue with Extract Spotify Playlist Informations #2

fortez opened this issue Aug 31, 2020 · 0 comments

Comments

@fortez
Copy link

fortez commented Aug 31, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant