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

Getting Realdebrid cache error when only Torbox is enabled. #408

Closed
subexx opened this issue Jun 15, 2024 · 4 comments
Closed

Getting Realdebrid cache error when only Torbox is enabled. #408

subexx opened this issue Jun 15, 2024 · 4 comments
Assignees

Comments

@subexx
Copy link

subexx commented Jun 15, 2024

I only have torbox enabled. But getting error related to realdebrid.

2024-06-15 13:19:20 | ✨ NEW       | program._submit_job - Submitting service TraktIndexer to the pool with The Fall Guy
2024-06-15 13:19:20 | 🤖 PROGRAM   | program._submit_job - Submitting service Scraping to the pool with The Fall Guy
2024-06-15 13:19:22 | 👻 SCRAPER   | torbox.scrape - Found 35 streams out of 107 for The Fall Guy
2024-06-15 13:19:22 | 🤖 PROGRAM   | program._submit_job - Submitting service Debrid to the pool with The Fall Guy
2024-06-15 13:19:22 | 🔗 DEBRID    | realdebrid.is_cached - Processing 35 streams for The Fall Guy
2024-06-15 13:19:22 | ❌ ERROR     | realdebrid.is_cached - Error checking cache for streams
Traceback (most recent call last):
  File "/iceberg/backend/program/downloaders/realdebrid.py", line 123, in is_cached
    response = get(f"{RD_BASE_URL}/torrents/instantAvailability/{streams}/", additional_headers=self.auth_headers, response_type=dict)
  File "/iceberg/backend/utils/request.py", line 119, in get
    return _make_request(
  File "/iceberg/backend/utils/request.py", line 102, in _make_request
    return ResponseObject(response, response_type)
  File "/iceberg/backend/utils/request.py", line 33, in __init__
    self.data = self.handle_response(response)
  File "/iceberg/backend/utils/request.py", line 44, in handle_response
    raise RequestException(f"Client error with status {self.status_code}", response=response)
requests.exceptions.RequestException: Client error with status 401
2024-06-15 13:19:23 | ❌ ERROR     | realdebrid.is_cached - Error checking cache for streams
Traceback (most recent call last):
  File "/iceberg/backend/program/downloaders/realdebrid.py", line 123, in is_cached
    response = get(f"{RD_BASE_URL}/torrents/instantAvailability/{streams}/", additional_headers=self.auth_headers, response_type=dict)
  File "/iceberg/backend/utils/request.py", line 119, in get
    return _make_request(
  File "/iceberg/backend/utils/request.py", line 102, in _make_request
    return ResponseObject(response, response_type)
  File "/iceberg/backend/utils/request.py", line 33, in __init__
    self.data = self.handle_response(response)
  File "/iceberg/backend/utils/request.py", line 44, in handle_response
    raise RequestException(f"Client error with status {self.status_code}", response=response)
requests.exceptions.RequestException: Client error with status 401
2024-06-15 13:19:24 | ❌ ERROR     | realdebrid.is_cached - Error checking cache for streams
Traceback (most recent call last):
  File "/iceberg/backend/program/downloaders/realdebrid.py", line 123, in is_cached
    response = get(f"{RD_BASE_URL}/torrents/instantAvailability/{streams}/", additional_headers=self.auth_headers, response_type=dict)
  File "/iceberg/backend/utils/request.py", line 119, in get
    return _make_request(
  File "/iceberg/backend/utils/request.py", line 102, in _make_request
    return ResponseObject(response, response_type)
  File "/iceberg/backend/utils/request.py", line 33, in __init__
    self.data = self.handle_response(response)
  File "/iceberg/backend/utils/request.py", line 44, in handle_response
    raise RequestException(f"Client error with status {self.status_code}", response=response)
requests.exceptions.RequestException: Client error with status 401
2024-06-15 13:19:25 | ❌ ERROR     | realdebrid.is_cached - Error checking cache for streams
Traceback (most recent call last):
  File "/iceberg/backend/program/downloaders/realdebrid.py", line 123, in is_cached
    response = get(f"{RD_BASE_URL}/torrents/instantAvailability/{streams}/", additional_headers=self.auth_headers, response_type=dict)
  File "/iceberg/backend/utils/request.py", line 119, in get
    return _make_request(
  File "/iceberg/backend/utils/request.py", line 102, in _make_request
    return ResponseObject(response, response_type)
  File "/iceberg/backend/utils/request.py", line 33, in __init__
    self.data = self.handle_response(response)
  File "/iceberg/backend/utils/request.py", line 44, in handle_response
    raise RequestException(f"Client error with status {self.status_code}", response=response)
requests.exceptions.RequestException: Client error with status 401
2024-06-15 13:19:26 | ❌ ERROR     | realdebrid.is_cached - Error checking cache for streams
Traceback (most recent call last):
  File "/iceberg/backend/program/downloaders/realdebrid.py", line 123, in is_cached
    response = get(f"{RD_BASE_URL}/torrents/instantAvailability/{streams}/", additional_headers=self.auth_headers, response_type=dict)
  File "/iceberg/backend/utils/request.py", line 119, in get
    return _make_request(
  File "/iceberg/backend/utils/request.py", line 102, in _make_request
    return ResponseObject(response, response_type)
  File "/iceberg/backend/utils/request.py", line 33, in __init__
    self.data = self.handle_response(response)
  File "/iceberg/backend/utils/request.py", line 44, in handle_response
    raise RequestException(f"Client error with status {self.status_code}", response=response)
requests.exceptions.RequestException: Client error with status 401
2024-06-15 13:19:27 | ❌ ERROR     | realdebrid.is_cached - Error checking cache for streams
Traceback (most recent call last):
  File "/iceberg/backend/program/downloaders/realdebrid.py", line 123, in is_cached
    response = get(f"{RD_BASE_URL}/torrents/instantAvailability/{streams}/", additional_headers=self.auth_headers, response_type=dict)
  File "/iceberg/backend/utils/request.py", line 119, in get
    return _make_request(
  File "/iceberg/backend/utils/request.py", line 102, in _make_request
    return ResponseObject(response, response_type)
  File "/iceberg/backend/utils/request.py", line 33, in __init__
    self.data = self.handle_response(response)
  File "/iceberg/backend/utils/request.py", line 44, in handle_response
    raise RequestException(f"Client error with status {self.status_code}", response=response)
requests.exceptions.RequestException: Client error with status 401
2024-06-15 13:19:28 | ❌ ERROR     | realdebrid.is_cached - Error checking cache for streams
Traceback (most recent call last):
  File "/iceberg/backend/program/downloaders/realdebrid.py", line 123, in is_cached
    response = get(f"{RD_BASE_URL}/torrents/instantAvailability/{streams}/", additional_headers=self.auth_headers, response_type=dict)
  File "/iceberg/backend/utils/request.py", line 119, in get
    return _make_request(
  File "/iceberg/backend/utils/request.py", line 102, in _make_request
    return ResponseObject(response, response_type)
  File "/iceberg/backend/utils/request.py", line 33, in __init__
    self.data = self.handle_response(response)
  File "/iceberg/backend/utils/request.py", line 44, in handle_response
    raise RequestException(f"Client error with status {self.status_code}", response=response)
requests.exceptions.RequestException: Client error with status 401
2024-06-15 13:19:28 | 🤷‍ NOT_FOUND | realdebrid.is_cached - No wanted cached streams found for The Fall Guy out of 35
@AyushSehrawat
Copy link
Member

AyushSehrawat commented Jun 16, 2024

@Gaisberg Look into this

There's an ongoing PR #398 which improves torbox support

@Gaisberg
Copy link
Collaborator

Torbox isnt fully supported, are you using the torbox branch?

@subexx
Copy link
Author

subexx commented Jun 17, 2024

Yes. I just wanted to give it a try. guess i will have to stick with real debrid for now.

@Gaisberg
Copy link
Collaborator

Will be fixed in latest release

@dreulavelle dreulavelle linked a pull request Jul 22, 2024 that will close this issue
2 tasks
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

Successfully merging a pull request may close this issue.

4 participants