You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When running the simple_server.py example, the read is successful, but the write fails.
Connected by ('10:BF:48:D1:22:B8', 1)
Echoing received data: This is my test
Traceback (most recent call last):
File "simple_server.py", line 18, in <module>
conn.send(data)
File "build/bdist.macosx-10.6-x86_64/egg/lightblue/_bluetoothsockets.py", line 524, in send
File "build/bdist.macosx-10.6-x86_64/egg/lightblue/_bluetoothsockets.py", line 737, in write
ValueError: NSInvalidArgumentException - Class OC_PythonObject: no such selector: bytes
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
When running the simple_server.py example, the read is successful, but the write fails.
Thanks.
The text was updated successfully, but these errors were encountered: