yewtudotbe / invidious-custom

Invidious with some git patches (mostly from existing PRs)
GNU Affero General Public License v3.0
211 stars 43 forks source link

Arithmetic overflow (OverflowError) #47

Closed ryan-thompson-1984 closed 1 year ago

ryan-thompson-1984 commented 1 year ago

Title: Arithmetic overflow (OverflowError) Date: 2022-11-16T01:14:55Z Route: /watch?v=k85mRPqvMbE Version: 2022.11.15-75bbad6 @ master

Backtrace

``` Arithmetic overflow (OverflowError) from /usr/lib/crystal/core/json/any.cr:168:18 in 'as_i' from src/invidious/videos.cr:327:3 in 'handle' from lib/kemal/src/kemal/route.cr:13:9 in '->' from lib/kemal/src/kemal/config.cr:92:7 in 'call' from /usr/lib/crystal/core/http/server/handler.cr:28:7 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 /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call_next' from /usr/lib/crystal/core/http/server/handler.cr:28:7 in 'call' from /usr/lib/crystal/core/http/server/handler.cr:28:7 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 'process' from /usr/lib/crystal/core/http/server.cr:500:5 in '->' from /usr/lib/crystal/core/fiber.cr:146:11 in 'run' from /src/boringssl/src/google-boringssl-251b516/ssl/internal.h:334:8 in '??' ```


Direct link: https://yewtu.be/watch?v=k85mRPqvMbE

I tried the same video on a couple other instances and found they had no issues - hence why I have not reported this to the main invidious repo. Not a big deal, I can just use a different instance, but I thought I should report it anyways.

unixfox commented 1 year ago

Closing because it was due to a test of https://github.com/iv-org/invidious/pull/3238

Thank you for reporting on the correct repo.