iheanyi / bandcamp-dl

Simple python script to download Bandcamp albums
The Unlicense
941 stars 104 forks source link

Error running the script #190

Closed nrlquaker closed 2 years ago

nrlquaker commented 2 years ago

Describe the bug After running the script get an error FileNotFoundError: [Errno 2] No such file or directory: '/Users/vasyl.ustynov/Downloads/0.0.9-01.not.finished'.

To Reproduce Command to reproduce the behavior: bandcamp-dl or bandcamp-dl https://ulvegr.bandcamp.com/album/isblod

https://ulvegr.bandcamp.com/album/isblod

Expected behavior Script starts downloading.

Logs Most if not always you will get some kind of output explaining the issue, post it:

Traceback (most recent call last):
  File "/opt/homebrew/bin/bandcamp-dl", line 33, in <module>
    sys.exit(load_entry_point('bandcamp-downloader==0.0.9.post1', 'console_scripts', 'bandcamp-dl')())
  File "/opt/homebrew/Cellar/bandcamp-dl/0.0.8-12_6/libexec/lib/python3.9/site-packages/bandcamp_dl/__main__.py", line 74, in main
    with open(session_file, "w") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/vasyl.ustynov/Downloads/0.0.9-01.not.finished'

If possible after running the command with the --debug option.

Desktop (please complete the following information):

nrlquaker commented 2 years ago

It was a wrong path in --base-dir in alias.