Hi, I was trying out your lib, and can't go through an error I am having, it is the following:
Traceback (most recent call last):
File "<stdin>", line 8, in <module>
File "uros/core.py", line 158, in publish
AttributeError: type object 'Message' has no attribute '__base__'
was checking the code and as said there, it actually has no __base__ attribute, is there something I am missing? Thank you in advance.
Hi, I was trying out your lib, and can't go through an error I am having, it is the following:
was checking the code and as said there, it actually has no
__base__attribute, is there something I am missing? Thank you in advance.