Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Raise "Timed out waiting for other messages to send" #162

Open
CharlieCho2017 opened this issue Jul 13, 2023 · 1 comment
Open

Raise "Timed out waiting for other messages to send" #162

CharlieCho2017 opened this issue Jul 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@CharlieCho2017
Copy link

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。

@ading2210 ading2210 added the bug Something isn't working label Jul 13, 2023
@ichuixue
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants