-
Notifications
You must be signed in to change notification settings - Fork 39
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
Send to maya error Maya 2023 #43
Comments
Hey. I haven't tested this plugin in a while so I can't yet confirm behavior in Maya 2023. But from your traceback it all looks like it's all happening within Maya's own socket server and commandport code. I see that it's trying to reply back to the remote client with a response and seems to be sending a string value instead of bytes. Is there any other related exception that references the MayaSublime plugin code? The error kind of seems related to Maya's python3 env. Is that the case? I may not have ever tested things since Maya started using py3. |
Ok I have just tested Maya 2023.1 on linux and it seems to be working, with SublimeText 3.2.2. |
Hey Justin, Like I said, still errors with all versions though :( New Error
|
I've just tested this again on Linux using Sublime Build 4126 and Maya 2023.1, but I was not able to reproduce the error. This makes me wonder if its even related to Sublime at all and maybe just an issue with the configuration of your
You could also try closing and opening the commandPort again, from a script editor
The thing that is standing out to me about your errors is that they are not coming from MayaSublime code at all. They are in Maya's own command port socket handler, where it seems to be trying to send back a string type instead of a bytes type. That is a kind of error that happens during a port from python2 to python3. So I am not sure if maybe you had a command port configured differently than mine. |
Hi, I'm getting an error when sending code in Maya 2023
The text was updated successfully, but these errors were encountered: