Skip to content

Tag: django-channels

Protocol error, got “H” as reply type byte

I am trying to use django channels for the first time and i am following the tutorial in the documentation. But when I use python manage.py runserver and try to connect i get this error. Here is the whole console(I’m using anaconda): On the frontend js return this error Here is the whole “pip free…