When I try to run “edge-impulse-daemon”, there is one connection error

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

Microsoft Windows [Version 10.0.22621.1105]
(c) Microsoft Corporation. All rights reserved.

C:\Users\XBst4>edge-impulse-daemon
Edge Impulse serial daemon v1.17.0
? What is your user name or e-mail address (edgeimpulse.com)? Mohammed_21
Stored token seems invalid, clearing cache...
read ECONNRESET
? What is your user name or e-mail address (edgeimpulse.com)? Mohammed_21
Failed to authenticate with Edge Impulse read ECONNRESET

C:\Users\XBst4>edge-impulse-daemon
Edge Impulse serial daemon v1.17.0
? What is your user name or e-mail address (edgeimpulse.com)? Mohammed_21
Stored token seems invalid, clearing cache...
read ECONNRESET
? What is your user name or e-mail address (edgeimpulse.com)? Mohammed_21
Failed to authenticate with Edge Impulse read ECONNRESET

Try edge-impulse-daemon --clean

1 Like
C:\Users\XBst4>edge-impulse-daemon --clean
Edge Impulse serial daemon v1.17.0
? What is your user name or e-mail address (edgeimpulse.com)? Mohammed_21
? What is your password? [hidden]
Stored token seems invalid, clearing cache...
read ECONNRESET
? What is your user name or e-mail address (edgeimpulse.com)? Mohammed_21
Failed to authenticate with Edge Impulse read ECONNRESET

Same problem

@Mohammed_21

Can you try connecting with --api-key.

  1. Create a development API Key (Dashboard > Keys)
  2. Copy the key.
  3. Run edge-impulse-daemon --api-key paste_your_key_here

When logging in:

  • Your username is case-sensitive.
  • Your email is not case-sensitive.

I had the same issue with impulse-studio-daemon. But the API key suggestion resolved it for me. Thanks!

1 Like