Yaroslav Shepilov

Results 383 comments of Yaroslav Shepilov

Hi @mdmat thanks for investigation. I fixed it in a similar way, but in different parts of code Could you check the changes (on dev version) once the build is...

Hi @mdmat it took me some time, but finally I fixed the build and it should be available :)

Hi @yosefy, actually I was thinking about it, but I'm not sure about use cases. And actually all the client-server communication is based on AJAX, so HTTP API is there...

Hi @yosefy, do a POST request to HOST/executions/start with all parameters as a form data, and a __script_name form data for the script name E.g. `curl -X POST -F '__script_name=Apartment...

Hi @yosefy, this is a bit complicated - authentication is based on a "token", which is stored as a cookie in a browser (and valid for 30 days atm). So...

Unfortunately this is impossible. You can add your IP to the group and add this IP to the trusted IPs in the server configuration

Hi @hilafish , to be honest I was not able to reproduce the problem, I ran `curl -X POST -F '__script_name=Multiple words' -F 'Param1=22' 192.168.2.115:5001/executions/start` And it worked for me,...

Hi @hilafish, good point about the running script. Script-server should always return assigned execution id. Did you try to execute anything from GUI? Could you try to run the command...

Hi @hilafish, I see there is "Content-Length: 1" in the response, so I expect something to be in response. Could it be, that you overlooked the id at the beginning...

Glad that it worked :) Sorry for not helping you much