actuino / light-pack

Automatically exported from code.google.com/p/light-pack
GNU General Public License v3.0
0 stars 0 forks source link

API Missing on Mac OS X 10.9 #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call python script in terminal
2. Telnet api address

What is the expected output? What do you see instead?

I expect to receive the help information from the api or cause the lights to 
change as according to the example

What version of the product are you using? On what operating system?

Prismatik 5.10.4 on Mac OS X 10.9

Please provide any additional information below.

I am hoping to be able to use my python remote to control which profile I am 
using and turn on and off the lights as I do not have access to this while in 
the Plex application

Original issue reported on code.google.com by nixon5...@gmail.com on 31 Dec 2013 at 5:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Having the same issue on OSX 10.8.5

Original comment by danimal4...@gmail.com on 22 Jan 2014 at 4:54

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
+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

GoogleCodeExporter commented 9 years ago
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