Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug located in event streaming -> _process_streaming #2834

Closed
2 tasks done
prmukherj opened this issue May 17, 2024 · 0 comments 路 Fixed by #2839
Closed
2 tasks done

Bug located in event streaming -> _process_streaming #2834

prmukherj opened this issue May 17, 2024 · 0 comments 路 Fixed by #2839
Assignees
Labels
bug Something isn't working

Comments

@prmukherj
Copy link
Collaborator

馃攳 Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

馃悶 Description of the bug

import ansys.fluent.core as pf
m = pf.launch_fluent(ui_mode="gui", mode="meshing")
w = m.watertight()
f = m.fault_tolerant()
Exception in thread Thread-6 (_process_streaming):
Traceback (most recent call last):
File "C:\Users\prmukher\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Users\prmukher\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "C:\ANSYSDev\PyFluent_Dev_01\pyfluent\src\ansys\fluent\core\streaming_services\datamodel_event_streaming.py", line 74, in _process_streaming
cb1
File "C:\ANSYSDev\PyFluent_Dev_01\pyfluent\src\ansys\fluent\core\workflow.py", line 1551, in refresh_after_sleep
return self.get_state()
File "C:\ANSYSDev\PyFluent_Dev_01\pyfluent\src\ansys\fluent\core\services\datamodel_se.py", line 862, in get_state
state = self.get_remote_state()
File "C:\ANSYSDev\PyFluent_Dev_01\pyfluent\src\ansys\fluent\core\services\datamodel_se.py", line 855, in get_remote_state
return self.service.get_state(self.rules, convert_path_to_se_path(self.path))
File "C:\ANSYSDev\PyFluent_Dev_01\pyfluent\src\ansys\fluent\core\services\datamodel_se.py", line 482, in get_state
response = self._impl.get_state(request)
File "C:\ANSYSDev\PyFluent_Dev_01\pyfluent\src\ansys\fluent\core\services\datamodel_se.py", line 172, in get_state
return self._stub.getState(request, metadata=self._metadata)
File "C:\ANSYSDev\PyFluent_Dev_01\pyfluent_venv_310\lib\site-packages\grpc_interceptor.py", line 277, in call
response, ignored_call = self._with_call(
File "C:\ANSYSDev\PyFluent_Dev_01\pyfluent_venv_310\lib\site-packages\grpc_interceptor.py", line 329, in _with_call
call = self._interceptor.intercept_unary_unary(
File "C:\ANSYSDev\PyFluent_Dev_01\pyfluent\src\ansys\fluent\core\services\interceptors.py", line 122, in intercept_unary_unary
return self._intercept_call(continuation, client_call_details, request)
File "C:\ANSYSDev\PyFluent_Dev_01\pyfluent\src\ansys\fluent\core\services\interceptors.py", line 112, in _intercept_call
raise ex from None
RuntimeError: Object not found

馃摑 Steps to reproduce

import ansys.fluent.core as pf
m = pf.launch_fluent(ui_mode="gui", mode="meshing")
w = m.watertight()
f = m.fault_tolerant()

馃捇 Which operating system are you using?

Windows

馃搥 Which ANSYS version are you using?

No response

馃悕 Which Python version are you using?

3.10

馃摝 Installed packages

.
@prmukherj prmukherj added the bug Something isn't working label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants