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

Replaced HTTPX to Requests module #1622

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Replaced HTTPX to Requests module #1622

merged 1 commit into from
Sep 20, 2023

Commits on Sep 17, 2023

  1. Replaced HTTPX to Requests module

    Our local old httpx version have problems with new pyhton versions e.g. 3.11
    update the httpx to last version (0.25) cause folowing errors
    httpcore.RemoteProtocolError: Server disconnected
    at least while testing on android, that make almost unusuable the addon
    so for now has been reverted to Requests module.
    With this will be lost http2 compatibility but since the login is broken, should be not a problem.
    NOTE: KeepAlive fix has been not reintroduced intentionally.
    CastagnaIT committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    9d2a453 View commit details
    Browse the repository at this point in the history