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
About 10 minutes ago I visited yewtu.be and searched for mr robot 402, which returned this error message:
Title: `Missing hash key: "browseEndpoint" (KeyError)`
Date: `2023-10-19T15:08:40Z`
Route: `/search?q=mr+robot+402`
Version: `2023.10.19-3609d72 @ master`
<details>
<summary>Backtrace</summary>
<p>
Missing hash key: "browseEndpoint" (KeyError)
from /usr/lib/crystal/core/string.cr:5508 in '??'
from /usr/lib/crystal/core/json/any.cr:144:5 in 'get_browse_id'
from /usr/lib/crystal/core/indexable.cr:949:8 in 'process'
from src/invidious/yt_backend/extractors.cr:845:17 in 'parse_item'
from src/invidious/yt_backend/extractors.cr:892:14 in 'extract_items'
from /usr/lib/crystal/core/array.cr:1128:11 in 'process'
from src/invidious/routes/search.cr:55:17 in 'search'
from lib/kemal/src/kemal/config.cr:92:7 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:30:7 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:32:7 in 'call_next'
from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:30:7 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:32:7 in 'call_next'
from src/invidious/helpers/handlers.cr:94:12 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:32:7 in 'call_next'
from src/invidious/helpers/handlers.cr:151:29 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:30:7 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:32:7 in 'call_next'
from src/ext/kemal_static_file_handler.cr:106:14 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:30:7 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:30:7 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:30:7 in 'call'
from /usr/lib/crystal/core/http/server/request_processor.cr:51:11 in 'handle_client'
from /usr/lib/crystal/core/fiber.cr:146:11 in 'run'
from ???
</p>
</details>
I was able to reproduce this on other instances with the exact same and similar queries such as mr robot 401
I think one of the results is breaking the parse_item function?
The text was updated successfully, but these errors were encountered:
About 10 minutes ago I visited yewtu.be and searched for
mr robot 402
, which returned this error message:I was able to reproduce this on other instances with the exact same and similar queries such as
mr robot 401
I think one of the results is breaking the
parse_item
function?The text was updated successfully, but these errors were encountered: