Created
March 27, 2024 14:21
-
-
Save axilaris/2e0a5ae1887f7d12a226565efa85dd6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', …} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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