Bug #1151
input/output error
| Status: | Fixed | Start: | 03/04/2010 | ||
|---|---|---|---|---|---|
| Priority: | High | Due date: | |||
| Assigned to: | Kevin Woo | % Done: | 50% |
||
| Category: | - | ||||
| Target version: | 1.0 | ||||
| Votes: | 0 |
Description
Traceback (most recent call last):
File "./tooltron.py", line 219, in <module>
common.sendKeyRequest()
File "../common/common.py", line 98, in sendKeyRequest
sendMessage(2, TT_GET_KEY, "")
File "../common/common.py", line 89, in sendMessage
bus.write(msg)
File "/usr/lib/python2.6/dist-packages/serial/serialposix.py", line 339, in wr
ite
n = os.write(self.fd, d)
OSError: [Errno 5] Input/output error
%810797813=0044?
Also, all errors like this should kill tooltron.py so the script can restart it
History
Updated by Brad Neuman almost 2 years ago
- Priority changed from Urgent to High
Updated by Kevin Woo almost 2 years ago
- Assigned to changed from Brad Neuman to Kevin Woo
- Target version set to 1.0
Might be the FTDI chip browning out. Going to try to add a cap to the power rails when we get the parts for it
Updated by Brad Neuman almost 2 years ago
- % Done changed from 0 to 50
Updated by Kevin Woo almost 2 years ago
- Status changed from Assigned to Fixed
Seems that the webcams were causing problems on the USB chip on the server. We added a powered hub and moved tooltron over to there and the problems have disappeared. My guess is that the webcams were drawing too much power but we're not quite sure of the cause.