Skip to content

Instantly share code, notes, and snippets.

@axilaris
Created March 27, 2024 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axilaris/2e0a5ae1887f7d12a226565efa85dd6f to your computer and use it in GitHub Desktop.
Save axilaris/2e0a5ae1887f7d12a226565efa85dd6f to your computer and use it in GitHub Desktop.
App.js:59 WebSocket connection to 'ws://localhost:8000/ws/notification/' failed:
App.js:71 WebSocket error Event {isTrusted: true, type: 'error', target: WebSocket, currentTarget: WebSocket, eventPhase: 2, …}
App.js:75 WebSocket closed CloseEvent {isTrusted: true, wasClean: false, code: 1006, reason: '', type: 'close', …}
System check identified 1 issue (0 silenced).
March 27, 2024 - 14:19:29
Django version 4.1.5, using settings 'backend.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Forbidden: /api/user
WARNING:django.request:Forbidden: /api/user
[27/Mar/2024 14:19:44] "GET /api/user HTTP/1.1" 403 58
Forbidden: /api/user
WARNING:django.request:Forbidden: /api/user
[27/Mar/2024 14:19:44] "GET /api/user HTTP/1.1" 403 58
Not Found: /ws/notification/
WARNING:django.request:Not Found: /ws/notification/
Not Found: /ws/notification/
WARNING:django.request:Not Found: /ws/notification/
[27/Mar/2024 14:19:44] "GET /ws/notification/ HTTP/1.1" 404 2230
[27/Mar/2024 14:19:44,843] - Broken pipe from ('127.0.0.1', 60943)
[27/Mar/2024 14:19:44] "GET /ws/notification/ HTTP/1.1" 404 2230
[27/Mar/2024 14:19:44,843] - Broken pipe from ('127.0.0.1', 60947)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment