lossless1024 / StreaMonitor

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

The process exited with an error. Return code: 8 #100

Closed Adsryen closed 9 months ago

Adsryen commented 11 months ago

May I ask why this situation is?

log: ` 2023-08-05 17:22:13,404 - INFO - [SC] Fresh_Fruit: Selected 640x480 resolution 2023-08-05 17:22:13,404 - INFO - [SC] Fresh_Fruit: Started downloading show 2023-08-05 17:22:13,416 - ERROR - [SC] Fresh_Fruit: The process exited with an error. Return code: 8 2023-08-05 17:22:13,419 - INFO - [SC] Fresh_Fruit: Error on downloading

`

DerBunteBall commented 11 months ago

Enable DEBUG in parameters.py an check whether ffmpeg output is written to file.

Adsryen commented 11 months ago
DOWNLOADS_DIR = 'downloads'
MIN_FREE_DISK_PERCENT = 1  # in %
DEBUG = True

The content of '7Eleven -20230807-160534. mp4. stderr. log' is empty

2023-08-07 16:06:06,122 - INFO - [SC] _7Eleven_: Selected 1920x1080 resolution
2023-08-07 16:06:06,122 - INFO - [SC] _7Eleven_: Started downloading show
2023-08-07 16:06:06,127 - ERROR - [SC] _7Eleven_: FFMpeg executable not found!
2023-08-07 16:06:06,128 - INFO - [SC] _7Eleven_: Error on downloading
DerBunteBall commented 11 months ago

In Docker ffmpeg should always be found.

In case of a normal installation make sure ffmpeg is in PATH.

Adsryen commented 9 months ago

In the end, I chose the docker version, and I changed my own environment to debian11 and then got it.