cloudio-project / cloudio-endpoint-python

cloud.iO Python endpoint library/client
MIT License
2 stars 3 forks source link

Problem in PersistentDataStore in cloudio-endpoint-python (Python 3.x compatibility) #15

Closed boozo-unlimited closed 5 years ago

boozo-unlimited commented 5 years ago

Got following error message:

"cloudio/endpoint.py", line 344, in _purgePersistentDataStore
print('Copy pers: ' + key + ': ' + pendingUpdate.getHeaderBytes().decode('utf-8'))
AttributeError: 'str' object has no attribute 'decode'
boozo-unlimited commented 5 years ago

Fixed in v0.2.8