company-tabnine
company-tabnine copied to clipboard
How can I fix this problem?
Company: backend company-tabnine error "Wrong number of arguments: #
The package is now the newest now. And My Operation System is Windows 7, emacs27
Could you try to enable the debugger by doing M-x toggle-debug-on-error
then trigger the error again? Once you do, please let me know of the error message that shows up.
Also, what's your company
version?
'
Debugger entered--Lisp error: (wrong-number-of-arguments #
This seems to be a problem of integration with emacs 27's new json functionality. For the moment you can set company-tabnine-use-native-json
to nil
so that company-tabine
will use the old json library.