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

Uncaught exception POST /tabnine?1690370464724 (::1) #35

Open
pdb159 opened this issue Jul 26, 2023 · 0 comments
Open

Uncaught exception POST /tabnine?1690370464724 (::1) #35

pdb159 opened this issue Jul 26, 2023 · 0 comments

Comments

@pdb159
Copy link

pdb159 commented Jul 26, 2023

[E 2023-07-26 13:21:04.731 ServerApp] Uncaught exception POST /tabnine?1690370464724 (::1)
HTTPServerRequest(protocol='http', host='localhost:8888', method='POST', uri='/tabnine?1690370464724', version='HTTP/1.1', remote_ip='::1')
Traceback (most recent call last):
File "C:\Users***\envs\MA_Thesis\Lib\site-packages\tornado\web.py", line 1784, in _execute
result = method(*self.path_args, self.path_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users**
*\envs\MA_Thesis\Lib\site-packages\tornado\web.py", line 3281, in wrapper
return method(self, *args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users**
*\envs\MA_Thesis\Lib\site-packages\jupyterlab_tabnine\handler.py", line 19, in post
response = self.tabnine.request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users*
**\envs\MA_Thesis\Lib\site-packages\jupyterlab_tabnine\tabnine.py", line 111, in request
proc.stdin.write((data + "\n").encode("utf8"))
OSError: [Errno 22] Invalid argument
[W 2023-07-26 13:21:04.791 ServerApp] Unhandled error
[E 2023-07-26 13:21:04.902 ServerApp] {
"Host": "localhost:8888",
"Accept": "/",
"Referer": "http:https://localhost:8888/lab/tree/Documents/***/****/Crypto_ML/00_raw_data/scripts/SVC%20Classification.ipynb",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"
}
[E 2023-07-26 13:21:05.039 ServerApp] 500 POST /tabnine?1690370464724 (unknown@::1) 171.75ms referer=http:https://localhost:8888/lab/tree/Documents/***/***/Crypto_ML/00_raw_data/scripts/SVC%20Classification.ipynb

Jupyter Lab Version: 4.0.1
jupyterlab-tabnine: 0.0.24

I tried reinstalling both jupyter lab and tabnine extension, but nothing seems to work. I see the Tabnine Icon on the bottom left corner of jupyter lab and when i click on it works and opens the tabnine page, where i can login myself and change settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant