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
[user@box:~/.../sibyl] ./run.py
Traceback (most recent call last):
File "./run.py", line 86, in <module>
main()
File "./run.py", line 65, in main
reboot = bot.run_forever()
File "/home/user/src/sibyl/pr/sibyl/lib/sibylbot.py", line 1227, in run_forever
proto.shutdown()
File "protocols/sibyl_socket.py", line 380, in shutdown
self.thread.join()
File "/usr/lib/python2.7/threading.py", line 929, in join
raise RuntimeError("cannot join thread before it is started")
RuntimeError: cannot join thread before it is started
The text was updated successfully, but these errors were encountered:
Got this trying to
!reboot
seems weird, might just need a try/catch:The text was updated successfully, but these errors were encountered: