@MichaelHanna sure! The calls to retrieve a token work. There is no problem there. I always get a Bearer Token without issues. That token works for 3600 seconds, or one hour. The first few times, up to a minute or so, when using that token right after I requested it, I do a call to get all features of the device, I get an error 500. After those few minutes, every call I do with that token works. Calls are made every 10 minutes.. Every hour requesting the features fail, and are being retried every minute. This is because the new requested token gives an error 500 the first few times. You can reproduce it every time using a just created bearer, and use it to get device features. The problem seems to be present a few days. Before that, this issue did not occur.
... Mehr anzeigen