schulzefelix / laravel-search-console

A Laravel package to retrieve data from Google Search Console
MIT License
47 stars 24 forks source link

Break on 401 as well #22

Closed spekulatius closed 4 years ago

spekulatius commented 4 years ago

Hello @schulzefelix

thanks for providing this neat library. I'm just working on a project using it and stumbled upon a long delay with a request. While researching the problem I found out that my token was invalid:

error_2

The break in the ExponentialBackoff-class didn't catch it due to the error code being 401 instead of 403. I've fixed this with this PR. Maybe something you would like to consider.

Viele Grüße nach Berlin! Peter

schulzefelix commented 4 years ago

Thanks