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

No output folder configured even when folder is passed #235

Closed
SathyaBhat opened this issue Jan 22, 2022 · 0 comments · Fixed by #237
Closed

No output folder configured even when folder is passed #235

SathyaBhat opened this issue Jan 22, 2022 · 0 comments · Fixed by #237
Labels

Comments

@SathyaBhat
Copy link
Owner

Describe the bug
Exception: No output folder configured even when folder is passed:

Traceback (most recent call last):
  File "F:\python38\Scripts\spotify_dl-script.py", line 11, in <module>
    load_entry_point('spotify-dl', 'console_scripts', 'spotify_dl')()
  File "c:\users\sathy\onedrive\documents\code\spotify-dl\spotify_dl\spotify_dl.py", line 64, in spotify_dl
    raise(Exception("No output folder configured"))
Exception: No output folder configured

To Reproduce
Please copy paste the entire command, running it in verbose more by passing the -V flag.
example: spotify_dl -V .....

spotify_dl -l "https://open.spotify.com/playlist/3OPNr0gieErXlFDqZnRLu3?si=1c49e658bd434ccf" -o .

Expected behavior
Spotify-dl should not crash when folder is provided. regression from #233

@SathyaBhat SathyaBhat added the bug label Jan 22, 2022
SathyaBhat added a commit that referenced this issue Jan 23, 2022
update getting started docs
update yt-dlp
fixes #235
SathyaBhat added a commit that referenced this issue Jan 24, 2022
* add progress bar using rich progress

update getting started docs
update yt-dlp
fixes #235

* make deepsource happy

* add progress bars for album download

* update sentry sdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant