laravel-akismet icon indicating copy to clipboard operation
laravel-akismet copied to clipboard

Guzzle Exception error

Open edalzell opened this issue 1 month ago • 1 comments

Error: Call to undefined method GuzzleHttp\Exception\ConnectException::getResponse()

/Users/erin/Development/akismet/vendor/nickurt/laravel-akismet/src/Akismet.php:131
/Users/erin/Development/akismet/vendor/nickurt/laravel-akismet/src/Akismet.php:105

The code that causes this is the isSpam here: `return $this->akismetApi->fill($this->akismetData())->isSpam();'

edalzell avatar May 10 '24 00:05 edalzell