You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if my interpretation is correct...
I was debugging Atom with kite local and noticed that bad_state was printed in the console. This happened when a hover request returned 404 after typing in the editor.
Is it correct that 404 is treated as bad_state?
I think that it's the reason for Kite is not enabled for the current directory, but I'm not sure.
I'm not sure if my interpretation is correct...
I was debugging Atom with kite local and noticed that
bad_state
was printed in the console. This happened when a hover request returned 404 after typing in the editor.Is it correct that 404 is treated as
bad_state
?I think that it's the reason for
Kite is not enabled for the current directory
, but I'm not sure.kite-connect-js/lib/index.js
Line 77 in f471db7
The text was updated successfully, but these errors were encountered: