artbycrunk / vscode-maya

A Visual Studio Code extension with support for coding for Maya.
MIT License
43 stars 9 forks source link

possible to expose a user definable setting to send to port other than 7001? #22

Closed jinchoung closed 3 years ago

jinchoung commented 3 years ago

hi,

great extension! thanks!

i ran into an issue where trying to open port 7001 resulted in a windows 10013 error. turns out that it could have been antivir or firewalls but it ended up being that a sentinel keys server program was also occupying ports 7001 and 7002 to do its thing for one of my graphics programs using the sentinel system (maybe fusion?).

anyway, if i disable the key server, i can use your extension to send stuff to maya no problem. but i was wondering if it was possible to allow the user to define other ports in your extension since all kinds of hardware and software can take ownership of ports and not leave it available to maya.

anyway, thanks again for a great extension!

jin

artbycrunk commented 3 years ago

hi @jinchoung Yes its common that ports could be already opened by other tools,

The port in vscode-maya is configurable via the vscode settings.

image

Just be sure to open the same port in Maya as well.

jinchoung commented 3 years ago

aha! i just found that! thank you much!

jin

On Wed, Oct 28, 2020 at 6:01 PM Savio Fernandes notifications@github.com wrote:

hi @jinchoung https://github.com/jinchoung Yes its common that ports could be already opened by other tools,

The port in vscode-maya is configurable via the vscode settings.

[image: image] https://user-images.githubusercontent.com/1092099/97512557-c7204f80-19c4-11eb-9c7f-0a55efd3d99b.png

Just be sure to open the same port in Maya as well.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/artbycrunk/vscode-maya/issues/22#issuecomment-718293787, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5DPA74AGG6DLXUKQXQUVDSNC5GXANCNFSM4TDBOCAQ .