iv-org / invidious

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

[Bug] (DB::PoolRetryAttemptsExceeded) #2963

Closed jordan102 closed 2 years ago

jordan102 commented 2 years ago

Describe the bug

Steps to Reproduce

Logs

Screenshots

Additional context

jordan102 commented 2 years ago

Title: (DB::PoolRetryAttemptsExceeded) Date: 2022-03-11T05:19:17Z Route: /channel/UCj0nzRZZQ_yvabuIwYJUoHQ?page=1&sort_by=newest Version: 2022.03.07-440549fc @ master

Backtrace

``` (DB::PoolRetryAttemptsExceeded) from lib/db/src/db/result_set.cr:28:5 in 'query:args' from lib/db/src/db/query_methods.cr:61:12 in 'query_one?:as' from src/invidious.cr:251:10 in '->' from /usr/share/crystal/src/primitives.cr:255:3 in '->' from lib/kemal/src/kemal/filter_handler.cr:58:23 in 'call_block_for_path_type' from lib/kemal/src/kemal/filter_handler.cr:16:7 in 'call' from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next' from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next' from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next' from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next' from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next' from src/invidious/helpers/static_file_handler.cr:188:11 in 'call' from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call' from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call' from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next' from lib/kemal/src/kemal/init_handler.cr:12:7 in 'process' from /usr/share/crystal/src/http/server.cr:498:5 in '->' from /usr/share/crystal/src/primitives.cr:255:3 in 'run' from ??? ```

image