AsaChiri / DDRecorder

📺Headless全自动B站直播录播、切片、上传一体工具
Apache License 2.0
441 stars 72 forks source link

录制结束上传报错 #86

Closed UyNewNas closed 1 year ago

UyNewNas commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

**To Reproduc Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

Traceback (most recent call last): File "/usr/src/app/Processor.py", line 118, in concat ret = subprocess.run( File "/usr/local/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command 'ffmpeg -y -f concat -safe 0 -i ./data/merge_confs/22637261_2022-12-28_13-00-33_merge_conf.txt -c copy -fflags +igndts -avoid_negative_ts make_zero ./data/merged/22637261_2022-12-28_13-00-33_merged.mp4' returned non-zero exit status 1. Traceback (most recent call last): File "/usr/src/app/Processor.py", line 251, in run ret = self.pre_concat() File "/usr/src/app/Processor.py", line 189, in pre_concat self.live_start = self.times[0][0] IndexError: list index out of range

ZhaoWeicheng98 commented 1 year ago

87 应该已经帮助修复此问题。