Skip to content

Instantly share code, notes, and snippets.

@huislaw
Created July 11, 2023 03:06
Show Gist options
  • Save huislaw/c7bc0e3d14c185fc6001ffa86c4685e8 to your computer and use it in GitHub Desktop.
Save huislaw/c7bc0e3d14c185fc6001ffa86c4685e8 to your computer and use it in GitHub Desktop.
2023-07-11T02:52:34.713511120Z Client disconnected N8D3Sq_5OE5vYRAKAAAD
2023-07-11T02:52:34.713560621Z 169.254.129.1 - - [11/Jul/2023:02:52:34 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Ob2tBkw&sid=KAO50umO--ZJ-IJ8AAAE HTTP/1.1" 200 306 "https://testhssocketio.azurewebsites.net/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0"
2023-07-11T02:52:34.713520221Z [2023-07-11 02:52:34 +0000] [72] [ERROR] Socket error processing request.
2023-07-11T02:52:34.713585421Z Traceback (most recent call last):
2023-07-11T02:52:34.713589421Z File "/opt/python/3.11.3/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 136, in handle
2023-07-11T02:52:34.713593722Z self.handle_request(listener, req, client, addr)
2023-07-11T02:52:34.713597422Z File "/opt/python/3.11.3/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 194, in handle_request
2023-07-11T02:52:34.713601522Z util.reraise(*sys.exc_info())
2023-07-11T02:52:34.713605122Z File "/opt/python/3.11.3/lib/python3.11/site-packages/gunicorn/util.py", line 626, in reraise
2023-07-11T02:52:34.713609222Z raise value
2023-07-11T02:52:34.713614622Z File "/opt/python/3.11.3/lib/python3.11/site-packages/gunicorn/workers/sync.py", line 186, in handle_request
2023-07-11T02:52:34.713620322Z resp.close()
2023-07-11T02:52:34.713648422Z File "/opt/python/3.11.3/lib/python3.11/site-packages/gunicorn/http/wsgi.py", line 393, in close
2023-07-11T02:52:34.713655722Z util.write_chunk(self.sock, b"")
2023-07-11T02:52:34.713661522Z File "/opt/python/3.11.3/lib/python3.11/site-packages/gunicorn/util.py", line 281, in write_chunk
2023-07-11T02:52:34.713667622Z sock.sendall(chunk)
2023-07-11T02:52:34.713673323Z OSError: [Errno 9] Bad file descriptor
2023-07-11T02:52:36.332160363Z 169.254.129.1 - - [11/Jul/2023:02:52:36 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Ob2tN7p HTTP/1.1" 200 97 "https://testhssocketio.azurewebsites.net/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0"
2023-07-11T02:52:36.446618945Z 169.254.129.1 - - [11/Jul/2023:02:52:36 +0000] "POST /socket.io/?EIO=4&transport=polling&t=Ob2tNAk&sid=sUNZBgnrCtBuzcTqAAAG HTTP/1.1" 200 2 "https://testhssocketio.azurewebsites.net/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0"
2023-07-11T02:52:36.465922795Z 169.254.129.1 - - [11/Jul/2023:02:52:36 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Ob2tNAq&sid=sUNZBgnrCtBuzcTqAAAG HTTP/1.1" 200 81 "https://testhssocketio.azurewebsites.net/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0"
2023-07-11T02:52:36.561912937Z Client disconnected yYqm8rq1Ofv54rs0AAAF
2023-07-11T02:52:36.561969938Z my_event {'data': "I'm connected!"}
2023-07-11T02:52:36.561980938Z 169.254.129.1 - - [11/Jul/2023:02:52:36 +0000] "POST /socket.io/?EIO=4&transport=polling&t=Ob2tNCg&sid=sUNZBgnrCtBuzcTqAAAG HTTP/1.1" 200 2 "https://testhssocketio.azurewebsites.net/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment