imagecache icon indicating copy to clipboard operation
imagecache copied to clipboard

Undefined property: GuzzleHttp\Psr7\Stream::$encoded

Open RicLeP opened this issue 4 years ago • 0 comments
trafficstars

I’m requesting a remote image and trying to cache it. Using Laravel 6.

If I don’t cache I can manipulate the image. When using the cache I get this error: Undefined property: GuzzleHttp\Psr7\Stream::$encoded, line 318 /intervention/imagecache/src/Intervention/Image/ImageCache.php.

RicLeP avatar Mar 09 '21 14:03 RicLeP