StreaMonitor
StreaMonitor copied to clipboard
Downloader not working on Windows
Same issue as MrOctober77 (https://github.com/lossless1024/StreaMonitor/issues/155) I get the following:
- Serving Flask app 'streamonitor.managers.httpmanager'
- Debug mode: off
I have installed all requirements. Do I have to add streamer and website name in config file or in Downloader.py? I tried both and nothing seemed to work.
I'm nearly sure it's the 3.12 issue.
The code isn't compatible with 3.1.2.x. There are slight changes which lead to Excpetions, strange behaviour or undefined states. Try with 3.11.x that's the newest Python version which safely works.
3.12.3+ seems to work again on macOS.