runtime error

Exit code: 1. Reason: predictions = await anyio.to_thread.run_sync(self.fn, *processed_input) File "/usr/local/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run result = context.run(func, *args) File "/home/user/app/app.py", line 149, in run_inference title, thumb, skip_frames, path_frames= vid2frames(url,sampling_interval) File "/home/user/app/app.py", line 111, in vid2frames fps, video, thumb, title = download_video(url) File "/home/user/app/app.py", line 60, in download_video format, format_id, fps = select_video_format(url) File "/home/user/app/app.py", line 25, in select_video_format info_dict = ydl.extract_info(url, download=False) File "/usr/local/lib/python3.10/site-packages/yt_dlp/YoutubeDL.py", line 1657, in extract_info return self.__extract_info(url, self.get_info_extractor(key), download, extra_info, process) File "/usr/local/lib/python3.10/site-packages/yt_dlp/YoutubeDL.py", line 1686, in wrapper self.report_error(str(e), e.format_traceback()) File "/usr/local/lib/python3.10/site-packages/yt_dlp/YoutubeDL.py", line 1126, in report_error self.trouble(f'{self._format_err("ERROR:", self.Styles.ERROR)} {message}', *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/yt_dlp/YoutubeDL.py", line 1065, in trouble raise DownloadError(message, exc_info) yt_dlp.utils.DownloadError: ERROR: [youtube] LPGUtKKO6F8: Sign in to confirm you’re not a bot. Use --cookies-from-browser or --cookies for the authentication. See https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp for how to manually pass cookies. Also see https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies for tips on effectively exporting YouTube cookies

Container logs:

Fetching error logs...