Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Download crashes 'bandcamp_dl.config' has no attribute 'init_config' #232

Closed
jneidel opened this issue Aug 19, 2024 · 3 comments
Closed
Assignees
Labels

Comments

@jneidel
Copy link
Contributor

jneidel commented Aug 19, 2024

Describe the bug
Crashes on download.

To Reproduce
Downloading anything throws this error.

bandcamp-dl "https://jpegmafia.bandcamp.com/album/i-lay-down-my-life-for-you"

Expected behavior
Don't crash 😂

Logs

Traceback (most recent call last):
  File "/bin/bandcamp-dl", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3.12/site-packages/bandcamp_dl/__main__.py", line 89, in main
    arguments = config.init_config(parser)
                ^^^^^^^^^^^^^^^^^^
AttributeError: module 'bandcamp_dl.config' has no attribute 'init_config'

Desktop:

  • OS: Arch
  • Python 3.12.4
  • bandcamp-dl 0.0.15 (latest git)
@kjake
Copy link
Contributor

kjake commented Aug 27, 2024

From my testing, this line isn't needed, and I deleted it from my PR: #234

@ghost
Copy link

ghost commented Sep 11, 2024

Having this issue as well, has there been any fix..?

@kjake
Copy link
Contributor

kjake commented Sep 11, 2024

The PR has merged, so I think this can be closed @Evolution0

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants