plugin.video.netflix
plugin.video.netflix copied to clipboard
Updated httpx module to v0.25.0 and relative dependencies
Check if this PR fulfills these requirements:
- [ ] My changes respect the Kodi add-on development rules
- [ ] I have read the CONTRIBUTING document.
- [ ] I made sure there wasn't another Pull Request opened for the same update/change
- [ ] I have successfully tested my changes locally
Types of changes
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Feature change (non-breaking change which changes behaviour of an existing functionality)
- [x] Improvement (non-breaking change which improves functionality)
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Refactor (non-breaking performance or readability improvements)
Description
Updated httpx module to v0.25.0 and relative dependencies to their last github branch/tag versions
~atm not tested,~
tested on android
"BlockingIOError" error raised with httpx version 0.23 (#1485) dont happens anymore
but now httpcore.RemoteProtocolError: Server disconnected is raised always after some time, that prevent addon to working well (usually this error is raised after waiting few minutes or while/after watching a video)
httpcore.RemoteProtocolError: Server disconnected is a custom error of httpcore and there are no specifics info on how to fix/workaround this problem, testing Requests module seem dont raise similar problems