Qirky / Troop

Real-time Live Coding collaboration app
306 stars 37 forks source link

Can't import logged performance #45

Closed CrashServer closed 4 years ago

CrashServer commented 4 years ago

there are problems with the logged performance player, in the logfile.py .

first with Python3 we need to change line 22 : message = bytes(message.strip()[1:-1], "utf-8").decode('unicode_escape')

after I'm stuck with line 24 and the NetworkMessage() class

Qirky commented 4 years ago

Unfortunately this feature has been broken since 2018 when a new method for connecting and adding text was added. It was added as an experimental debug feature but is no longer supported. I've spent some time looking at it and it might be quite difficult to do so is currently left unsupported for now

Qirky commented 4 years ago

I'm actually removing this feature for now as it doesn't work but might continue to look at the feature branch down the line