Ben Dowling
Ben Dowling
@techdragon thanks for creating the issue. Are you unable to track down the problem even with logging enabled, or do you not have logging enabled? Can you give some more...
I didn't realise they dropped the python-gtkmozembed package. Can you let me know what version of Ubuntu it was dropped in, and I'll see if I can find an alternative.
Haven't tracked down an alternative package for gtkmozembed, but I've just come across http://jeanphix.me/Ghost.py/ - a webkit based library that supports screenshots
Yeah sure, that's not too much trouble. What do you think a sensible default would be, 30s?
I think we can do something better than that. We can simplify login and logout and replace with `init`, that can take an API token as an argument, eg: `$...
Yeah - except I think we can just generate the ID on the client - some UUID or random number, and we just pair it to the IP on the...
No. It should be possible to send all of the 5 card combinations through yourself and pick the one with the best score. It'd be nice (and more efficient) if...
We have tried setting `idleTimeoutMillis: 0` and still see this error. Any updates on this?
We have ~40 web instances and are seeing ~250 errors within a minute from a single instance a couple of times a day (max connections is set to 3), and...
The full error we see is: ``` Error: Connecting to '' failed: timeout exceeded when trying to connect at Timeout.setTimeout [as _onTimeout] (/app/node_modules/pg-pool/index.js:180:27) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at...