Stored token seems invalid, clearing cache

When I try to run “edge-impulse-daemon”, there is one connection error : Stored token seems invalid, clearing cache…

D:\work_space\nodejs>edge-impulse-daemon
Edge Impulse serial daemon v1.13.14
? What is your user name or e-mail address (edgeimpulse.com)? xxx
? What is your password? [hidden]
Stored token seems invalid, clearing cache…
? What is your user name or e-mail address (edgeimpulse.com)? xxx
? What is your password? [hidden]
Failed to authenticate with Edge Impulse unable to verify the first certificate

Yesterday I have connected the edge-impulse com successfully, but now I can’t login, anyone else can help resolve it? Thanks.

Hello @rick.zhang,

Can you try resetting your password and use the new one please?
https://studio.edgeimpulse.com/forgot-password

Regards,

Louis

@rick.zhang This looks like a certificate chain error… Are you behind a firewall or proxy by any chance?

If you’re using a proxy you can try:

SET HTTPS_PROXY=...
edge-impulse-daemon

Thanks for you two @janjongboom @louis

I had tried to reset password, or uninstall edge-impulse-cli and re-install it again under WIN10, but failed…

In the end, I installed edge-impulse-cli tool under uBuntu and resolved this problem.

Thanks again!

1 Like

I have the same problem here:

Edge Impulse Linux client v1.3.0
? What is your user name or e-mail address (edgeimpulse.com)? xxx
? What is your password? [hidden]
Stored token seems invalid, clearing cache…
? What is your user name or e-mail address (edgeimpulse.com)? xxx
? What is your password? [hidden]
Failed to authenticate with Edge Impulse connect ENETUNREACH 52.85.208.99:443 - Local (0.0.0.0:0)

Tried to reinstall edge-impulse-linux on Raspberry Pi 4, and tried to change my password, with no success.

solved!! I checked my gateway with sudo route -n
There it is - no Gateway IP. I typed this:

sudo route add default gw 192.168.1.1

Now its fine!

1 Like