lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
173 stars 42 forks source link

Error on starting downloader.py #64

Open cimboxli opened 1 year ago

cimboxli commented 1 year ago

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)

DerBunteBall commented 1 year ago

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.