iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.19k stars 1.79k forks source link

[Bug] LOADING Redis is loading the dataset in memory (Redis::Error) #4921

Closed hix1000 closed 2 weeks ago

hix1000 commented 2 weeks ago

Title: LOADING Redis is loading the dataset in memory (Redis::Error) Date: 2024-09-14T17:45:45Z Route: /watch?v=xZbD_9FTwEA Version: 2024.08.24-5ced769 @ master

Backtrace

``` LOADING Redis is loading the dataset in memory (Redis::Error) from /usr/share/crystal/src/string.cr:5496:13 in 'receive' from lib/redis/src/redis.cr:311:7 in 'command' from ??? from src/invidious/database/videos.cr:52:10 in 'select' from src/invidious/videos.cr:352:7 in 'get_video:region' from src/invidious/routes/watch.cr:55:15 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 ??? ```