Connection refused: Error while executing the maestro test for the second time #3038
Replies: 3 comments 4 replies
-
|
Tell us about the machine running Maestro |
Beta Was this translation helpful? Give feedback.
-
|
I'm using Maestro CLI and also Maestro Studio. Using only Maestro Studio, I don't encounter this error. This error only occurs when I run my flow from the terminal. I don't have the specific configurations of the machine I'm using right now... But what I noticed was precisely these points I mentioned - deleting the sessions file manually and running the command |
Beta Was this translation helpful? Give feedback.
-
|
Hello dear @Fishbowler, how are you? I hope you´re good. I tried to run Maestro more than one time using only the terminal (with Maestro Studio closed) and now it worked as expected. Thank you a lot for your help! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, how are you? I hope you're all well!
I'd like to share something that's been happening to me while using Maestro.
I'm implementing some E2E tests using Maestro and I've been encountering a problem, while executing this command:
maestro test test.yamlThe first time I run this command, the test runs normally. However, if I run the same command again immediately afterwards, I get an error:
Connection refused: getsockopt: localhost/[0:0:0:0:0:0:0:1] : 7001I noticed that as soon as the command above is executed, a file called
sessionsis created in the./maestrodirectory. However, if I delete thissessionsfile and run the command again, the test runs normally, without any error.I know that this
sessionsfile stores the sessions that are initialized, but why does it work without error when I manually delete this file and run the command? And when I don't delete the file, I get the error?Could you please help me with this problem?
Best Regards,
Kaique.
Beta Was this translation helpful? Give feedback.
All reactions