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

Refactor: Use niquests rather requests #2081

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

glensc
Copy link
Collaborator

@glensc glensc commented Oct 20, 2024

  • support for requests-cache
  • support for requests-oauthlib

@glensc
Copy link
Collaborator Author

glensc commented Oct 20, 2024

@glensc
Copy link
Collaborator Author

glensc commented Dec 26, 2024

Some odd lockup happens:

  • from debug log i see shows are fetched from trakt that are not even in progressbar

i.e progressbar is stuck on first item on first library, but logs show it's processing items from next library.
and oddly the episodes it fetches are not cached, always 200, so likely requests cache doesn't get complete response yet to store to cache. likely awaiting for one single item, but which one? the traceback is not helpful as it just tons of corotines...

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 this pull request may close these issues.

1 participant