StreaMonitor icon indicating copy to clipboard operation
StreaMonitor copied to clipboard

Downloader Not Launching.

Open MrOctober77 opened this issue 1 year ago • 4 comments

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

"Serving Flask app 'streamonitor.managers.httpmanager'

  • Debug mode: off"

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.

MrOctober77 avatar Jul 14 '24 00:07 MrOctober77

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.

SeanRao avatar Jul 17 '24 14:07 SeanRao

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

lossless1024 avatar Jul 28 '24 20:07 lossless1024

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 avatar Jul 29 '24 18:07 DerBunteBall

3.12.3+ seems to work again on macOS.

DerBunteBall avatar Jul 29 '24 18:07 DerBunteBall