Jeremy

Results 52 comments of Jeremy

@digitaldan I moved this one into its own issue. I am still seeing this error being generated a couple times every hour. Anyway, I did some research and I found...

> If the request is still in flight, and there is a pause in the data stream, i guess it's possible something like a nginx proxy could terminate it if...

So the connection keep-alive change I made didn't resolve this issue. After doing more [research](https://github.com/request/request/issues/1418#issuecomment-249790649), I believe the issue is related to the fact that the myopenhab cloud connector nginx...

So since we now have the request timeout logic deployed, we get the bearer token for the request that timed out in the logs. Based on my testing on a...

According to [this documentation](https://www.nginx.com/blog/nginx-caching-guide/), if `Cache-Control: no-cache` is specified in the request headers, nginx will not cache responses. Additionally, after doing some test on one of the affected users, I...

So the change I included in #270 adding `Cache-Control: no-cache` to request headers isn't resolving this issue. I will submit a PR introducing retry logic as mentioned in my previous...

The retry logic is helping a little bit but there are still some requests that aren't able to get the complete items data after 4 tries. I don't think we...

> myopenhab cloud connector nginx server times out with a "504 Gateway Time-out" error Based on [this post](https://community.openhab.org/t/alexa-smart-home-skill-v3-is-now-live/79848/195), it seems that the timeout error may be caused by the fact...

Keep in mind that this feature is actually still not available to the public yet. It is currently in [extended developer preview](https://developer.amazon.com/blogs/alexa/post/833b9af4-26e6-47d2-a13d-bdbd9a257512/expanded-developer-preview-of-notifications-for-alexa-skills).

Looks like I spoke too soon. Amazon released, back in December, the ProactiveEvents API which seems to take over the previous solution and gives the ability to send notifications from...