Open nikop525 opened 1 year ago
You can enable debug mode by setting DEBUG to True in parameters.py. Then you'll see more detailed logs. But I guess your system is missing ffmpeg.
@deb:~/usb1/StreaMonitor$ sudo apt-get install ffmpeg [sudo] password for nikopol: Reading package lists... Done Building dependency tree... Done Reading state information... Done ffmpeg is already the newest version (7:4.3.5-0+deb11u1). 0 upgraded, 0 newly installed, 0 to remove and 33 not upgraded.
Status: Free space: 20.534%
| MrsPeaches | StripChat | True | Not running | | BackAgain | StripChat | True | Not running | | elacoquette | StripChat | True | Not running | | honeyand_thebear | StripChat | True | Not running | | myiaandjessie2021 | StripChat | True | Not running | | DaddysLittlePeach | StripChat | True | Not running | | nikkiiirae | StripChat | True | Not running | | bunnixbadass | StripChat | True | Not running | | catdeepthroat | StripChat | True | Not running | | Frost_foxy | StripChat | True | Not running | | Eliza_Wendy | StripChat | True | Not running | | -Mori | StripChat | True | Not running | | Lady_Inari | StripChat | True | Not running | | AhegaoDoll | StripChat | True | Not running | | Lezdemoiselles | StripChat | True | Not running | | lacalientee910 | StripChat | True | Not running | | Dirtyqueen07 | StripChat | True | Not running | | couplemilf2 | StripChat | True | Not running | | Bongaas | StripChat | True | Not running | | BabyAriel | StripChat | True | Not running |
DEBUG only works where there is a write
You need to upgrade FFMPEG, cant use Apt-Get need to manualy build !
@lossless1024 I believe you need to update the requirements with the minimum version of FFMPEG
It's working for me with ffmpeg 4.3.4 and 4.4.2 from debian and ubuntu repos. I think 4.3.5 should work too.
A missing or not working ffmpeg should lead to a Exception which normally looses it's Exception chain.
If you use Controller.py instead of Downloader.py CLI make sure that no exceptions get thrown by Downloader.py.
Verify that all requirements are really installed by pip (keep user managment in mind) and also keep in mind that pip and apt interact in Debian like distros. This can have side effects. In general I recommand using pyenv and pyenv-venv. Check the installer for that.
If this all doesn't help try a plain run by simulating what StreaMonitor does.
Also check that your network works correctly and is not filtered.
I put everything according to the instructions, there is no record (
(7:4.3.5-0+deb11u1).
model online but not recording put pip3 install -r requirements.txt What else to see?