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

self.logger.info(f'Downloading {len(queue)} songs...') ^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'info' [BUG] #87

Open
nicoalma opened this issue Jul 5, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nicoalma
Copy link

nicoalma commented Jul 5, 2023

Describe the bug
Can not pass this error

File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/savify/savify.py", line 106, in download
self.logger.info(f'Downloading {len(queue)} songs...')
^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'info'

  • MacOS Ventura M1
@nicoalma nicoalma added the bug Something isn't working label Jul 5, 2023
@NFS002
Copy link

NFS002 commented Aug 13, 2023

I had this also, it seems the example are out of date. Pass in your own custom logger instance instead of passing log_level and it should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants