birdseye-vscode icon indicating copy to clipboard operation
birdseye-vscode copied to clipboard

birdseye does not start in browser

Open Almenon opened this issue 6 years ago • 2 comments

When I launch birdseye from vscode and try to open it in a browser (localhost:7777) I do not see anything.

image

Almenon avatar Mar 31 '18 01:03 Almenon

Birdseye-vscode opens birdseye with port 7778 as to not conflict with birdseye from the command line (which uses port 7777). You can either open localhost:7778, run birdseye from command line and open localhost:7777, or change the port setting in VSCode and use whatever port you want.

If you run into this issue please comment below so we can see how often this happens.

Almenon avatar Mar 31 '18 01:03 Almenon

I had to change the settings to use python3:

    "birdseye.pythonPath": "python3.8",

pcarbonn avatar Dec 12 '20 17:12 pcarbonn