rembo10 / headphones

Automatic music downloader for SABnzbd
GNU General Public License v3.0
3.35k stars 603 forks source link

Update Errors on Windows with Python 3.9 #3285

Closed hubdows closed 2 years ago

hubdows commented 2 years ago

Hello,

Curious if there are any known issues using Python 3.9 on Windows 10 with the latest Developer branch? I'm seeing these errors when I launch. Are there any python requirements for 3.9?

c:\Headphones>python3 headphones.py Traceback (most recent call last): File "C:\Headphones\lib\enum__init.py", line 371, in getattr__ return cls._membermap[name] KeyError: 'convert'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Headphones\Headphones.py", line 28, in from headphones import webstart, logger File "C:\Headphones\headphones__init__.py", line 20, in import subprocess File "C:\Users\Keith\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 49, in import signal File "C:\Users\Keith\AppData\Local\Programs\Python\Python39\lib\signal.py", line 8, in _IntEnum.convert( File "C:\Headphones\lib\enum__init.py", line 373, in getattr__ raise AttributeError(name) AttributeError: convert

wymangr commented 2 years ago

Seeing the same error on Windows 10 running Python 3.8.0 when updating to v0.6.0-beta.1 (python3)

wymangr commented 2 years ago

Looks like re downloading the source code and copying over my db and config fixed it for me.

hubdows commented 2 years ago

Seemed to be an issue with github pull. Repulled and fixed.