Search found 3 matches
- 02 May 2025, 09:14
- Forum: Ubuntu & Desktop Linux
- Topic: Couldn't connect to TMDB database (when using a proxy)
- Replies: 5
- Views: 6316
Re: Couldn't connect to TMDB database
The http.proxyHost=127.0.0.1 http.proxyPort=7890 https.proxyHost=127.0.0.1 https.proxyPort=7890 system properties seem to have been the solution. The log shows that everything is working now. Yesterday I have tried http.proxyHost=127.0.0.1 http.proxyPort=7890 but it didn't work. Now the problem ...
- 02 May 2025, 04:41
- Forum: Ubuntu & Desktop Linux
- Topic: Couldn't connect to TMDB database (when using a proxy)
- Replies: 5
- Views: 6316
Re: Couldn't connect to TMDB database
Caused by: java.net.http.HttpConnectTimeoutException: HTTP connect timed out Caused by: java.net.ConnectException: HTTP connect timed out There's probably not much you can do. If it reliably and repeatedly doesn't work from FileBot but always works with curl, then that would be most unusual. Could ...
- 01 May 2025, 15:21
- Forum: Ubuntu & Desktop Linux
- Topic: Couldn't connect to TMDB database (when using a proxy)
- Replies: 5
- Views: 6316
Couldn't connect to TMDB database (when using a proxy)
I have this connection error when I use filebot cli in ubuntu. Failed to fetch resource: https://api.themoviedb.org/3/search/tv: HTTP connect timed out HTTP connect timed out java.net.http.HttpConnectTimeoutException: HTTP connect timed out at net.filebot.web.WebRequest.doRequest(Unknown Source) at ...