sugarlabs / turtleart-activity

A block-based Logo programming environment
MIT License
18 stars 54 forks source link

Traceback when testing collaboration #76

Closed kiy4h closed 4 years ago

kiy4h commented 4 years ago

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'