You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Same problem. You may comment out the following lines in poe.py:
timer = 0
while None in self.active_messages.values():
time.sleep(0.01)
timer += 0.01
if timer > timeout:
raise RuntimeError("Timed out waiting for other messages to send.")
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After running a few hour,it will rasie error "Timed out waiting for other messages to send" . No message is waitng when I check it in the Poe website。
The text was updated successfully, but these errors were encountered: