lossless1024 / StreaMonitor

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

Downloader Not Launching. #155

Open MrOctober77 opened 3 months ago

MrOctober77 commented 3 months ago

When I start up Downloader.py I get this message:

"Serving Flask app 'streamonitor.managers.httpmanager'

I'm using Arch.

Tried running it with Docker and it also will not start.

Installed Fedora and Ubuntu the downloader works. Just won't start on Arch for me.

SeanRao commented 3 months ago

I'm in the same boat, and there's a hint in the other part “The process exited with an error. Return code: 8”,And, the downloaded files are not downloaded to the corresponding folder according to the model, they are all in the download folder.

lossless1024 commented 2 months ago

@MrOctober77 Arch is not officially supported @SeanRao for the folder issue pull latest commit

DerBunteBall commented 2 months ago

I'm sure Arch uses Python 3.12.

The Docker Image also does. The code goes into Exceptions and behaves not correctly due to changes in 3.12.

The last working version of Python actually is 3.11.x.

DerBunteBall commented 2 months ago

3.12.3+ seems to work again on macOS.