David Cole

Results 5 comments of David Cole

> Has anyone seeing this issue tried adding `--enable-logging --v=1` to the command line arguments (under `var defaultChromeArgs = []string{` in `chrome.go`)? It looks like for whatever reason, however lorca...

I just saw @jujhar16's note: > And sometimes the browser has not started hosting the remote debugging version, which causes the json/version request to fail. This seems like it might...

My theory of using a "wait and retry" mechanism has worked. [Commit here](https://github.com/DavidArthurCole/lorca/commit/2ed93e468a17486540e3f6f8df78865edfe89475). It's not graceful at all, however it fixes the EOF error, and accounts for the TCP Dial...

> @DavidArthurCole I'm getting ready to try your fix. Should it be as simple as updating my fork of lorca with the commit you've linked ( [DavidArthurCole@2ed93e4](https://github.com/DavidArthurCole/lorca/commit/2ed93e468a17486540e3f6f8df78865edfe89475) ) ? I've...

> @DavidArthurCole I noticed in your commit you updated x/net from 0.22 to 0.27. Is that a required update, or did you just update it because updating to latest is...