plenty of http 400 errors on GET /api/socket.io/?EIO=4&transport=websocket in the access log
when i start the mobile client (android), i'm getting on the server plenty of these, any idea where i can look at to figure whats causing it?
i have a brand new installation from docker-compose, setup today (android client says version 1.85.0) , client is a 1.85.0 build 109. Apart from this, everything seems to work just fine, no complains
95.90.209.10 - - [12/Nov/2023:17:39:28 +0100] "GET /api/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 45 "-" "Dart/3.1 (dart:io)"
95.90.209.10 - - [12/Nov/2023:17:39:28 +0100] "GET /api/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 45 "-" "Dart/3.1 (dart:io)"
95.90.209.10 - - [12/Nov/2023:17:39:28 +0100] "GET /api/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 45 "-" "Dart/3.1 (dart:io)"
95.90.209.10 - - [12/Nov/2023:17:39:32 +0100] "GET /api/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 45 "-" "Dart/3.1 (dart:io)"
95.90.209.10 - - [12/Nov/2023:17:39:33 +0100] "GET /api/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 45 "-" "Dart/3.1 (dart:io)"
95.90.209.10 - - [12/Nov/2023:17:39:33 +0100] "GET /api/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 45 "-" "Dart/3.1 (dart:io)"
95.90.209.10 - - [12/Nov/2023:17:39:33 +0100] "GET /api/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 45 "-" "Dart/3.1 (dart:io)"
95.90.209.10 - - [12/Nov/2023:17:39:38 +0100] "GET /api/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 45 "-" "Dart/3.1 (dart:io)"
95.90.209.10 - - [12/Nov/2023:17:39:38 +0100] "GET /api/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 45 "-" "Dart/3.1 (dart:io)"
95.90.209.10 - - [12/Nov/2023:17:39:38 +0100] "GET /api/socket.io/?EIO=4&transport=websocket HTTP/1.1" 400 45 "-" "Dart/3.1 (dart:io)"
2 Replies
I think this might be the "issue" of auto switching between websocket protocol and polling protocol
doesnt seem to affect performance, just cluttering the logs, so its nothing urgent. let me know if i should write a proper bug ticket (where, github?), and if there is any additional info needed. thanks 🙂