-
-
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
Chat demo not working in aiohttp 3 #2789
Comments
The poll demo also does not work |
This should probably be on https://github.com/aio-libs/aiohttp-demos. The proper solution here is to add unit tests to that app and remember to run them (as we already do for other related projects) before major deploys. |
https://github.com/aio-libs/aiohttp-demos gives the same error |
I also think so. p.s. The app was created by @jettify if I'm not mistaken |
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
Want to learn websockets with example code. There's a lack of simple and runnable example code on the net demonstrating websockets in python.
Expected behaviour
Server runs and page loads
Actual behaviour
Server runs but page fails to load with following error:
Steps to reproduce
Just run
aiohttpdemo_chat/main.py
Your environment
archlinux, aiohttp 3.0.5 server?
The text was updated successfully, but these errors were encountered: