You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitMate.io thinks the contributor most likely able to help you is @asvetlov.
Possibly related issues are #660 (aiohttp.request hangs on some URLs), #2920 (AIOHttp failing after some requests), #1290 (aiohttp 1.1), #2829 (aiohttp 3.1 release), and #1403 ([QUESTION] aiohttp.ClientSession.request('GET') issue).
Long story short
aiohttp.get(url)
modifiesurl
to something else, resulting in not being able to fetch that URLExpected behaviour
It should request the correct url
Actual behaviour
It requests the wrong url (it seems to improperly convert
%3D
to=
, which gives a different and incorrect url)Steps to reproduce
Your environment
aiohttp 3.5.1
linux
python 3.6.5
The text was updated successfully, but these errors were encountered: