Traceback (most recent call last): File "/app/client.py", line 467, in _start task.run(item, itemType, author, ident, full, queuedFor, ctx) File "/app/client.py", line 215, in run self._run(*args, **kwargs) File "/app/client.py", line 207, in _run self._run_vod(item) File "/app/client.py", line 99, in _run_vod open_and_wait([ File "/app/client.py", line 33, in open_and_wait process = subprocess_with_logging.run_with_log(args, shell=False, start_new_session=True, check=True) File "/app/subprocess_with_logging.py", line 111, in run_with_log raise subprocess.CalledProcessError(returncode = p.returncode, cmd = args) subprocess.CalledProcessError: Command '['yt-dlp', '--ignore-config', '--skip-download', '--trim-filenames', '200', '--ignore-no-formats-error', '--write-info-json', '--write-description', '--write-thumbnail', '--write-all-thumbnails', '--no-check-certificate', '--retries', '4', '--limit-rate', '300k', '-o', 'infojson:%(id)s', '--proxy', 'http://localhost:4553', 'https://twitch.tv/videos/1903061158']' returned non-zero exit status 1. /data/v19030611581697930850.1063411.tmp Logs: [2023-10-21 23:27:30,112] INFO PRINT <__main__.Logger object at 0x7fef6c36c640> (419/write/client.py) [2023-10-21 23:27:30,112] INFO PRINT <_io.TextIOWrapper name='' mode='w' encoding='utf-8'> (419/write/client.py) [2023-10-21 23:27:30,113] INFO PRINT Finished RedirectStdout for item v:1903061158 (419/write/client.py) [2023-10-21 23:27:30,113] INFO PRINT Starting DownloadData for item v1903061158 (419/write/client.py) [2023-10-21 23:27:30,113] INFO PRINT Starting warcprox... (419/write/client.py) [2023-10-21 23:27:30,113] INFO PRINT Starting warcprox for Item 1903061158 (419/write/client.py) [2023-10-21 23:27:34,122] DEBUG Starting new HTTP connection (1): localhost:4553 (245/_new_conn/connectionpool.py) [2023-10-21 23:27:34,124] DEBUG http://localhost:4553 "WARCPROX_WRITE_RECORD /burnthetwitch_client_version HTTP/1.1" 204 0 (547/_make_request/connectionpool.py) [2023-10-21 23:27:34,125] INFO PRINT Downloading metadata (419/write/client.py) [2023-10-21 23:27:34,125] INFO Running subprocess: ['yt-dlp', '--ignore-config', '--skip-download', '--trim-filenames', '200', '--ignore-no-formats-error', '--write-info-json', '--write-description', '--write-thumbnail', '--write-all-thumbnails', '--no-check-certificate', '--retries', '4', '--limit-rate', '300k', '-o', 'infojson:%(id)s', '--proxy', 'http://localhost:4553', 'https://twitch.tv/videos/1903061158'] (36/run_with_log/subprocess_with_logging.py) [2023-10-21 23:27:34,868] INFO STDOUT [twitch:vod] Extracting URL: https://twitch.tv/videos/1903061158 (100/run_with_log/subprocess_with_logging.py) [2023-10-21 23:27:34,869] INFO STDOUT [twitch:vod] 1903061158: Downloading stream metadata GraphQL (100/run_with_log/subprocess_with_logging.py) [2023-10-21 23:27:35,228] INFO STDERR ERROR: [twitch:vod] 1903061158: Video 1903061158 does not exist (91/run_with_log/subprocess_with_logging.py) [2023-10-21 23:27:35,260] INFO Process exited with status 1 (109/run_with_log/subprocess_with_logging.py) [2023-10-21 23:27:35,260] INFO PRINT Terminating warcprox (419/write/client.py) [2023-10-21 23:27:35,266] INFO PRINT Caught exception! (419/write/client.py) [2023-10-21 23:27:35,267] INFO PRINT Sending to server and aborting. (419/write/client.py) Warcprox log: 2023-10-21 23:27:30,331 218 INFO MainThread warcprox.warcproxy.WarcProxy.__init__(mitmproxy.py:617) 100 proxy threads 2023-10-21 23:27:30,400 218 NOTICE MainThread warcprox.warcproxy.WarcProxy.server_activate(warcproxy.py:493) listening on 127.0.0.1:4553 2023-10-21 23:27:30,401 218 INFO MainThread warcprox.dedup.DedupDb.start(dedup.py:98) creating new deduplication database ./warcprox.sqlite 2023-10-21 23:27:30,403 218 INFO DedupLoader(tid=220) warcprox.BasePostfetchProcessor._run(__init__.py:134) starting up 2023-10-21 23:27:30,403 218 INFO WarcWriterProcessor(tid=221) warcprox.writerthread.WarcWriterProcessor._run(__init__.py:134) starting up 2023-10-21 23:27:30,416 218 INFO DedupDb(tid=222) warcprox.BasePostfetchProcessor._run(__init__.py:134) starting up 2023-10-21 23:27:30,416 218 INFO StatsProcessor(tid=223) warcprox.stats.StatsProcessor._run(__init__.py:134) starting up 2023-10-21 23:27:30,416 218 INFO CrawlLogger(tid=224) warcprox.BasePostfetchProcessor._run(__init__.py:134) starting up 2023-10-21 23:27:30,416 218 INFO StatsProcessor(tid=223) warcprox.stats.StatsProcessor._startup(stats.py:108) opening existing stats database ./warcprox.sqlite 2023-10-21 23:27:30,417 218 INFO RunningStats(tid=225) warcprox.BasePostfetchProcessor._run(__init__.py:134) starting up 2023-10-21 23:27:30,429 218 INFO StatsProcessor(tid=223) warcprox.stats.StatsProcessor._startup(stats.py:125) created table buckets_of_stats in ./warcprox.sqlite 2023-10-21 23:27:34,124 218 INFO WarcWriterProcessor(tid=221) warcprox.writer.WarcWriter.open(writer.py:93) warc destination directory ./warcs doesn't exist, creating it /usr/local/lib/python3.9/site-packages/hanzo/warctools/record.py:174: FutureWarning: GzipFile was opened for writing, but this will change in future Python releases. Specify the mode argument for opening it for writing. out = GzipFile(fileobj=out) 2023-10-21 23:27:34,125 218 INFO WarcWriterProcessor(tid=221) warcprox.writerthread.WarcWriterProcessor._log(writerthread.py:133) 127.0.0.1 204 WARCPROX_WRITE_RECORD /burnthetwitch_client_version text=plain size=95 sha1:6beac37f9871377410f83748945b5a46826cbd8f resource WARCPROX-20231021232734124-00000-qm6edgiv.warc.gz offset=338 2023-10-21 23:27:34,625 218 INFO StatsProcessor(tid=223) warcprox.stats.StatsProcessor._get_process_put(__init__.py:207) gathered batch of 1 in 2.20 sec 2023-10-21 23:27:35,225 218 INFO WarcWriterProcessor(tid=221) warcprox.writerthread.WarcWriterProcessor._log(writerthread.py:133) 127.0.0.1 200 POST https://gql.twitch.tv/gql application/json size=350 sha1:181c2d2d95a20640f597b2e5d23a5284e771c19f response WARCPROX-20231021232734124-00000-qm6edgiv.warc.gz offset=717