iheanyi / bandcamp-dl

Simple python script to download Bandcamp albums

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error running the script

nrlquaker opened this issue · comments

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):

  • OS: Mac
  • Version: Monterey 12.0.1.
  • Python: 3.9

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