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

Error when downloading music #1337

Closed
JunkMeal opened this issue Jul 16, 2021 · 3 comments · Fixed by #1340
Closed

Error when downloading music #1337

JunkMeal opened this issue Jul 16, 2021 · 3 comments · Fixed by #1340
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed

Comments

@JunkMeal
Copy link

Environment

  • System OS:
    Linux

  • Python Version:
    Python 3.8.10

  • Install Source:
    i tried pip install spotdl and pip install https://codeload.github.com/spotDL/spotify-downloader/zip/dev

  • Version OR Commit hash:
    3.6.2


Expected Behaviour

To download Pegboard Nerds - Try This

Actual Behaviour

spotdl crashed

Steps to Reproduce

  1. spotdl https://open.spotify.com/track/0r48OlPoyHrw63U5txtxGi\?si\=ab81e18b8cab4a92

Traceback

Traceback (most recent call last):
  File "/home/junkmeal/.local/bin/spotdl", line 8, in <module>
    sys.exit(console_entry_point())
  File "/home/junkmeal/.local/lib/python3.8/site-packages/spotdl/__main__.py", line 161, in console_entry_point
    songObjList.extend(songGatherer.from_query(request, arguments.format))
  File "/home/junkmeal/.local/lib/python3.8/site-packages/spotdl/search/songGatherer.py", line 18, in from_query
    songObjList = [songobj_from_spotify_url(request, output_format)]
  File "/home/junkmeal/.local/lib/python3.8/site-packages/spotdl/search/songGatherer.py", line 90, in songobj_from_spotify_url
    youtubeLink = audioProvider.search_and_get_best_match(
  File "/home/junkmeal/.local/lib/python3.8/site-packages/spotdl/search/audioProvider.py", line 170, in search_and_get_best_match
    return isrcResult["link"]
KeyError: 'link'


Any other information:

@JunkMeal JunkMeal added the Bug Unexpected problem or unintended behavior that needs to be fixed label Jul 16, 2021
@JunkMeal JunkMeal changed the title Change this title, Poorly Formatted Issues will not be handled. Error when downloading music Jul 16, 2021
@Silverarmor
Copy link
Member

Please update to 3.6.3 and report if error still exists @JunkMeal

@xnetcat xnetcat linked a pull request Jul 17, 2021 that will close this issue
10 tasks
@JunkMeal
Copy link
Author

Please update to 3.6.3 and report if error still exists @JunkMeal

Tried 3.6.3 and it works

@xnetcat
Copy link
Member

xnetcat commented Jul 17, 2021

resolved, closing

@xnetcat xnetcat closed this as completed Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants