nickurt / laravel-akismet

Akismet for Laravel 10.x/11.x
MIT License
91 stars 11 forks source link

Guzzle Exception error #42

Open edalzell opened 5 months ago

edalzell commented 5 months ago
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 commented 5 months ago

Here's how another package handled it: https://github.com/web-push-libs/web-push-php/pull/299/files