mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-07-12 16:42:04 -04:00
Search returned no hits #101
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @InvalidSun on GitHub (Jul 6, 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 commented on GitHub (Aug 6, 2024):
Had the same error and fixed it using my local network address instead of localhost
Now
Before
@Wtfitsaduck commented on GitHub (Dec 23, 2024):
This looks like a generic network failure. Just make sure your Doplarr can reach Overseerr. If you share your setup I can help you troubleshoot it 🙂