-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No error message, if the file format is not supported #1388
Comments
Hi @dkowollik! Could you share as well the server logs (if you run this with the Geometry Service instead of Discovery)? |
Hi @RobPasMue, My mistake. I used the Geometry Service. I updated the python snippets above. Licensing: ANSYS242_DIR already set to 'C:\Program Files\ANSYS Inc\v242\ANSYS' |
No worries, this works, thanks @dkowollik! Can we try running again the same script with the following arguments in the launch method? modeler = launch_modeler_with_geometry_service(enable_trace=True, server_log_level=0) This should provide us with more insights on what's happening on the solver (if we then look at the server logs) . I can try to run it on my side as well if you prefer. |
Licensing: ANSYS242_DIR already set to 'C:\Program Files\ANSYS Inc\v242\ANSYS' |
Okay so the logs are not saying anything about the invalid file format. The service should definitely be checking it rather than the client. I will bring this to the dev team in charge of the Geometry Service. Thanks a lot for your inputs! A quick workaround would be to implement the checks on the Python side but scaling would make it harder... |
🔍 Before submitting the issue
🐞 Description of the bug
There is no error message, that the file format is not supported by the GeometryService.
📝 Steps to reproduce
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
Ansys 2024 R2
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: