timthedevguy / BuySYS

*NO LONGER MAINTAINED* Buyback application for EveOnline, can be used by Corporations/Alliances or private entities. Written in PHP 7.4
10 stars 3 forks source link

Guzzle Timeout #22

Closed drkthunder02 closed 4 years ago

drkthunder02 commented 4 years ago

When trying to get through SSO login at times I get the following errors:

[2020-06-01 02:41:46] request.INFO: Matched route "sso_callback". {"route":"sso_callback","route_parameters":{"_controller":"AppBundle\Controller\SecurityController::ssoCallbackAction","_route":"sso_callback"},"request_uri":"https://buyback.w4rp.space/sso/callback?code=kL8SqoR8MTzselnZM8BQ18buA7yaNeiQ_4az_o6Aa60kOtAOtlKaYI8i2uBqxzrX&state=OAA5ed46ae742ba21.88260633","method":"GET"} [] [2020-06-01 02:41:46] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/BuySYS/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} [] [2020-06-01 02:41:46] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-06-01 02:41:46] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"AppBundle\Security\EveSSOAuthenticator"} [] [2020-06-01 02:41:46] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"AppBundle\Security\EveSSOAuthenticator"} [] [2020-06-01 02:41:56] request.CRITICAL: Uncaught PHP Exception GuzzleHttp\Exception\ConnectException: "cURL error 28: Resolving timed out after 10518 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)" at /var/www/BuySYS/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php line 200 {"exception":"[object] (GuzzleHttp\Exception\ConnectException(code: 0): cURL error 28: Resolving timed out after 10518 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) at /var/www/BuySYS/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:200)"} []

timthedevguy commented 4 years ago

That error means that a DNS resolv operation failed, check and make sure you don't have any dead DNS servers in your DNS server list.