picturesbyrobots / td-completes-me

A Simple Auto Completion Engine for Touch Designer
133 stars 5 forks source link

no autocomplete (command 'extension.tdCompletesMe.start_server' not found) #7

Closed BjarneJensen closed 3 years ago

BjarneJensen commented 3 years ago

Hi I am not getting autocomplete functionality in vs and I see this error Command 'Touch Designer: Start AutoCompletion Engine' resulted in an error (command 'extension.tdCompletesMe.start_server' not found) vscode when I try to run the start command. I am inexperienced building extensions myself. Ihave tried disabling other plugins, but I cannot get vscode to converse with touchdesigner. I TD, the tcip dat says binding socket error access denied Any tips for where to look to solve the issue?

Thanks

picturesbyrobots commented 3 years ago

Thanks for looking at the extension. Looks like you resolved this issue. Would you mind sharing the steps that you took to resolve this issue and or any thing that I could add to the documentation and or the TS to make it easier for folks who are interested in adding auto completion to their TD projects?

BjarneJensen commented 3 years ago

Sure thing! I'll add some info to my github post too if you'd like. I discovered it was a port issue. Port 1338 was occupied by some other software (Inventables Easel Driver defaults to 1338). It did not initially work when I tried to manually configure the port, so I just deleted the other software for now . So it really was not an issue at all but a good reminder to check traffic on ports. I learned some stuff about my configuration and building extensions from source so It was not a loss. And now this awesome tool works! Great job bringing this to life!

Thanks

On Wed, Oct 21, 2020 at 7:23 AM David Tennent notifications@github.com wrote:

Thanks for looking at the extension. Looks like you resolved this issue. Would you mind sharing the steps that you took to resolve this issue and or any thing that I could add to the documentation and or the TS to make it easier for folks who are interested in adding auto completion to their TD projects?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/picturesbyrobots/td-completes-me/issues/7#issuecomment-713614795, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIJMY2KHK2JIA5HLBCK7XY3SL3VHRANCNFSM4SZT4EMQ .

picturesbyrobots commented 3 years ago

I'm glad to hear you got it working, always fun to get a deep dive into the port structure. I'll look into making it a little less painful for users to change the port that the extension is communicating on. Thanks for your interest in the project.

BjarneJensen commented 3 years ago

It really should have been the first thing I checked. I guess I was partially surprised by how easy it was to set up, so I thought it must have been something more complicated. Thank you for your contribution to the community.

On Wed, Oct 21, 2020 at 8:36 AM David Tennent notifications@github.com wrote:

I'm glad to hear you got it working, always fun to get a deep dive into the port structure. I'll look into making it a little less painful for users to change the port that the extension is communicating on. Thanks for your interest in the project.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/picturesbyrobots/td-completes-me/issues/7#issuecomment-713665061, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIJMY2KYVWQSBFOASQA5UC3SL35XRANCNFSM4SZT4EMQ .