Bug #897
Modular input not working on Windows
Start date:
11/16/2014
Due date:
% Done:
100%
History
#1 Updated by Luke Murphey about 10 years ago
- Status changed from New to In Progress
#2 Updated by Luke Murphey about 10 years ago
Can monitor the PLM output using the following search:
index=_internal sourcetype=python_modular_input* OR sourcetype=insteon*
#3 Updated by Luke Murphey about 10 years ago
Some useful links while debugging:
#4 Updated by Luke Murphey about 10 years ago
The input isn't getting any data. A connection appears to be established but the calls to read(1) return nothing.
#5 Updated by Luke Murphey about 10 years ago
The host is getting activity, it just isn't getting to the pyinsteon library.
#6 Updated by Luke Murphey about 10 years ago
- File test_socket.py View added
#7 Updated by Luke Murphey about 10 years ago
The socket is swallowing exceptions; this one in particular:
Exception: <type 'exceptions.AttributeError'>
Traceback (most recent call last):
File ".\test_socket.py", line 16, in <module>
data = s.recv(1, socket.MSG_DONTWAIT)
AttributeError: 'module' object has no attribute 'MSG_DONTWAIT'
#9 Updated by Luke Murphey about 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100