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

[deoplete] No output from TabNine. Restarting. #56

Open
nerdneilsfield opened this issue Dec 27, 2020 · 8 comments
Open

[deoplete] No output from TabNine. Restarting. #56

nerdneilsfield opened this issue Dec 27, 2020 · 8 comments

Comments

@nerdneilsfield
Copy link

When I use nvim to edit any file, the deoplete-tabnine will continue restarting the TabNine and producing error message, which is very annoying.

The version of TabNine is:

TabNine 3.2.63 (x86_64-unknown-linux-musl)
Jacob Jackson <[email protected]>

The last log of TabNine is

[2020-12-27T09:10:42.134773777+08:00][WARN][262809 bs_main_rlp][bootstrapper::bundle][Some("tabnine/bootstrapper/src/bundle.rs")][Some(628)] relinquishing lock at path "/home/user/.vim/bundles/deoplete-tabnine/binaries/0.0.1/x86_64-unknown-linux-musl/bundle.lock"
[2020-12-27T09:10:42.580784022+08:00][INFO][262809 bs_main_rlp][defaults][Some("shared/defaults/src/lib.rs")][Some(99)] getting value from path Ok("/home/user/.config/TabNine/defaults/active_experiment.prefs.json")
[2020-12-27T09:10:42.581209590+08:00][WARN][262809 bs_main_rlp][bootstrapper::bootstrapper_lib][Some("tabnine/bootstrapper/src/bootstrapper_lib.rs")][Some(316)] restart required
[2020-12-27T09:10:42.581294465+08:00][INFO][262809 bs_main_rlp][defaults][Some("shared/defaults/src/lib.rs")][Some(99)] getting value from path Ok("/home/user/.config/TabNine/defaults/bootstrapper_conf.prefs.json")
[2020-12-27T09:10:42.581352345+08:00][WARN][262809 bs_main_rlp][defaults][Some("shared/defaults/src/lib.rs")][Some(109)] had an error deserializing object Os { code: 2, kind: NotFound, message: "No such file or directory" }
[2020-12-27T09:10:42.581394662+08:00][INFO][262809 bs_main_rlp][TabNine::bootstrap_support][Some("tabnine/frontend/src/bootstrap_support.rs")][Some(217)] got kill message from bootstrapper. Bye Bye 👋🏻...
[2020-12-27T09:10:42.939206219+08:00][INFO][262834 main][TabNine][Some("tabnine/frontend/src/main.rs")][Some(339)] exiting....
@nerdneilsfield
Copy link
Author

I deleted the subdirectory of the binaries directory, and re-download the newer TabNine fix my issue, it may be the error of TabNine 3.2.63.

@nerdneilsfield
Copy link
Author

It seems the solution just working for several hours, and then the error would appear again.

@Shougo
Copy link
Contributor

Shougo commented Dec 28, 2020

Oh, it is TabNine's problem. It should be reported in TabNine issues.

https://github.com/codota/TabNine/issues

@szsdk
Copy link

szsdk commented May 5, 2021

@nerdneilsfield I encounter the same error. May I ask how to get the TabNine log?

@Shougo
Copy link
Contributor

Shougo commented May 5, 2021

The logfile is saved in deoplete-tabnine directory.

@szsdk
Copy link

szsdk commented May 6, 2021

@Shougo Thanks.

I have a different error.

[2021-05-05T22:42:39.929401163+08:00][INFO][42978 bs_main_autobarker][watchdog_api::wd_client][Some("shared/wd_api/src/wd_client.rs")][Some(216)] Starting watchdog...
[2021-05-05T22:42:39.930032763+08:00][WARN][42978 bs_main_autobarker][watchdog_api::wd_client][Some("shared/wd_api/src/wd_client.rs")][Some(189)] watchdog client failed with error: No such file or directory (os error 2), trying again in 2 seconds
[2021-05-05T22:42:41.930212792+08:00][INFO][42978 bs_main_autobarker][watchdog_api::wd_client][Some("shared/wd_api/src/wd_client.rs")][Some(216)] Starting watchdog...
[2021-05-05T22:42:41.930863523+08:00][ERROR][42978 bs_main_autobarker][TabNine::bootstrap_support][Some("tabnine/frontend/src/bootstrap_support.rs")][Some(154)] bootstrapper bark at watchdog failed (not panicking): watchdog client failed with error: No such file or directory (os error 2)

I do not know too much about TabNine. I was wondering whether there is some check I can do.

@Shougo
Copy link
Contributor

Shougo commented May 6, 2021

It should be asked to TabNine developers.

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

4 participants
@Shougo @szsdk @nerdneilsfield and others