Hello.
I ran into an issue with controlling my ET-312B v1.6 via the websocket server.
I started with the tutorial: https://buttplug.world/tutorial/
Running Windows 10 v1709 build 16299.248
I ran the installer and started the websocket server.
The websocket server, the browser and the ET-312B are all on the same machine.
The websocket listens to the default local wss://localhost:12345/buttplug
Trying to connect from the tutorial, i encountered the first issue.
{DTG}|ERROR|WebsocketServerControl|vtortola.WebSockets-WebSocketException: Not GET request
However, It did connect, from what the Websocket Server Main Window tells me. (Connected) Twine Buttplug Client
I can scan for devices, in the next step, and it does find my ET-312B, connected via FTDI USB2Serial on COM1.
It changes the display of the ET-312B to show it’s controlled by Buttplug too.
If i try to issue any controls through Buttplug, it does nothing on the ET-312B.
None of the values on the display change, the channel lights don’t even twitch, and there is no output produced.
I did try this with the sweep of the tutorial, i did try this with the playground, it just does nothing on the ET-312B, despite properly connecting to it to change the display to the [A00 B00 Buttplug] line.
Another issue i found, After a random time it seems to disconnect from the websocket server.
So assuming this to be an issue with the secure connection, i disabled SSL/TSL on the websicket server, and connected via ws.//localhost:12345/buttplug
Now it stays connected, but i still can’t control the values displayed on the ET-312B.
Is there anything i might have been overlooked? If so, a pointer towards a possible solution would be greatly valued.
Thanks in advance.