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
Describe the bug
Error occurs for georestricted video
Steps to Reproduce
Go to http://127.0.0.1:3000/watch?v=bNo9bgOvcoQ&quality=hd360&raw=1
See error
Logs
Stacktrace
Index out of bounds (IndexError)
from /usr/lib/crystal/core/indexable.cr:599:8 in '[]'
from src/invidious/routes/watch.cr:178:15 in 'handle'
from src/invidious.cr:341:34 in '->'
from /usr/lib/crystal/core/primitives.cr:255:3 in '->'
from /usr/lib/crystal/core/primitives.cr:255:3 in 'process_request'
from lib/kemal/src/kemal/route_handler.cr:17:7 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next'
from lib/kemal/src/kemal/websocket_handler.cr:13:14 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:28: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:28:7 in 'call_next'
from src/invidious/helpers/handlers.cr:212:5 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next'
from src/invidious/helpers/handlers.cr:94:12 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next'
from src/invidious/helpers/handlers.cr:145:12 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next'
from src/invidious/helpers/handlers.cr:70:5 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next'
from src/invidious/helpers/static_file_handler.cr:189:11 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next'
from lib/kemal/src/kemal/exception_handler.cr:8:7 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next'
from src/invidious/helpers/logger.cr:17:35 in 'call'
from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next'
from lib/kemal/src/kemal/init_handler.cr:12:7 in 'call'
from /usr/lib/crystal/core/http/server/request_processor.cr:51:11 in 'process'
from /usr/lib/crystal/core/http/server.cr:513:5 in 'handle_client'
from /usr/lib/crystal/core/http/server.cr:468:13 in '->'
from /usr/lib/crystal/core/primitives.cr:255:3 in 'run'
from /usr/lib/crystal/core/fiber.cr:92:34 in '->'
from ???
The text was updated successfully, but these errors were encountered:
Describe the bug
Error occurs for georestricted video
Steps to Reproduce
http://127.0.0.1:3000/watch?v=bNo9bgOvcoQ&quality=hd360&raw=1
Logs
Stacktrace
Index out of bounds (IndexError) from /usr/lib/crystal/core/indexable.cr:599:8 in '[]' from src/invidious/routes/watch.cr:178:15 in 'handle' from src/invidious.cr:341:34 in '->' from /usr/lib/crystal/core/primitives.cr:255:3 in '->' from /usr/lib/crystal/core/primitives.cr:255:3 in 'process_request' from lib/kemal/src/kemal/route_handler.cr:17:7 in 'call' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from lib/kemal/src/kemal/websocket_handler.cr:13:14 in 'call' from /usr/lib/crystal/core/http/server/handler.cr:28: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:28:7 in 'call_next' from src/invidious/helpers/handlers.cr:212:5 in 'call' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from src/invidious/helpers/handlers.cr:94:12 in 'call' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from src/invidious/helpers/handlers.cr:145:12 in 'call' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from src/invidious/helpers/handlers.cr:70:5 in 'call' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from src/invidious/helpers/static_file_handler.cr:189:11 in 'call' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from lib/kemal/src/kemal/exception_handler.cr:8:7 in 'call' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from src/invidious/helpers/logger.cr:17:35 in 'call' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from lib/kemal/src/kemal/init_handler.cr:12:7 in 'call' from /usr/lib/crystal/core/http/server/request_processor.cr:51:11 in 'process' from /usr/lib/crystal/core/http/server.cr:513:5 in 'handle_client' from /usr/lib/crystal/core/http/server.cr:468:13 in '->' from /usr/lib/crystal/core/primitives.cr:255:3 in 'run' from /usr/lib/crystal/core/fiber.cr:92:34 in '->' from ???
The text was updated successfully, but these errors were encountered: