Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matrix: weird thread joining thing #69

Open
jahschwa opened this issue May 15, 2019 · 0 comments
Open

matrix: weird thread joining thing #69

jahschwa opened this issue May 15, 2019 · 0 comments

Comments

@jahschwa
Copy link
Owner

Got this trying to !reboot seems weird, might just need a try/catch:

2019-05-14 21:41:03 | sibylbot | CRI | Reboot via chat_ctrl
2019-05-14 21:41:03 | matrix   | DEB | Handling m.text: [ schwa ] #reboot
2019-05-14 21:41:03 | xmpp     | DEB | Parted room "[email protected]"
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant