jahschwa / sibyl

a python chatbot with a focus on XBMC
GNU General Public License v3.0
7 stars 6 forks source link

matrix: ConnectionError not defined #74

Open jahschwa opened 4 years ago

jahschwa commented 4 years ago

re: #66 #67

2019-12-19 07:30:24 | matrix   | DEB | Logging in as @sibyl:domain.com
2019-12-19 07:30:24 | sibylbot | CRI | UNHANDLED: NameError

Traceback (most recent call last):
  File "/home/sibyl/sibyl/lib/sibylbot.py", line 1215, in run_forever
    self.__run_forever()
  File "/home/sibyl/sibyl/lib/sibylbot.py", line 1074, in __run_forever
    self.__serve()
  File "/home/sibyl/sibyl/lib/sibylbot.py", line 1051, in __serve
    proto.connect()
  File "protocols/sibyl_matrix.py", line 197, in connect
    except (MatrixHttpLibError, ConnectionError) as e:
NameError: global name 'ConnectionError' is not defined

2019-12-19 07:30:24 | sibylbot | CRI | Please consider reporting the above error to the developers.