Server connection issues #256
-
Good mornig, I have installed pyadditive-0.17 in developer mode using Ansys2023R1. When I run a built-in example I got the following error message: "RuntimeError: Unable to connect to server 193.206.66.75:1055" The host and the port are correct. I have tested them on Ansys Licensing Setting. Any help would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @maxcarrat90! Transferring this discussion to the PyAdditive repository. Pinging @pkrull-ansys for visibility as well |
Beta Was this translation helpful? Give feedback.
-
@maxcarrat90 The first release of the server was with Ansys 2024 R1. You'll need to upgrade to use pyadditive. Also, I recommend you use v0.15.0 of pyadditive with Ansys 2024 R1. If you decide to use v0.17.0, make sure to set the |
Beta Was this translation helpful? Give feedback.
@pkrull-ansys Thank you for your reply. I have updated to Ansys 2024 R1 and modified the file server_connection/constants.py such that the DEFAULT_PRODUCT_VERSION = "241".
Yet, when I try to run one of the file in the example folder I get the following error:
RuntimeError: Unable to connect to server 193.206.66.75:1055
The test in the Ansys Licensing Setting is passed so I assume both IP and port address are correct.