-
Notifications
You must be signed in to change notification settings - Fork 11
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
maya 2023 bug #33
Comments
HI @xc278260759 try using this command instead
check this thread as well for resolution #25 |
In Maya 2023 have problem in socket port . |
How to Check that? |
Did anyone ever fix this issue? I'm having the same problem in Maya 2023:
|
I have an update on what I found after doing a little digging around in Maya's source scripts. in the file On line 134, as an experiment I changed it from: to:
effectively telling it to go ahead and execute the message in the commandMessageQueue but don't do the self.wfile.write(). And wouldn't you know it, after reloading Maya everything worked as expected.
and I'm not sure what you will have to do to update your extension, obviously we can't all edit our Maya source code to make this work, but hopefully this will lead you in the right direction? |
you helped me better then ChatGPT :O |
maya 2023 bug
The text was updated successfully, but these errors were encountered: