invidious
invidious copied to clipboard
[Bug] Missing hash key: "adaptiveFormats" (KeyError)
Only seems to happen on live streams that have been online for months. Other videos are good. This has been happening for the past several days. Other instances work fine.
Title:
Missing hash key: "adaptiveFormats" (KeyError)Date:
2024-08-28T18:41:03ZRoute:
/watch?v=mhJRzQsLZGgVersion:
2024.08.26-4782a67 @ (HEAD detached at v2.20240825.2)`
Backtrace
Missing hash key: "adaptiveFormats" (KeyError)
from /usr/share/crystal/src/hash.cr:1151:9 in '??'
from /usr/share/crystal/src/json/any.cr:261:3 in 'adaptive_fmts'
from src/invidious/routes/watch.cr:123:5 in 'handle'
from lib/kemal/src/kemal/route.cr:13:9 in '->'
from src/invidious/helpers/handlers.cr:30:37 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call_next'
from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call_next'
from src/invidious/helpers/handlers.cr:94:12 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call_next'
from src/ext/kemal_static_file_handler.cr:106:14 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/handler.cr:30:7 in 'call'
from /usr/share/crystal/src/http/server/request_processor.cr:51:11 in 'handle_client'
from /usr/share/crystal/src/fiber.cr:141:11 in 'run'
from ???