Friday, November 11, 2016

Re: Running daphne in production - Mac OS X Server 10.11

I came across a post that suggested running Daphne like this:

    daphne multichat.asgi:channel_layer --port 8000 -v 2


The updated error:


2016-11-11 15:43:14,453 DEBUG    HTTP GET request for http.response!KwJtQDgmoifR

2016-11-11 15:43:14,478 DEBUG    HTTP 404 response started for http.response!KwJtQDgmoifR

2016-11-11 15:43:14,478 DEBUG    HTTP close for http.response!KwJtQDgmoifR

2016-11-11 15:43:14,478 DEBUG    HTTP response complete for http.response!KwJtQDgmoifR

127.0.0.1:51749 - - [11/Nov/2016:15:43:14] "GET /chat/stream/" 404 2279


It seems the error is coming from not being able to locate the route/path "/chat/stream/"


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/527cb11e-d6f3-4c94-81ea-89d6038eb64c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment