Michael Rog

Results 15 comments of Michael Rog

The `using()` method takes a second parameter, where you can specify [Guzzle request options](https://docs.guzzlephp.org/en/6.5/request-options.html) (or if you're in PHP-land, pass in your own Guzzle `Client`): ``` {% set crawler =...

The [`http_errors`](https://docs.guzzlephp.org/en/6.5/request-options.html#http-errors) option may help with that. 🤞🏼

Hmmmm... Can you try specifying a shorter timeout duration on your Guzzle client, _and_ disabling `http_errors`? The default setting for Guzzle is `timeout => 0`, i.e. Guzzle will wait indefinitely...

Looking further into this... My original intent was was that the signature for `craftArrayWalk` would match the native [`array_walk`](http://php.net/manual/en/function.array-walk.php), which appears (in the docs, at least) to also provide a...

Yeah, I do intend to update Scraper for Craft 5. It's a breaking change under the hood (from `fabpot/goutte` to `symfony/browser-kit`), and I expect it to be out this month.