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

Search returned no hits #142

Open
InvalidSun opened this issue Jul 7, 2024 · 1 comment
Open

Search returned no hits #142

InvalidSun opened this issue Jul 7, 2024 · 1 comment

Comments

@InvalidSun
Copy link

InvalidSun commented Jul 7, 2024

I've attempted searches on multiple different shows/movies and all returned with no hits. The console returns the following error.

2024-07-06 22:24:09 2024-07-07T02:24:09.382Z 715d15c7be59 INFO [doplarr.interaction-state-machine:28] - Performing search for movie Taken 3
2024-07-06 22:24:09 2024-07-07T02:24:09.386Z 715d15c7be59 FATAL [doplarr.utils:79] -
2024-07-06 22:24:09 java.lang.Thread.run
2024-07-06 22:24:09 java.util.concurrent.ThreadPoolExecutor$Worker.run
2024-07-06 22:24:09 java.util.concurrent.ThreadPoolExecutor.runWorker
2024-07-06 22:24:09 java.util.concurrent.CompletableFuture$AsyncSupply.run
2024-07-06 22:24:09 java.util.concurrent.CompletableFuture.postComplete
2024-07-06 22:24:09 java.util.concurrent.CompletableFuture$UniHandle.tryFire
2024-07-06 22:24:09 java.util.concurrent.CompletableFuture.uniHandle
2024-07-06 22:24:09 jdk.internal.net.http.PlainHttpConnection.lambda$connectAsync$1
2024-07-06 22:24:09 jdk.internal.net.http.PlainHttpConnection.checkRetryConnect
2024-07-06 22:24:09 jdk.internal.net.http.PlainHttpConnection.connectAsync
2024-07-06 22:24:09 java.security.AccessController.doPrivileged
2024-07-06 22:24:09 jdk.internal.net.http.PlainHttpConnection.lambda$connectAsync$0
2024-07-06 22:24:09 sun.nio.ch.SocketChannelImpl.connect
2024-07-06 22:24:09 sun.nio.ch.SocketChannelImpl.beginConnect
2024-07-06 22:24:09 sun.nio.ch.SocketChannelImpl.ensureOpen
2024-07-06 22:24:09 java.nio.channels.ClosedChannelException:
2024-07-06 22:24:09 java.net.ConnectException:
2024-07-06 22:24:09 java.util.concurrent.CompletionException: java.net.ConnectException

@FaridLazouache
Copy link

Had the same error and fixed it using my local network address instead of localhost

Now

docker run \
-e SONARR__URL='http://192.168.1.195:8989/' \
-e RADARR__URL='http://192.168.1.195:7878/' \
-e SONARR__API='it is private :)' \
-e RADARR__API='it is private :)' \
-e DISCORD__TOKEN=it is private :) \
--name doplarr ghcr.io/kiranshila/doplarr:latest 

Before

docker run \
-e SONARR__URL='http://localhost:8989/' \
-e RADARR__URL='http://localhost:7878/' \
-e SONARR__API='it is private :)' \
-e RADARR__API='it is private :)' \
-e DISCORD__TOKEN=it is private :) \
--name doplarr ghcr.io/kiranshila/doplarr:latest 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants