-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
AIOHttp failing after some requests #2920
Comments
Sorry, without providing more info I have no idea how to help. |
Even after running in the debug mode, I couldn't find any error message. The request has been fired for 4000 files and the response has been captured only of 1589 requests. Without any error message, it got stopped.
|
aiohttp always either returns a result or raises an exception but never dies silently. |
Cannot reproduce, need more info for pinning the problem. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Long story short
I was firing around 6000 requests concurrently and after some amount of time, the program is terminated without any error.
Expected behaviour
The program should run and all the files should be downloaded
Actual behaviour
The program is terminated without error
Steps to reproduce
I have only one channel and the channel has around 6000 files
Your environment
Python 3.5
aiohttp 2.3.9
The text was updated successfully, but these errors were encountered: