-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error running timer ‘codeium-defer-until-no-input’: (error "cannot get auth_token from res") #35
Comments
I experience this as well on Mac OS. |
The same happens to me. "codeium-install" gives me the output:
I have emacs GNU Emacs 27.0.91 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.20) of 2020-07-29 and Ubuntu 20.04.6 LTS This is the output of the "codeium logs" after executing the command "codeium-install":
This is the output of the "codeium logs" after executing the command "codeium-init":
|
I use Emacs in WSL2 with Ubuntu, and I follow the README to config codeium.
Here is my config:
and my Emacs version:
In Emacs, when I call
codeium-init
, it will open Chrome and visit codeium try to getauth_token
.But after I call
codeium-init
, it shows an error message immediately :For everytime call
codeium-init
, there is a log said: 'no status available' :After removing http_proxy and https_proxy, it keeps waiting for a response:
It will open chrome installed on windows, and codeium is installed in WSL, is there some communication issue between chrome and codeium ?
Or Is something wrong with the network? Or can I visit the auth URL and set
auth_token
manually ?The text was updated successfully, but these errors were encountered: