Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Having the same issue on OSX 10.8.5
Original comment by danimal4...@gmail.com
on 22 Jan 2014 at 4:54
Tried Prismatik 5.10.4 on Win7 and was able to use the API via telnet without
issues.
Original comment by danimal4...@gmail.com
on 22 Jan 2014 at 6:57
I'm having the same problem with Prismatik 5.10.4 on OSX 10.9.
To be clear, I can successfully establish a connection to port 3636, but no
responses are coming from Prismatik at all.
A quick example...
discovery:~% telnet 10.0.0.21 3636
Trying 10.0.0.21...
Connected to 10.0.0.21.
Escape character is '^]'.
help
?
getstatus
^]
telnet> quit
Connection closed.
Original comment by brian.cline
on 24 Jan 2014 at 7:57
+1 for this issue, anyone know if there’s another way in the meantime to turn
the lights on/off programmatically?
Original comment by ciawal@gmail.com
on 27 Jan 2014 at 1:48
I’ve managed to fix this issue with an edit to Software/src/ApiServer.cpp and
Software/src/ApiServer.hpp – change the socketDescriptor parameter to
incomingConnection in both files to be of type qintptr and recompile.
Original comment by ciawal@gmail.com
on 28 Jan 2014 at 6:19
Original issue reported on code.google.com by
nixon5...@gmail.com
on 31 Dec 2013 at 5:19