python socket.io "Received packet PONG data None Sending packet PING data None" #1034
Unanswered
DoctorMaduka
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to scrape and receive live data from a Lithuanian website. Before now, I have been using picture processing libraries like
open-cv
andPillow
to take screenshots and transcribe the results. This is inefficient because my VM has to be connected to for these libraries to work. I have no experience with WebSockets and would like to read the WebSocket messages.The site uses socket.io and not much is available online to read on. Please help.
Site: url:demo.tv
code:
Beta Was this translation helpful? Give feedback.
All reactions