Seth Michael Larson
Seth Michael Larson
Sorry for taking so long on this @avi364 and @jalopezsilva. Let's emit a `DeprecatingWarning` on 1.26.x and a `ValueError` on `main`. Thanks for your work here!
This doesn't seem realistic right now, going to close this one until we can get volunteers.
Always read issue titles closely before closing. Thought this was the docs translation issue.
I wish you had the traceback because as far as I can see for `HTTPConnectionPool._make_request()` everywhere where I/O happens is wrapped in `try...except (SocketTimeout): self._raise_timeout(...)` which in theory should wrap...
Ah it'd a write timeout you're experiencing, huh. I figured that `request()` and `request_chunked()` would be robust against that. What OS, Python and urllib3 version are you using by the...
Thanks for reporting this, will investigate and get a fix out asap.
We discussed this a bit on Discord, the decision was at least for now we'll wait to see if this problem is more widespread before taking action. Preferably we'd like...
The problem is is `virtualbox/library.py` is automatically generated so this likely means we need to update `build.py`. Maybe we can update the interface return value script to check for `None`...
Yeah this is definitely an issue, do you think you could submit a Pull Request for this? :)
Any updates @roalter?