-
Notifications
You must be signed in to change notification settings - Fork 43
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
Errors with aiohttp 3.8.6 #207
Comments
Hi @oschwald,
|
A possible culprit could be aio-libs/aiohttp#7336 |
I was testing on Python 3.11. I can try to come up with a smaller test case.
…On Fri, Oct 20, 2023, 1:54 AM Giorgio Salluzzo ***@***.***> wrote:
A possible culprit could be aio-libs/aiohttp#7336
<aio-libs/aiohttp#7336>
Let me know if tests are passing with the rest of the Python version >=3.8
.
—
Reply to this email directly, view it on GitHub
<#207 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACECM4YAYX2KVTCQO6TS6DYAI35JAVCNFSM6AAAAAA6HSHKWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZSGM2DCOJSGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I am sorry I did not notice the version from your first message logs. I was focusing on the pipeline you linked. |
I looked into this more, and it turns out there was a bug in our test suite where we were returning the text "null" on 204s. The new version of |
With the recent 3.8.6 release of
aiohttp
, we have started seeing errors such as this withmocket
:Although I am not 100% sure
mocket
is at fault, we haven't had any reports of errors in real use. You can see an example build here.The text was updated successfully, but these errors were encountered: