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
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
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: