You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get this error when trying to redownload a failed download
old version is perfect
ERROR:aiohttp.server:Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 433, in _handle_request
resp = await request_handler(request)
File "/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py", line 504, in _handle
resp = await handler(request)
File "app/main.py", line 108, in add
status = await dqueue.add(url, quality, format, folder, custom_name_prefix)
File "/app/app/ytdl.py", line 285, in add
return await self.__add_entry(entry, quality, format, folder, custom_name_prefix, already)
File "/app/app/ytdl.py", line 265, in __add_entry
self.queue.put(Download(dldirectory, output, output_chapter, quality, format, self.config.YTDL_OPTIONS, dl))
File "/app/app/ytdl.py", line 51, in __init__
self.format = get_format(format, quality)
File "/app/app/dl_formats.py", line 45, in get_format
raise Exception(f"Unkown format {format}")
Exception: Unkown format test
The text was updated successfully, but these errors were encountered:
If the "Download Folder" is not default, this error occurs when the retry button is clicked after the download fails.
I did not find the reason. Sorry.
get this error when trying to redownload a failed download
old version is perfect
The text was updated successfully, but these errors were encountered: