podcats
podcats copied to clipboard
py 3.10 bug
Traceback (most recent call last):
File "C:\Users\jinqi\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\jinqi\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\jinqi\AppData\Local\Programs\Python\Python310\Scripts\podcats.exe_main.py", line 7, in
This has likely be fixed in PR #29 with commit 1cc3e04caf2746276b263506d478cb18d0bd418e by ensuring self.tags is always a dict. Not related to the python version. mutagen can apparently also return None instead of a dict.
I think, this issue can be closed unless @gudaocode opposes.
Thank you for the reply!