Client Randomly Disconnecting
See original GitHub issueHey Guys, I recently observe following error when using Python-Socketio as Server with four connected clients. After some time (about ten minutes) one client disconnects with following log output:
INFO:werkzeug:127.0.0.1 - - [05/May/2020 10:23:28] "GET /socket.io/?transport=polling&EIO=3&sid=b91e51d9d9b043ab98293875123a744f&t=1588674208.5054448 HTTP/1.1" 500 -
WARNING:engineio.client:Unexpected status code 500 in server response, aborting
I enabled all debugging options that are available (to the best of my knowledge). However it seems that the server is unable to handle the GET Request at this particular time, but I can’t see a reason for this. Is there any way I can get more information about this 500 Error? Actually this seems like an Engineio problem and its maybe related to this issue: https://github.com/miguelgrinberg/python-socketio/issues/475
Thanks in advance 😃
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Wireless AC Clients Randomly Disconnect - Cisco Community
When Windows clients are disconnected they receive the "globe" rather connected icon. After about 10-15 seconds the connectivity is restored without the user ......
Read more >Client seemingly randomly disconnects from server on same ...
My client computer is the only client to be disconnected, other clients from other people are never disconnected. Does not matter if I...
Read more >Steam disconnecting randomly? Try these fixes - Appuals.com
DNS Server — In some scenarios, your Steam client may be disconnecting randomly due to the DNS servers that you are using.
Read more >clients randomly keep disconnecting/reconnecting from UAP ...
All clients randomly keep disconnecting/reconnecting from UAP AC-Lite. My problem is that all clients periodically and randomly drop from the wifi regardless ...
Read more >7 Reasons Your VPN Keeps Disconnecting (And How to Fix It)
7 Reasons Your VPN Keeps Disconnecting & Reconnecting · 1. Your Connection Has Too Much Latency · 2. There Are Other Network Connection...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I will try to write a minimal working example to reproduce this bug at the weekend.
Small update, I managed to get more logs. Although they are not really helpful