question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tabnine extension specific configs page not loading

See original GitHub issue

OS/Web Information

  • Web Browser: firefox 95.0.2
  • Local OS: windows 10
  • Remote OS: windows 10+wsl2
  • Remote Architecture: docker using wsl2 backend
  • code-server --version: 3.12.0 4cd55f94c0a72f05c18cea070e10b969996614d2

Steps to Reproduce

  1. Install tabnine extension
  2. Add port mapping in docker -p 5555:5555
  3. Access tabnine internal setup configuration page by clicking ‘tabnine’ in the bottom bar in code-server

Expected

Access to tabnine internal setup configuration page

Actual

Browser couldn’t load page :

"The connection was reset

The connection to the server was reset while the page was loading … etc"

Logs

root@eb5b6e1eb57c:/# code-server --log debug [2022-01-05T22:07:43.707Z] info code-server 3.12.0 4cd55f94c0a72f05c18cea070e10b969996614d2 [2022-01-05T22:07:43.708Z] info Using user-data-dir ~/.local/share/code-server [2022-01-05T22:07:43.723Z] info Using config file ~/.config/code-server/config.yaml [2022-01-05T22:07:43.723Z] info HTTP server listening on http://127.0.0.1:8080 [2022-01-05T22:07:43.723Z] info - Authentication is enabled [2022-01-05T22:07:43.723Z] info - Using password from ~/.config/code-server/config.yaml [2022-01-05T22:07:43.723Z] info - Not serving HTTPS

Screenshot

image

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
smartyfeedcommented, Jan 11, 2022

I am accessing code-server via HTTPS and the issue persists. @jsjoeio

1reaction
godseycommented, Feb 3, 2022

I have this problem. I run on a hosted VM. If I want to use TabNine I have to ssh into the host and access code-server via http://127.0.0.1:8080/ ssh -L 8080:127.0.0.1:8080 -L 5555:127.0.0.1:5555 user@devhost

Read more comments on GitHub >

github_iconTop Results From Across the Web

Model installation fails or hangs, what can I do? - Tabnine
In Tabnine's configuration server, under the "Deep Tabnine Local" section, click on the "Download the deep model file from here" link.
Read more >
VS Code Extensions for HTML | CSS-Tricks
What I see without this extension on: a border around the matching tags. Not specific to HTML, but if like this sort of...
Read more >
How to enable TabNine semantic completion in VS Code?
Verify you are running TabNine 1.0.5 or above by typing TabNine::version in your text editor. If you're running an earlier version, try ...
Read more >
Top VS Code extensions for developers in 2022 - SPRKL
This means doing hundreds of refreshes, even for a minimal Html page. The process of switching back and forth between the browser and...
Read more >
Code completion | PyCharm Documentation - JetBrains
You can disable certain postfix completion templates in the Editor | General | Postfix Completion page of the IDE settings Ctrl+Alt+S .
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found