ambient-weather / api-docs

AmbientWeather.net API Documentation
64 stars 42 forks source link

devices endpoint not working #18

Closed mhilbush closed 5 years ago

mhilbush commented 5 years ago

Calls to the devices endpoint are not working. This started some time on August 2.

When calling the v1 devices endpoint (https://api.ambientweather.net/v1/devices?applicationKey=XXXX&apiKey=YYYY) with valid app and api keys, I'm getting this response.

{"error":"unknown-error"}

My Java code is throwing an exception.

java.util.concurrent.ExecutionException: org.eclipse.jetty.client.HttpResponseException: HTTP protocol violation: Authentication challenge without WWW-Authenticate header

@owise1 Did something change in the API? This had been working for many months.

Also, last night around 3:15 AM EDT, the real-time API stopped sending events. This also had been working many months.

@bachya Are you seeing something similar in HA?

owise1 commented 5 years ago

We've identified an issue. It should be coming back now, but it's going to take some time to process the backlog of data

mhilbush commented 5 years ago

Working again! Thanks!!