nokia / RED

RED - Robot Editor
Other
339 stars 112 forks source link

Unable to communicate with XML-RPC server #425

Open bennyvw opened 3 years ago

bennyvw commented 3 years ago

I have a rather large project with Robot Framework scripts and Python libraries in Eclipse (2020-12). When RED performs validation on my project, very often it runs into an error 'Unable to communicate with XML-RPC server'. Is there anything I can do to solve this issue, since it is very annoying. The error message is on most of my Variables import lines, but also pops up in a dialog. In the latter case it is hardly possible to continue working without restarting Eclipse.

alsido commented 3 years ago

https://github.com/nokia/RED/issues?q=is%3Aissue+is%3Aclosed+XML-RPC+

surekhahiroli commented 2 years ago

Hi, I am also facing a similar issue. Using Eclipse 2022-03, not able to load any standard robot libraries in eclipse. Every time I try to add/reload library i get error, Attached log

Problems occurred during library specification generation:

Unable to communicate with XML-RPC server

.log

Please help Capture

NaderElsayed22 commented 2 years ago

@surekhahiroli I have exactly the same issue, have you found a solution to it?

wf691588190 commented 2 years ago

@NaderElsayed22 I have exactly the same issue, have you found a solution to it? I'm driving crazy with the question

surekhahiroli commented 2 years ago

@NaderElsayed22 No I havent, using pycharm instead :(

bennyvw commented 2 years ago

I started using Visual Studio Code with the Robot Framework LSP extension.

Mvg,

Benny van Wijngaarden

Smaragd IT Services www.smaragd-it.nl Op 10 april 2022 19:03:32 schreef surekhahiroli @.***>:

@NaderElsayed22 No I havent, using pycharm instead :(

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

Pankajshinde1863 commented 2 years ago

Anyone got the solution of this issue? I am having eclipse 2020-12 with ubuntu 22 LTS.

VictoriaArda commented 2 years ago

I still see this issue , Do we know how to solve this issue ? image

bennyvw commented 2 years ago

Clean the project, restart Eclipse, were my steps. But, switching to VSCode might be the best option at the moment.

Mvg,

Benny van Wijngaarden

Smaragd IT Services www.smaragd-it.nl Op 9 juni 2022 22:35:46 schreef Victoria Arda @.***>:

I still see this issue , Do we know how to solve this issue ?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

VictoriaArda commented 2 years ago

Thank you @bennyvw , I did figure it out, I uninstall robot framework and then reinstall the 3.2.2 version. voila problem resolved

heinrich-seebauer-swistec commented 2 years ago

I'm stuck with this also. I'm new to robot framework on Eclipse, so, what do you mean by "cleaning the project"? What is "version 3.2.2" related to? Could'nt be RF since I use current 5.0.1 version.

Thank you for any hints, Heinrich

KerethMidknight commented 1 year ago

It's an older version of RF. RED doesn't support the later versions.

ilmg-22 commented 1 year ago

Hi i've got this error too. by searching in Eclipse (red.xml) i've seen that the RFW version was 6.0 !! i've uninstall it (pip uninstall robotframework + Y) and reinstall the initial version 3.2.2 (pip install robotframework==3.2.2)+ done a "clean" of all projects. And all is good now.