coal0 / python-omegle

A simple Python API for the Omegle chat service
MIT License
22 stars 10 forks source link

RandomChat.GetEvent() blocking #7

Open NickDomanti opened 2 years ago

NickDomanti commented 2 years ago

Calling GetEvent() on an instance of RandomChat freezes the code completely, it proceeds no more. Probably because something in Omegle changed since the last time you updated this.

JonZavialov commented 2 years ago

I'm getting this error too.

mrseeker commented 2 years ago

It seems that the "blocking" comes from Omegle waiting for a response... which never seems to happen.

NickDomanti commented 2 years ago

It seems that the "blocking" comes from Omegle waiting for a response... which never seems to happen.

Yep, that's what I thought. Omegle folks must have changed how their system works since this library got updated the last time.

mrseeker commented 2 years ago

What you actually getting is an error response and a notification to update the webapp, but I haven't been able to replicate the exact stuff they are looking for in the headers.

NickDomanti commented 2 years ago

What you actually getting is an error response and a notification to update the webapp, but I haven't been able to replicate the exact stuff they are looking for in the headers.

How did you find out?

mrseeker commented 2 years ago

I know kung-fu?

But jokes aside, I tried the came command in curl and it came back with an error message.

NickDomanti commented 2 years ago

oh yea right.