Flask - Gevent - Pushbullet - Twilio - 此操作将永久阻止

时间:2018-05-10 22:12:26

标签: python flask twilio pushbullet

所以我有以下应用程序,我正在https://github.com/SimplySynced/simplyfishy/tree/master工作 当我触发浮动开关并尝试通过twilio和pushbullet发送消息时,我遇到了这个错误。

File "/home/pi/simplyfishy/simplyfishyenv/local/lib/python3.5/site-    packages/gevent/hub.py", line 630, in switch
    return RawGreenlet.switch(self)
gevent.hub.LoopExit: ('This operation would block forever', <Hub at 0x7451b210 epoll pending=0 ref=0 fileno=17>)

完整追溯https://pastebin.com/E0FJm8ZW。我在调用函数时尝试使用gevent.spawn,这仍然提供了同样的问题。我确保我的猴子补丁线位于文件的顶部。现在这个错误只会发生在第一个触发器上,如果我继续触发浮动开关这两个消息都没有问题。完全没有错误。

0 个答案:

没有答案