invisibleroads / invisibleroads/socketIO-client
Invalid literal for int() with base 10
Open
- Dominant language
- Python
- Stars
- 441
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
When trying to recieve some data I get this error:
ValueError: invalid literal for int() with base 10: '2:401'
The packet I'm recieving from the server is:
2:401:398:42["recieve",{"devices":[{"channel_name":"Name","data":{"override":false,"status":"off"}}]}]
I'm using socketIO 2.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.