OtakuMegane / DerpyBot

An active learning chatbot using Markov chains.
MIT License
5 stars 3 forks source link

Exception in thread Thread-2: #4

Closed clockwork04 closed 5 years ago

clockwork04 commented 5 years ago

Really sorry if its me doing something dumb but ive come across this error which by my best efforts i cant fix, any help is really appreciated because so far this is the only bot ive been able to find that does this

Error py_2018-10-09_18-38-00

System Specs: inkedapplicationframehost_2018-10-08_19-57-56_li

Python Version: pythonw_2018-10-09_18-41-43

Edit: here it is with Markov disabled in config.py cmd_2018-10-09_18-51-00

OtakuMegane commented 5 years ago

This one isn't your fault. It is apparently due to a difference in how get_event_loop works prior to Python 3.5.3. Added a small fix in v0.9.3.7 that should take care of the problem.