kiteco / issue-tracker

User-reported issues for Kite
https://Kite.com
1.75k stars 136 forks source link

Jupyter lab extension: "Kite: disconnected (reload page)" #388

Open alanvaa opened 4 years ago

alanvaa commented 4 years ago

I installed the Kite extensions with this lines of code in the anaconda prompt:

pip install jupyter-kite jupyter labextension install "@kiteco/jupyterlab-kite"

Everything worked. Then when I started jupyter lab, I notice that under the bottom left corner of the screen there was a Kite logo with the legend: Kite: disconnected (reload page)

image

Then I looked at the anaconda prompt and see this message:

image

This is the output of pip list

image

And this is the output of jupyter labextension list:

image

I don't know what could be wrong, I hope someone can help me, really appreciate it. Thank you.

itsdhung commented 4 years ago

Kite should start working if you reload the browser. Is that not the case?

alanvaa commented 4 years ago

Kite should start working if you reload the browser. Is that not the case?

That's not the case. Nothing changes everytime I reload the page.

Abel1802 commented 4 years ago

Kite should start working if you reload the browser. Is that not the case?

That's not the case. Nothing changes everytime I reload the page.

Do you solve the problem now?

Abel1802 commented 4 years ago

I solved the problem. The problem is that I downloaded the kite client to the local computer instead of the server-side Linux. When I downloaded the kite client on the server, the problem was solved。