[SOLVED] Configure the Bridge: Requested content not found

Hi folks,

I’ve an issue with my Netatmo implementation. I’ve reinstalled everything, changed clientID and secret, created access and refresh token in Netatmo , bridge configured in my netatmo.things, but I’m not able to reach the site http:/myip:8080/netatmo/connect/clientID.

of course, I can’t authorize the thing so I receive:

 Rest call failed: statusCode=INVALID_TOKEN_MISSING, message=Invalid access token

what can I do?

thanks

Andrea

perhaps api.netatmo.com is down?

{
  "error": {
    "code": 11,
    "message": "Unable to match incoming request to an operation."
  }
}

As far as I understood, when you create an app on dev.netatmo.com, you need to choose scopes but not generate tokens. Now it works :slight_smile: