Forgive me if there's an obvious fix but I don't know coding at all. I get this error every time I try to use zotify for anything and I hope someone can help.
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\Sky\scoop\apps\python\current\Scripts\zotify.exe\__main__.py", line 2, in <module>
from zotify.__main__ import main
File "C:\Users\Sky\scoop\apps\python\current\Lib\site-packages\zotify\__init__.py", line 38, in <module>
from zotify.playable import Episode, Track
File "C:\Users\Sky\scoop\apps\python\current\Lib\site-packages\zotify\playable.py", line 170, in <module>
class Track(PlayableContentFeeder.LoadedStream, Playable):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'PlayableContentFeeder' has no attribute 'LoadedStream'. Did you mean: 'load_stream'?
Forgive me if there's an obvious fix but I don't know coding at all. I get this error every time I try to use zotify for anything and I hope someone can help.