vsce-sourcetrail icon indicating copy to clipboard operation
vsce-sourcetrail copied to clipboard

Can't start sourcetrail server.

Open Lennon925 opened this issue 4 years ago • 8 comments

VSCode Version: 1.43.2 SourceTrail Version:0.0.2

sourcetrail server can't be started after vscode lanuched. Any steps I missed?

image

Lennon925 avatar Mar 25 '20 06:03 Lennon925

Oh, it looks like there is some confusion here. vsce-sourcetrail is just the lightweight plugin for the vs code editor that synchronizes the Sourcetrail app (https://github.com/CoatiSoftware/Sourcetrail) with VSCode.

mlangkabel avatar Mar 25 '20 08:03 mlangkabel

Oh, it looks like there is some confusion here. vsce-sourcetrail is just the lightweight plugin for the vs code editor that synchronizes the Sourcetrail app (https://github.com/CoatiSoftware/Sourcetrail) with VSCode.

OK. How to use this vsce-sourcetrail in vscode editor? I need to download sourcetrail and run it even thought I install vsce-sourcetrail this extension in vscode editor? Any document to provide?

Lennon925 avatar Mar 25 '20 08:03 Lennon925

https://www.sourcetrail.com/documentation/#CodeEditorPlugins

mlangkabel avatar Mar 25 '20 17:03 mlangkabel

Although I followed the specified instructions in the above link I still get the same error when I run "Sourcetrail: (Re)start server".

Error:

Sourcetrail - Cant send message: is Sourcetrail running?

bballamudi avatar Jul 04 '20 13:07 bballamudi

@bballamudi: which version of Sourcetrail are you using, and is it running and does it have a project open that contains the source file that you have open in VS?

mlangkabel avatar Jul 06 '20 12:07 mlangkabel

VSCode Version: 1.43.2 SourceTrail Version:0.0.2

sourcetrail server can't be started after vscode lanuched. Any steps I missed?

image

I meet the same problem, too. Because you used proxy. Turn off the proxy and it will work.

daidai21 avatar Sep 22 '20 12:09 daidai21

Although I followed the specified instructions in the above link I still get the same error when I run "Sourcetrail: (Re)start server".

Error:

Sourcetrail - Cant send message: is Sourcetrail running?

I meet the same, too. Although I followed the specified instructions, the error still exists.

RobotMo avatar Sep 29 '20 02:09 RobotMo

Worked for me when I interchanged the port numbers (twice., making them back to original) in both Sourcetrail and VSCode extension settings. Windows user -> checked whether the ports are live using cmd prompt > netstat -a -n -o | find "6666". Can not explain how and why as I have insufficient knowledge (noob) on the topic.

Sudheer-Nanduri avatar Apr 01 '21 17:04 Sudheer-Nanduri