You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Fails to start program for any url, says missing json file at user folder
To Reproduce
Command to reproduce the behavior: bandcamp-dl <URL>
Expected behavior
Downloader runs
Logs
PS C:\Users\Brad> bandcamp-dl --debug <URL>
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\Brad\AppData\Local\Programs\Python\Python312\Scripts\bandcamp-dl.exe\__main__.py", line 7, in <module>
File "C:\Users\Brad\AppData\Local\Programs\Python\Python312\Lib\site-packages\bandcamp_dl\__main__.py", line 34, in main
conf = config.Config()
^^^^^^^^^^^^^^^
File "C:\Users\Brad\AppData\Local\Programs\Python\Python312\Lib\site-packages\bandcamp_dl\config.py", line 44, in __init__
self._read_write_config()
File "C:\Users\Brad\AppData\Local\Programs\Python\Python312\Lib\site-packages\bandcamp_dl\config.py", line 60, in _read_write_config
with pathlib.Path.open(CONFIG_PATH, mode="w") as fobj:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Brad\AppData\Local\Programs\Python\Python312\Lib\pathlib.py", line 1013, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Brad\\.bandcamp-dl\\bandcamp-dl.json'
Desktop (please complete the following information):
OS: Windows
Version Windows 11 23H2 22631.4249
Python Version 3.12.6
Additional context
Bug present on multiple fresh install attempts across multiple user accounts and on other PCs with fresh Python installs
The text was updated successfully, but these errors were encountered:
Describe the bug
Fails to start program for any url, says missing json file at user folder
To Reproduce
Command to reproduce the behavior:
bandcamp-dl <URL>
Expected behavior
Downloader runs
Logs
Desktop (please complete the following information):
Additional context
Bug present on multiple fresh install attempts across multiple user accounts and on other PCs with fresh Python installs
The text was updated successfully, but these errors were encountered: