StreaMonitor icon indicating copy to clipboard operation
StreaMonitor copied to clipboard

Error on starting downloader.py

Open cimboxli opened this issue 2 years ago • 1 comments

I keeping running into this error message when running the downloader

Traceback (most recent call last): File "/Volumes/Supply/_Inbox-Media/StreaMonitor/Downloader.py", line 9, in import streamonitor.sites # must have ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Volumes/Supply/_Inbox-Media/StreaMonitor/streamonitor/sites/init.py", line 7, in from . import * AttributeError: partially initialized module 'streamonitor.sites' has no attribute '' (most likely due to a circular import)

cimboxli avatar Mar 22 '23 04:03 cimboxli

Such errors are often related to cache stuff. Clear the python cache files e.g. in __pycache__ folder and try again.

Also try to setup a virtual environment. On macOS everything can be found in Homebrew. I think it's a Mac because of /Volumes/... mountpoint.

DerBunteBall avatar Apr 16 '23 00:04 DerBunteBall