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

Proxy support for instant avaliablity check on banned cloud IPs ? #241

Open
pvbhanuteja opened this issue Jan 6, 2025 · 1 comment
Open

Comments

@pvbhanuteja
Copy link
Contributor

Add proxy support for instant availability check too ?

With wrap proxy I'm seeing this error in logs

2025-01-04 01:15:30 | ⚠️ WARNING | realdebrid.get_instant - Exception while checking hash instant availability on Real-Debrid: 403, message='Forbidden', url='https://api.real-debrid.com/rest/1.0/torrents/instantAvailability/98d528ee9ea2969e7a351a42613ee500f8267d0b/dcb5943259280499c912ffc8f716f5327e39f98b/f0655c9a8165419af290b179428d47dd283354bd/42940d82b97fa812195ca0862af9f37dc9b521c1/b2925b6585599637d722e65734d6a49c30d90119/9a42b43899b3917c64d88266765ec2f2332e1665/f36da9ab409fba487bb5f264115f075242ce9470/5867e94a2b5e08dd6f76697d4d9898f648d9e93b/c973d20c2e1f341a43eb13d5e0e0e1d1609cef70/97a605e8f02adb8264011e411da45c37d01a30a5/92f88314ab91f52cb6c04b68641c23054bdcb65a/a1c8a37d58ffc293765f3fe55c3a914b87f8cba2/3823a47a9c2db06496511906a1f22daa387eb7ec/038cd63b04e924cf4fef55439fd18f0a80169beb/7e00e1c7fc1305774ae037a326d68bd9cce24085/95c0be1dfd5f23983f1ff64aecddc00fd910267d/ecc5d3117bda575aae839a76a8290d1149dd2f92/7e0ae8aa1e84e5a1396aba0261ccf416063e9361/6b958e8a22f9789c752ffa546651d5d2faf0097a/16562099e54a6e5ae7575cf61620e65c80abf1f3/8201ef16d5a365bbec33272fa1abfff421e725a1/54bb29cd6f446d18665fb54b326fefce84bb461c/b7cda2cbd44c2832e18174b89f7481b05fe083d2/3ba4dc76f4a2b86b700429485ef6b6f5ebcb3beb/8b49d37cf0da11ac6b99f0ef086042ee1bfbc2ee'

Instant availability check is using actual IP looking at source there is no proxy support is this causing issue ?

@pvbhanuteja pvbhanuteja mentioned this issue Jan 8, 2025
@raymondgp
Copy link

Having the same error message but I went a bit deeper.

I think real-debrid removed the InstantAvailability endpoint which means this app may need some rework ... haven't looked much under the hood yet but if the API contract is no longer providing that endpoint then there is no way this URL reported in the logs will ever work.

I tried the URL in a simple curl properly authenticated but I actually get a "disabled_endpoint" error.

I'm creating a new issue with i

curl -X GET -H "Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxx" "https://api.real-debrid.com/rest/1.0/torrents/instantAvailability/7c47433b197899fcf77cd6c77c087edd4c799694/4f3ff8b7139da61cbdc0e54a5ad4ae6496ae9557"
{
"error": "disabled_endpoint",
"error_code": 37
}

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