You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError: api-create-obj: new objects of this type cannot be created
Error Object: results/scene/scene-1/graphics-objects
Traceback (most recent call last):
File "D:\ANSYSDev\pyansys\pyfluent\examples\00-fluent\exhaust_system_settings_api.py", line 733, in <module>
scene1.graphics_objects["mesh-1"] = {
File "D:\ANSYSDev\pyansys\pyfluent\src\ansys\fluent\core\solver\flobject.py", line 1840, in __setitem__
self.flproxy.create(self.path, name)
File "D:\ANSYSDev\pyansys\pyfluent\src\ansys\fluent\core\services\settings.py", line 124, in _fn
return fn(self, *args, **kwds)
File "D:\ANSYSDev\pyansys\pyfluent\src\ansys\fluent\core\services\settings.py", line 215, in create
self._service_impl.create(request)
File "D:\ANSYSDev\pyansys\pyfluent\src\ansys\fluent\core\services\settings.py", line 55, in create
return self.__stub.Create(request, metadata=self.__metadata)
File "D:\ANSYSDev\pyansys\pyfluent\venv\lib\site-packages\grpc\_interceptor.py", line 277, in __call__
response, ignored_call = self._with_call(
File "D:\ANSYSDev\pyansys\pyfluent\venv\lib\site-packages\grpc\_interceptor.py", line 329, in _with_call
call = self._interceptor.intercept_unary_unary(
File "D:\ANSYSDev\pyansys\pyfluent\src\ansys\fluent\core\services\interceptors.py", line 122, in intercept_unary_unary
return self._intercept_call(continuation, client_call_details, request)
File "D:\ANSYSDev\pyansys\pyfluent\src\ansys\fluent\core\services\interceptors.py", line 112, in _intercept_call
raise ex from None
RuntimeError: api-create-obj: new objects of this type cannot be created
Error Object: results/scene/scene-1/graphics-objects
🔍 Before submitting the issue
🐞 Description of the bug
📝 Steps to reproduce
examples/exhaust_system_settings_api.py
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
25R1
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: