rdt-client icon indicating copy to clipboard operation
rdt-client copied to clipboard

Can't add torrents - Resource temporarily unavailable (api.real-debrid.com:443))

Open palradu opened this issue 1 year ago • 4 comments

What version are you using? 2.0.60

What OS are you running? Docker container on Synology NAS

Are you using Docker or as a service? Yes

Which debrid provider are you using? Real Debrid

Which downloader are you using? Internal Downloader

Please attach a log file here with the log setting set to debug rdtclient (1).log

I was using v2.0.49 until today and I decided I should update to the latest version. I deleted the container, deleted the image and set up the container again using the same information as before.

The container creation process worked perfectly, it started up and was able to set up the app.

However, I can't add any torrents through the web GUI (log attached). Whenever I try to add a torrent, be it via magnet link or torrent file, I get the same error: One or more errors occurred. (Resource temporarily unavailable (api.real-debrid.com:443)).

Same thing happens when attempting to add a torrent through Sonarr and Radarr, even though the connection between Sonarr/Radarr and the Docker container is active (I get a green checkmark whenever I "test" the connection).

I have checked and after running the command curl api.real-debrid.com:443 from both the NAS and my PC, I get the error below. Not mentioning the port number in the command provided the right server response:

putty_bdSZzUWWr0

Can you please assist?

palradu avatar Feb 07 '24 15:02 palradu

Do you have proxy or something? Because that's a network error.

rogerfar avatar Feb 07 '24 15:02 rogerfar

I don't have any proxy servers running, the only proxy running is the reverse ngnix proxy for my NAS for the DDNS (as I have a dynamic IP from my ISP).

palradu avatar Feb 07 '24 15:02 palradu

Stop trying to use HTTP to Call an HTTPS server, just providing a port doesn't tell curl to use https. literally the errors telling you whats wrong.

image

cchance27 avatar Feb 08 '24 02:02 cchance27

OK, I get that, but I am not doing anything. The only thing I did was just download the image and run the container. I am not making those requests, rdtclient is...

palradu avatar Feb 08 '24 06:02 palradu

So it's good now?

rogerfar avatar Feb 13 '24 02:02 rogerfar

Hi, got the same error for alldebrid. Don't use an reverseproxy.

What version are you using? 2.0.61

What OS are you running? Docker container on QNAP NAS

Are you using Docker or as a service? Docker

Which debrid provider are you using? Alldebrid

Which downloader are you using? Internal Downloader

log rdtclient.log

evil512-dom avatar Feb 15 '24 21:02 evil512-dom

So it's good now?

I apologize for the late reply. Nope, same error appears. It's not something local, I don't have any proxies running or anything within my network that would generate this error.

palradu avatar Feb 15 '24 21:02 palradu

From what I read is that it's a DNS issue: https://stackoverflow.com/questions/68866356/resource-temporarily-unavailable-error-from-system-net-sockets

Have you tried using a different nameserver perhaps? Can you try logging into the container and do a nslookup to api.real-debrid.com or api.alldebrid.com?

rogerfar avatar Feb 16 '24 00:02 rogerfar

finally

need to add a lot of IP in my nas firewall and it's working!

evil512-dom avatar Feb 16 '24 10:02 evil512-dom