MrBrax / LiveStreamDVR

An automatic livestream recorder
MIT License
330 stars 25 forks source link

Infinite loop of helper.videometadata failing #397

Closed 4syno4 closed 1 year ago

4syno4 commented 1 year ago

This is happening everytime a capture is finished. It was fine until recently. The capture works fine and video plays fine and nothing is neccesarily wrong, but I keep on getting error logs none the less, looping infinitely.

`2022-12-23 12:35:32 helper.videometadata ERROR Trying to get mediainfo of /usr/local/share/twitchautomator/data/storage/vods/streamername/capturedvodfolder/capturedvod.mp4 returned: undefined
2022-12-23 12:35:32 vod ERROR Could not get mediainfo of capturdvod (/usr/local/share/twitchautomator/data/storage/vods/streamername/capturedvodfolder/capturedvod.mp4 @ /usr/local/share/twitchautomator/data/storage/vods/streamername/capturedvodfolder/capturedvod): undefined
2022-12-23 12:35:32 vod ERROR Could not find duration of capturedvod
2022-12-23 12:35:32 helper.execSimple INFO Process 493 for 'mediainfo' exited with code 1
2022-12-23 12:35:32 helper.videometadata ERROR Trying to get mediainfo of /usr/local/share/twitchautomator/data/storage/vods/streamername/capturedvodfolder/capturedvod.mp4 returned: undefined
2022-12-23 12:35:32 vod ERROR Could not get mediainfo of capturedvod (/usr/local/share/twitchautomator/data/storage/vods/streamername/capturedvodfolder/capturedvod.mp4 @ /usr/local/share/twitchautomator/data/storage/vods/streamername/capturedvodfolder/capturedvod): undefined
2022-12-23 12:35:32 vod ERROR Could not find duration of capturedvod
2022-12-23 12:35:32 helper.execSimple INFO Process 492 for 'mediainfo' exited with code 1
2022-12-23 12:35:32 helper.videometadata ERROR Trying to get mediainfo of /usr/local/share/twitchautomator/data/storage/vods/streamername/capturedvodfolder/capturedvod.mp4 returned: undefined
2022-12-23 12:35:32 vod ERROR Could not get mediainfo of capturedvod (/usr/local/share/twitchautomator/data/storage/vods/streamername/capturedvodfolder/capturedvod.mp4 @ /usr/local/share/twitchautomator/data/storage/vods/streamername/capturedvodfolder/capturedvod): undefined
2022-12-23 12:35:32 vod ERROR Could not find duration of capturedvod
2022-12-23 12:35:32 helper.execSimple INFO Process 499 for 'mediainfo' exited with code 1`
MrBrax commented 1 year ago

are there any software log output by them in /data/logs/software/?