Project

General

Profile

Bug #897

Modular input not working on Windows

Added by Luke Murphey over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
11/16/2014
Due date:
% Done:

100%


test_socket.py View (431 Bytes) Luke Murphey, 11/17/2014 08:45 PM

History

#1 Updated by Luke Murphey over 9 years ago

  • Status changed from New to In Progress

#2 Updated by Luke Murphey over 9 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 over 9 years ago

Some useful links while debugging:

#4 Updated by Luke Murphey over 9 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 over 9 years ago

The host is getting activity, it just isn't getting to the pyinsteon library.

#6 Updated by Luke Murphey over 9 years ago

#7 Updated by Luke Murphey over 9 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 over 9 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF