tzachar / cmp-tabnine

TabNine plugin for hrsh7th/nvim-cmp
MIT License
286 stars 28 forks source link

TabNine Unkown Message ? #62

Closed vsedov closed 2 years ago

vsedov commented 2 years ago

When using tabnine, I get this, any ideas ?


"TabNine: unknown message: " '{"old_prefix":"","results":[{"new_prefix":"print(\\"Total traini
ng time: {}\\".format(time.time() - start_time))\\n    print(\\"Total testing time: {}\\".form
at(time.time() - start_time))\\n    print(\\"Total classification loss: {}\\".","old_suffix":"
\\n","new_suffix":"","kind":15,"origin":"CLOUD"},{"new_prefix":"print(\\"Total training time:
{}\\".format(time.time() - start_time))\\n    print(\\"Total testing time: {}\\".format(time.t
ime() - start_time))\\n    print(\\"Total classification time: {}\\".","old_suffix":"\\n","new
_suffix":"","kind":15,"origin":"CLOUD"}],"user_message":[],"docs":[],"is_locked":false}'```
tzachar commented 2 years ago

Are you using the latest version of the plugin? and the latest version of tabnine?

tzachar commented 2 years ago

see if 0e7f4d7 solves your issue

vsedov commented 2 years ago

Are you using the latest version of the plugin? and the latest version of tabnine?

I belive so, ive run TabNine::Update and have checked the json file + messed around with the hub just in case

see if 0e7f4d7 solves your issue

Ah i think it does, thanks man >.>