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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jinchoung opened this issue Oct 29, 2020 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@jinchoung
Copy link

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 artbycrunk self-assigned this Oct 29, 2020
@artbycrunk
Copy link
Owner

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
Copy link
Author

jinchoung commented Oct 29, 2020 via email

@artbycrunk artbycrunk added the question Further information is requested label Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants