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

pair.webSocketKill division by zero error #86

Closed
mifunetoshiro opened this issue Mar 1, 2018 · 2 comments
Closed

pair.webSocketKill division by zero error #86

mifunetoshiro opened this issue Mar 1, 2018 · 2 comments

Comments

@mifunetoshiro
Copy link
Contributor

Exception in thread Thread-66:
Traceback (most recent call last):
  File "C:\Python\lib\threading.py", line 916, in _bootstrap_inner
    self.run()
  File "C:\Python\lib\threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Users\mifune\Desktop\app.py", line 647, in websockThread
    kill = 5 / pair.webSocketKill
ZeroDivisionError: division by zero

@theimo1221
Copy link
Contributor

@mifunetoshiro
The variable is called "webSocketKill" it is intended to throw an error to crash the websocket thread.

To quote myself from #71:

I even actively perform an error in one thread from an other thread when it doesn´t recieves data from websocket, wich doesn´t cause the thread to stop, to let watchdog restarting it 😜

@mifunetoshiro
Copy link
Contributor Author

Ah, this is the error you were referring to. Got it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants