Sam Stenvall

Results 178 comments of Sam Stenvall

I think the best solution would be make the timeout configurable

I've personally had good success with Go projects and Travis CI, here's a fairly complete example: https://github.com/lmars/packer-post-processor-vagrant-s3/blob/master/.travis.yml

It's hard to reproduce, I think the easiest way is to set a really low timeout. Currently I'm using 5 seconds, and the error happens only once a day or...

The most I've been able to do when it comes to logging the error is this: ``` Apr 18 09:56:53 homeassistant b5a380b3f13b[390]: (node:204) UnhandledPromiseRejectionWarning: # Apr 18 09:56:53 homeassistant b5a380b3f13b[390]:...

Hmm, this is going to need some more work.

Try setting the default value of `$variables` to `null` instead of `[]`.

I have to try reproducing on my own, it should fail with a better error, like "Variable $date not submitted".

I fixed it in #239. It will still error out of course, but the exception will come from the request validator instead of the parser.