codota / tabnine-intellij

Jetbrains IDEs client for TabNine. Compatible with all IntelliJ-based IDEs. https://plugins.jetbrains.com/plugin/12798-tabnine
https://www.tabnine.com/install/intellij
MIT License
523 stars 65 forks source link

Conflict when nginx and composer cpriego/valet-linux library installed #721

Closed rootfebri closed 2 months ago

rootfebri commented 3 months ago

I installed valet using composer and use valet auto install to configure the nginx, once configured the tabnine suddenly not working anymore TabNine Debugger

gz#32718

(related to Zendesk ticket #32718)

rootfebri commented 3 months ago

OS: Ubuntu 24.04 LTS x86_64 Kernel: 6.8.0-35-generic Packages: 2403 (dpkg), 22 (brew), 27 (flatp Shell: zsh 5.9

TzufTabnine commented 3 months ago

Try this first - https://support.tabnine.com/hc/en-us/articles/5760725346193-Connectivity-possible-issues And if it is still not working, send us the logs -

rootfebri commented 3 months ago

It fixed, but I don't really understand what is going on. I just follow the instruction image

./TabNine --diagnose Running Tabnine diagnostic tool Connection to Tabnine update server... OK Connection to Tabnine notification server... OK Connection to Tabnine API... OK Connection to Tabnine hub... OK Connection to Tabnine inference root... Tabnine SaaS - skipping... OK Connection to Tabnine inference service... OK Midline Inference... OK Snippet Inference... OK Memory Size... OK CPU Cores... OK

rootfebri commented 3 months ago

it happening again now it have diagnose result Running Tab

nine diagnostic tool
http_proxy: "Not set"
https_proxy: "Not set"
no_proxy: "Not set"
Connection to Tabnine update server... Failed: error sending request for url (https://update.tabnine.com/bundles/version)
Connection to Tabnine notification server... Failed: error sending request for url (https://notify.tabnine.com/health)
Connection to Tabnine API... Failed: error sending request for url (https://api.tabnine.com/health)
Connection to Tabnine hub... Failed: error sending request for url (https://hub.tabnine.com/v9/)
Connection to Tabnine inference root... Tabnine SaaS - skipping... OK
Connection to Tabnine inference service... Failed: error sending request for url (https://c2.p.tabnine.com/health)
Midline Inference... Failed: error sending request for url (https://c2.p.tabnine.com/infer)
Snippet Inference... Failed: error sending request for url (https://c2.p.tabnine.com/infer)
Memory Size... OK
CPU Cores... OK
TzufTabnine commented 3 months ago

@rootfebri What is the issue now? Can you send us the output of curl -w "\nRoundtrip time is: %{time_total}" https://api.tabnine.com/health

rootfebri commented 2 months ago

It's just my computer lost /etc/resolv.conf file after installing valet and nginx.