-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
url encode error 500 #930
Comments
I'll take a look, thanks. |
The source of problem is Not sure that unquoting should be called on wsgi level. Thoughts? |
Fixed in aiohttp 0.10.2 release. |
\o/ |
@asvetlov @fafhrd91
python3.4.2 + django1.7.1 + gunicorn19.1.1 |
Please try aiohttp 0.13.0 |
@asvetlov Fix it aio-libs/aiohttp#248 |
Do we need this issue here or is it an upstream issue? |
should be probably closed there. Maybe we could add a test about the version inside the worker like others? |
Where do you mean? Is there an example? |
oups sorry. yed the evenlet worker is checking the version installed.
|
i'm closing this issue. |
http://<mysite.com>/api/v1/tags/%E5%A5%94%E9%A9%B0/cards/
python3.4.2 + django1.7.1 + gunicorn19.1.1
if url include chinese ,it traceback 500 error
The text was updated successfully, but these errors were encountered: