dolfies
dolfies
Fixed the fallback! The API is back up too. Sorry for the wait guys. The PyPi package should work again as the API is back.
Fixed the fallback! The API is back up too. Sorry for the wait guys.
The blocker on this was that membership screening v2 meant the API was in a state of flux. However, it (mostly?) stabilized now that screening v2 was put on the...
Python isn't installed.
> It seems that we should check the return code when using `.ws_send` and `.ws_recv` and retry them when 10035 is raised. Would this be in the Python implementation? I...
> Some also reported that not only websockets returned the same error: > > [#106 (comment)](https://github.com/yifeikong/curl_cffi/issues/106#issuecomment-1873646318) That's error 10053, not 10035 :) According to MS docs, that's `ECONNABORTED: Software caused...
> It's here: > > https://github.com/yifeikong/curl_cffi/blob/aefc2475de5b235e242dc6b9438ece3ed1416549/curl_cffi/curl.py#L362-L367 Yeah that's where I was looking, but I didn't think it'd be very clean since the error is wrapped and all we have is...
Unfortunately, I'm now able to reproduce this with the proactor event loop as well :( Seems a lot less common though
In terms of requests, the AsyncSession interface is already similar enough to aiohttp that I don't think it matters
I can definitely look into implementing some of these