Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in thread "async-dispatch-1" java.lang.IndexOutOfBoundsException #95

Open
Metuant opened this issue Aug 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Metuant
Copy link

Metuant commented Aug 24, 2022

Describe the bug
Logs show error messages upon request

Expected behavior
No error messages and successful request

Logs
Please copy out the log in it's entirety, please make sure to hide any potential secrets/API keys - although they should be censored via the logging program.

2022-08-24T00:29:52.676Z 16dccf583506 INFO [doplarr.interaction-state-machine:28] - Performing search for series nick cannon presents wild n out
2022-08-24T00:29:59.592Z 16dccf583506 DEBUG [doplarr.core:27] - Received interaction
2022-08-24T00:30:07.898Z 16dccf583506 DEBUG [doplarr.core:27] - Received interaction
2022-08-24T00:30:14.619Z 16dccf583506 DEBUG [doplarr.core:27] - Received interaction
Exception in thread "async-dispatch-1" java.lang.IndexOutOfBoundsException
        at clojure.lang.RT.nthFrom(RT.java:928)
        at clojure.lang.RT.nth(RT.java:897)
        at doplarr.backends.overseerr.impl$media_status.invokeStatic(impl.clj:85)
        at doplarr.backends.overseerr.impl$media_status.doInvoke(impl.clj:76)
        at clojure.lang.RestFn.invoke(RestFn.java:521)
        at doplarr.backends.overseerr$request$fn__811$state_machine__5615__auto____816$fn__818.invoke(overseerr.clj:48)
        at doplarr.backends.overseerr$request$fn__811$state_machine__5615__auto____816.invoke(overseerr.clj:43)
        at clojure.core.async.impl.ioc_macros$run_state_machine.invokeStatic(ioc_macros.clj:978)
        at clojure.core.async.impl.ioc_macros$run_state_machine.invoke(ioc_macros.clj:977)
        at clojure.core.async.impl.ioc_macros$run_state_machine_wrapped.invokeStatic(ioc_macros.clj:982)
        at clojure.core.async.impl.ioc_macros$run_state_machine_wrapped.invoke(ioc_macros.clj:980)
        at clojure.core.async.impl.ioc_macros$take_BANG_$fn__5633.invoke(ioc_macros.clj:991)
        at clojure.core.async.impl.channels.ManyToManyChannel$fn__456$fn__457.invoke(channels.clj:99)
        at clojure.lang.AFn.run(AFn.java:22)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
        at clojure.core.async.impl.concurrent$counted_thread_factory$reify__359$fn__360.invoke(concurrent.clj:29)
        at clojure.lang.AFn.run(AFn.java:22)
        at java.base/java.lang.Thread.run(Thread.java:831)
2022-08-24T00:30:18.377Z 16dccf583506 INFO [doplarr.interaction-state-machine:112] - Performing request for  {:id 2299, :year 2005, :title "Nick Cannon Presents: Wild 'N Out", :season-count 18, :season 18}

Additional context
Doplarr is pointing to Overseerr

@kiranshila kiranshila added the bug Something isn't working label Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants