codota / TabNine

AI Code Completions

Home Page:https://tabnine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabnine is not able to function properly.

suuforest opened this issue · comments

Tabnine is not able to function properly. Error on PHPStorm.

Exceptions:

Tabnine is not able to function properly. Contact support@tabnine.com

com.tabnine.binary.exceptions.BinaryCannotRecoverException
at com.tabnine.binary.BinaryProcessRequesterProvider.onDead(BinaryProcessRequesterProvider.java:64)
at com.tabnine.binary.BinaryRequestFacade.executeRequest(BinaryRequestFacade.java:43)
at com.tabnine.binary.BinaryRequestFacade.executeRequest(BinaryRequestFacade.java:23)
at com.tabnine.capabilities.CapabilitiesService.fetchCapabilities(CapabilitiesService.java:46)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:220)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:829)

Tabnine is not able to function properly. Contact support@tabnine.com

com.tabnine.binary.exceptions.BinaryCannotRecoverException
at com.tabnine.binary.BinaryProcessRequesterProvider.onDead(BinaryProcessRequesterProvider.java:64)
at com.tabnine.binary.BinaryRequestFacade.executeRequest(BinaryRequestFacade.java:43)
at com.tabnine.binary.BinaryRequestFacade.executeRequest(BinaryRequestFacade.java:23)
at com.tabnine.lifecycle.BinaryNotificationsLifecycle$poll$1.run(BinaryNotificationsLifecycle.kt:26)
at java.base/java.util.TimerThread.mainLoop(Timer.java:556)
at java.base/java.util.TimerThread.run(Timer.java:506)

Tabnine is not able to function properly. Contact support@tabnine.com

com.tabnine.binary.exceptions.BinaryCannotRecoverException
at com.tabnine.binary.BinaryProcessRequesterProvider.onDead(BinaryProcessRequesterProvider.java:64)
at com.tabnine.binary.BinaryRequestFacade.executeRequest(BinaryRequestFacade.java:43)
at com.tabnine.binary.BinaryRequestFacade.executeRequest(BinaryRequestFacade.java:23)
at com.tabnine.statusBar.StatusBarUpdater.requestStatusBarMessage(StatusBarUpdater.kt:38)
at com.tabnine.lifecycle.BinaryPromotionStatusBarLifecycle$poll$$inlined$timerTask$1.run(Timer.kt:149)
at java.base/java.util.TimerThread.mainLoop(Timer.java:556)
at java.base/java.util.TimerThread.run(Timer.java:506)

gz#10702

Hi! This is probably a bug.

Can you fill out the following information needed in the ticket:
OS version, Editor, Editor version,Programming language: [e.g. js, ts, c++], TabNine extension version, Engine version.
And a question, do you have inline completion enabled?

Also, can you share your plugin and binary logs? And your config file too?
Go to help > show log in finder/explorer to get your IDE log file.

For binary logs, please open: Help -> Edit Custom Properties... and insert:
TABNINE_LOG_FILE_PATH=<some path to a file>
Then restart IDE and wait for the problem to happen.
Then, you’ll find a file named filename_rCURRENT.ext-<pid> in the given directory.

We released a new binary version 4.0.49 to beta which should resolve the issue.
@suuforest Would you try it and tell us if it worked?

great