cpd73 wrote: 
> Make sure you type the command exactly (including double dash before
> data-raw).  

I think there is some sort of syntax difference for commands when
running curl under windows, typing the command exactly as is returns:

curl: (1) Protocol "'http" not supported or disabled in libcurl

A tiny bit of research hints that single quotes (') don't work for curl
under Windows, they must be double (")

So wrapping the 'http://localhost:9000/jsonrpc.js' as
"http://localhost:9000/jsonrpc.js"; gets past the curl: (1) error, but
reports the curl: (52) error, so I assume there must be some other
syntax changes required to run this command on windows. Hmm, it's never
straightforward!



location 1: lms 8.0 on win 10 brix server, x2 sb radios, x1 touch, x1
controller : location 2: lms 8.0 on win 10 brix server, x2 sb radios, x1
duet receiver, x1 controller : alexa mediaserver smart skill, material
android, squeezelitex control
------------------------------------------------------------------------
staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to