[solved] WGET status: host or service not provided, or not known

I have a AltUI workflow that issues commands to a computer running blueiris to move cameras to specific presets.
The workflow stopped working.
To find out what is going on I used this line in the lua code test window:

luup.inet.wget("192.168.2.134:81/cam/garden/preset=2&user=xxx&pw=xxx")

Camera does not move, this is in the log:

2018-03-15 19:55:13.286 openLuup.server:: GET /data_request?id=lr_ALTUI_LuaRunHandler&command=run_lua&lua=luup.inet.wget(%22192.168.2.134%3A81%2Fcam%2Fgarden%2Fpreset%3D2%26user%3Dxxx%26pw%3Dxxx%22)&_=1521136073420 HTTP/1.1 tcp{client}: 0x20d8638 2018-03-15 19:55:13.288 luup_log:0: ALTUI: runLua(luup.inet.wget("192.168.2.134:81/cam/garden/preset=2&user=xxx&pw=xxx")) 2018-03-15 19:55:13.289 openLuup.server:: WGET status: host or service not provided, or not known, request: 192.168.2.134:81/cam/garden/preset=2&user=xxx&pw=xxx 2018-03-15 19:55:13.289 luup_log:0: ALTUI: Evaluation of lua code returned: nil
Please note that the same request issued from the lua code test window on Vera works as expected.

Try adding [tt]http://[/tt] to the front of the request.

This is my fault… it’s broken in release 18.2.26 and subsequent.

Working on a fix. Sorry.

[quote=“akbooer, post:3, topic:198816”]This is my fault… it’s broken in release 18.2.26 and subsequent.

Working on a fix. Sorry.[/quote]

Now fixed in latest development version (I hope!)

[quote=“akbooer”][quote=“akbooer, post:3, topic:198816”]This is my fault… it’s broken in release 18.2.26 and subsequent.

Working on a fix. Sorry.[/quote]

Now fixed in latest development version (I hope!)[/quote]Thank you ak! Can’t test right now, but I will report back tonight.

Gesendet von meinem SM-G930F mit Tapatalk

dev version working perfectly again. Thank you!

Good to know! Thanks.