Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. HTTP GET /stream/ 200 [0.02, 127.0.0.1:55532]
  2. WebSocket HANDSHAKING /stream/ [127.0.0.1:55638]
  3. Exception inside application: No handler for message type websocket.connect
  4. File "/usr/local/lib/python3.6/dist-packages/channels/sessions.py", line 183, in __call__
  5. return await self.inner(receive, self.send)
  6. File "/usr/local/lib/python3.6/dist-packages/channels/middleware.py", line 41, in coroutine_call
  7. await inner_instance(receive, send)
  8. File "/usr/local/lib/python3.6/dist-packages/channels/consumer.py", line 62, in __call__
  9. await await_many_dispatch([receive], self.dispatch)
  10. File "/usr/local/lib/python3.6/dist-packages/channels/utils.py", line 52, in await_many_dispatch
  11. await dispatch(result)
  12. File "/usr/local/lib/python3.6/dist-packages/channels/consumer.py", line 75, in dispatch
  13. raise ValueError("No handler for message type %s" % message["type"])
  14. No handler for message type websocket.connect
  15. WebSocket DISCONNECT /stream/ [127.0.0.1:55638]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement