Closed claudiospizzi closed 4 years ago
@adamdriscoll Did you have any chance to check that? I think the issue with the wrong url also leads to additional problems, like the following:
I'm trying to return some PSCustomObject's to the pipeline:
But the pipeline output is empty:
And if I try to download the objects, it throw's an error:
But getting it from the UA itself, it works:
@claudiospizzi - Yep. I found the source of this issue and it should be resolved in v1.1.0. The problem was the API was failing to be called correctly which resulted in a whole bunch of other issues downstream. Hopefully, we will be releasing v1.1 this week.
Describe the Issue
When invoking the following simple script in Universal Dashboard, I'm getting two warnings in the output stream:
Warning messages, via API and in the dashboard.
To Reproduce
Steps to reproduce the behavior: (Example)
Setup: Hosting UniversalAutomation and UniversalAutomation.Dashboard on an IIS:
Start Skript UniversalAutomation;
Start Skript UniversalAutomation.Dashbaord:
Create the script in the dashboard and invoke it.
The part localhost and port are somewhere hardcoded? Or not respected if we run it within IIS?
Expected behavior
No warnings, just one information output.
Screenshots
If applicable, add screenshots to help explain your problem.
Version Information