rainmanwy / robotframework-SikuliLibrary

Sikuli Robot Framework Library provide keywords for Robot Framework to test UI through Sikuli.
Apache License 2.0
147 stars 61 forks source link

"Connection to remote server broken: [Errno 54] Connection reset by peer" in robotframework #131

Closed srinivas-gowriraj closed 4 years ago

srinivas-gowriraj commented 4 years ago

Hi team,

i am trying to achieve outlook out of office automation so i am using robot framework sikuli library. so first i opened outlook using "Open Application" keyword next when i tried clicking on tools its giving error.

i am attaching my code and error screenshot, please help me out thanks in advance.

Screenshot 2020-08-18 at 11 42 24 PM Screenshot 2020-08-18 at 11 42 56 PM
rainmanwy commented 4 years ago

@gouryrajsrinivas2 , could you attach sikuli process logs and RF logs here. And you may have a try to start sikuli process manually, check console log.

manual start process

srinivas-gowriraj commented 4 years ago

hey hi @rainmanwy, i think sikuli is working fine because i tried using sikuli in other project its working perfectly fine. (i used same click function)

so below is screenshot of execution log

Screenshot 2020-08-21 at 10 49 16 AM

Thanks for looking into this issue.

rainmanwy commented 4 years ago

Hi, @gouryrajsrinivas2 , could you have a try to manual start process as i suggested. SikuliLibrary will start a java process with a tcp port, and from the log, connect java process failed. So i need the console output of java process.

srinivas-gowriraj commented 4 years ago

hey hai rainmanwy, i tried running manually and i used new mode so my issue solved. Thanks for helping.