Davey Shafik
Davey Shafik
Can confirm that `'version' => 2` works just fine, and in fact is what I put in my slides ;)
@mtdowling check out https://github.com/guzzle/guzzle/compare/master...dshafik:http2-tests — I'm really not happy about this, so if you have a better suggestions, that'd be great. Because the current `server.js` only handles HTTP/1.1, I updated...
Guzzle HTTP/2 comment @mtdowling I agree about not having HTTP/2 as default, but I meant it should fall back to HTTP/1.1 when _attempting_ to use HTTP/2 on a system where...
Some minor updates: - [PHP 7.1 will support curl's Server Push support](https://wiki.php.net/rfc/curl_http2_push) - It is possible to have curl default to HTTP/2 for TLS requests, and stick to HTTP/1.1 for...
@mtdowling I'd very much like to move this forward, where do you stand on it?
My solution to this is to add comments to the class that uses `Dispatchable` that essentially alias `::dispatch()` and `::dispatchSync()` to the `__construct()`: ```php /** * @method static PendingDispatch dispatch(User...
I'm having this exact same issue. I spent some time debugging with log files and this like seems to be where it bails: https://github.com/birkir/homebridge-plugin-eufy-security/blob/master/src/platform.ts#L82 I cannot get passed that. I...
@raphb83 do you have 2 Factor Auth (2FA) enabled? I believe I saw the same behavior when I did. Currently 2FA isn't supported.
@DaveM8686 same here. I had hoped it was bad credentials due to the 2FA issue, but it didn't help.
With some more debugging and patience (takes 5+ minutes) I finally got an error out of: https://github.com/birkir/homebridge-plugin-eufy-security/blob/master/src/platform.ts#L82 ``` { RequestError: read ECONNRESET at ClientRequest.request.once (/homebridge/node_modules/homebridge-plugin-eufy-security/node_modules/got/dist/source/core/index.js:953:111) at Object.onceWrapper (events.js:286:20) at ClientRequest.emit...