I'm not sure what I triggered to have this error pop, but it's clear that it's trying to compare a string to an integer:
Traceback (most recent call last):
File "/home/kiy4h/Activities/TortugadeMexico/TurtleArt/tacollaboration.py", line 133, in _message_cb
self._processing_methods[action](msg.get('event'))
File "/home/kiy4h/Activities/TortugadeMexico/TurtleArt/tacollaboration.py", line 151, in _turtle_request
if payload > 0:
TypeError: '>' not supported between instances of 'str' and 'int'
I'm not sure what I triggered to have this error pop, but it's clear that it's trying to compare a string to an integer: