Is the Plantronics SDK supposed to work with OS X 10.11 (El Capitan)? I downloaded the SDK, started the SpokesRestService and tried running the RestJsClient example, but it doesn't connect the REST service.
Hi Rodrigo,<br />
<br />
Sorry for the delay in replying.<br />
<br />
Our REST Service API has recently had a change from http to https and port 32017 to port 32018<br />
The new URL is: https://127.0.0.1:32018/Spokes<br />
<br />
It is possible we have the wrong version with our Mac SDK download.<br />
<br />
Could you try re-running with a new version of the sample code?<br />
<br />
<u>I have placed the latest sample code version here:</u> <a href="http://developer.plantronics.com/files/restjsclientsamplezip">http://developer.plantronics.com/files/restjsclientsamplezip</a><br />
(you need to be logged in to see this file)<br />
<br />
Let me know if it works.<br />
<br />
Thanks,<br />
Lewis.
It also doesn't work with the latest sample code. It looks like the problem is in the REST server. <br />
<br />
I'm starting the SpokesRestService application under SpokesSDK-3.7.51238.28796/SpokesRestSample folder and the application opens a window with a "Spokes REST service is up and running" message. However, it doesn't look like the HTTPS server is running, so the REST requests to https://127.0.0.1:32018/Spokes cannot be completed.<br />
<br />
Do I need to do anything special on the Mac other than starting the SpokesRestService?
Hi,<br />
I also have found the SpokesRestService does not seem to open a socket for the REST Service.<br />
However, if you install Plantronics Hub from http://www.plantronics.com/software<br />
This product opens the REST Service on both these sockets (one http, one https):<br />
<br />
http://127.0.0.1:32017/Spokes/DeviceServices/Info<br />
https://127.0.0.1:32018/Spokes/DeviceServices/Info<br />
<br />
This allows you to run the RestJsClientSample<br />
<br />
I will look into why the SpokesRestService tool appears to not work.<br />
<br />
In the meantime try working with Plantronics Hub and let me know.<br />
<br />
Thanks,<br />
Lewis.
One more thing, you may have to "trust" the Plantronics certificate for the https socket.<br />
By going to <span style="color: rgb(72, 72, 72); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(250, 250, 250);">https://127.0.0.1:32018/ viewing the certificate and configuring it to trust.<br />
I thought Plantronics Hub should install automatically but it didn't appear to do so for me.</span><br />
Add new comment