alexander
Activity overview
Latest activity by alexander
-
alexander commented,
Ok, thank you!
- View comment
- 0 votes
-
alexander created a post,
"There is no application corresponding to this id" error when trying to log in
Hello, on September 22 and today, users reported that they get the error "There is no application corresponding to this id" when trying to log in to the Netatmo account in my app Weather Status. Wa...
- alexander
- 3 followers
- 2 comments
- 1 vote
-
alexander commented,
It seems to be fixed now, thanks!
- View comment
- 3 votes
-
alexander created a post,
Weather API returns HTTP Status 404
Since about an hour, the https://api.netatmo.com/api/getstationsdata API endpoint returns a 404 Not Found HTML page instead of an API response. This breaks all weather API clients.
- alexander
- 3 followers
- 3 comments
- 1 vote
-
alexander commented,
I'm also seeing this on both Netatmo Welcome and Presence and it's extremely annoying.
- View comment
- 1 vote
-
alexander commented,
The documentation says (and I don't believe that has changed): "When you request a token (via grant type credentials or authorization code) you retrieve as well the validity timelapse and a refresh...
- View comment
- 0 votes
-
alexander commented,
@David: I've looked at your code again, and you don't seem to take into account the "expires_in" return parameter at all. This is usually 10800 seconds, so 3 hours. If the expiration date (timestam...
- View comment
- 0 votes
-
alexander commented,
@david: I checked my token refresh code and I'm NOT setting an "Authorization" header for the "https://api.netatmo.com/oauth2/token" request when refreshing a token and I don't see the problems you...
- View comment
- 0 votes
-
alexander commented,
@david: in your "UpdateAccessToken" method, are you saving both the new access token AND the new refresh token returned by the server? With yesterday's change, the server returns a new refresh toke...
- View comment
- 0 votes
-
alexander commented,
My app could now successfully refresh the auth token on several device in parallel, so maybe this was a temporary problem.
- View comment
- 0 votes