poljar / weechat-matrix

Weechat Matrix protocol script written in python
Other
957 stars 119 forks source link

maximum recursion depth exceeded while calling a Python object #271

Closed vale981 closed 3 years ago

vale981 commented 3 years ago

I am trying to join my matrix account that has a lot of rooms, and I am getting

 │23:41:36 weechat     | python: stdout/stderr (matrix): RecursionError: maximum recursion depth exceeded while calling a Python object
│23:41:36 weechat =!= | python: error in function "receive_cb"

the infinite recursion is in parse_event

poljar commented 3 years ago

That's fixed, please update matrix-nio. Relevant issue: https://github.com/poljar/matrix-nio/issues/257.

vale981 commented 3 years ago

thank you, that must be the old nix package then :)