-
Notifications
You must be signed in to change notification settings - Fork 26
RunView server port is 0, no run feedback #483
Copy link
Copy link
Closed
Description
Issue overview
First reported at:
https://unmethours.com/question/67363/openstudio-has-crushed/
Current Behavior
Run server port is 0 and no feedback from openstudio CLI gets to App. This also seems to prevent simulation results from making it back to the user's directory.
Expected Behavior
The simulation output should appear in the app and simulation results should get copied back.
Steps to Reproduce
Unclear why this is happening.
Possible Solution
One workaround would be to let the user specify a port via environment variable. At the very least, if a socket cannot be opened (
| << "-s" << QString::number(m_runTcpServer->serverPort()) << "-w" << workflowJSONPath; |
Some additional details about your environment for this issue (if relevant):
- Windows
- 1.2.0
Reactions are currently unavailable