-
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
Sending Maya is not working #40
Comments
i have the same issue |
same issue still. |
I am having the same issue as well Maya 2024.1 on Windows 11 |
i have same issue, maya 2022 |
Same here, Maya 2022 |
Try using this instead = commandPort -name "localhost:7001" -sourceType "mel" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
commandPort -name "localhost:7001" -sourceType "mel" -echoOutput;
----------------------------------------# ----------------------------------------
Exception happened during processing of request from('127.0.0.1', 56580)
Traceback (most recent call last):
# File "C:\Program Files\Autodesk\Maya2022\Python37\lib\socketserver.py", line 316, in _handle_request_noblock
# File "C:\Program Files\Autodesk\Maya2022\Python37\lib\socketserver.py", line 347, in process_request
# File "C:\Program Files\Autodesk\Maya2022\Python37\lib\socketserver.py", line 360, in finish_request
# File "C:\Program Files\Autodesk\Maya2022\Python37\lib\socketserver.py", line 720, in init
# File "C:\Program Files\Autodesk\Maya2022\Python37\lib\site-packages\maya\app\general\CommandPort.py", line 137, in handle
# File "C:\Program Files\Autodesk\Maya2022\Python37\lib\socketserver.py", line 799, in write
TypeError: a bytes-like object is required, not 'str'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: