-
-
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
server.py, line 282: NotImplementedError #1703
Comments
@p-hash could you try this repo https://github.com/fafhrd91/aiohttp |
Found this as I'm experiencing the same issue. Ubuntu 16.10, Python 3.5.2, aiohttp 1.3.3 @fafhrd91 Your repo seems to have fixed the issue for me at least.. That's while noting that I got
during setup.py |
do you have cython installed? |
good point.. still working and now, no build errors. |
fixed in master and in 1.3 branch |
Long story short
I get this error:
It was mentioned before in #1537
Steps to reproduce
Thanks to @freekvw we have the code that reproduces the issue.
Error happens when you upload a file larger than 50KiB
Your environment
OS: Fedora 23
Python 3.4.3
aiohttp 1.3.3
The text was updated successfully, but these errors were encountered: