-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Bug] Index out of bound (index error) - Want to delete a column #5669
Copy link
Copy link
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Hello there,
I'm runnig my instance of invidious on windows 11 via Docker dekstop and I wanted to delete the column ''Tendances" in the parameter on the web ui but when I'm saving it it's show that error :
Title: Index out of bounds (IndexError)
Date: 2026-03-18T11:30:46Z
Route: /preferences?referer=%2Ffeed%2Fpopular
Version: 2026.02.07-118d635 @ (HEAD detached at v2.20260207.0)
Backtrace
Index out of bounds (IndexError)
from src/invidious/routes/preferences.cr:14:14 in 'update'
from lib/kemal/src/kemal/route.cr:12:9 in '->'
from src/invidious/helpers/handlers.cr:31: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:22: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:80: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:133:11 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:170:11 in 'run'
from ???
can't find anything related
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working