Error: “bluetooth.BluetoothError: (115, ‘Operation now in progress’)” while using nxt_python
currently, to avoid a “bluetooth.BluetoothError: (115, ‘Operation now in progress’)” error, I have to:
- turn the Brick’s Bluetooth off
- turn off the Brick
- restart Bluetooth services
- turn on the Brick
- turn the Brick’s Bluetooth on
it acts as if something is not cleaning up after itself properly.
I’m sure I’ll figure that one out, but I have more pressing concerns at the moment. if anyone has some insight on this issue I’d appreciate the comment.
current workaround:
- use “hcitool scan” to find the MAC
- modify nxt_push line 49 from:
sock = nxt.locator.find_one_brick()
to:
sock = nxt.locator.find_one_brick(host='00:16:53:XX:XX:XX')
as one might suspect, this workaround is applicable in any other similar situation.
Compiling and transfering NXC code to a NXT Brick under Fedora linux | ChromiteBlue.com:
[...] I am having some issues with nxt_python, documented here. Category: NXT | Comment (RSS) [...]
23 November 2008, 7:37 pm