You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My laptop was having trouble resolving DNS this morning (totally separate issue). When trying to login with Terminus, I received the following error:
elliot@ransford ~/Development/Pantheon/cli $ bin/terminus auth login [email protected]
Your dashboard password (input will not be shown):
Logging in as [email protected]
PHP Fatal error: Call to undefined method Guzzle\Http\Exception\CurlException::getResponse() in /home/elliot/Development/Pantheon/cli/php/class-terminus-command.php on line 160
The text was updated successfully, but these errors were encountered:
The `getResponse()` method is not a valid method for Guzzle's
CurlException class. `getError()` seems to be doing the trick,
though.
Further, the `getError()` doesn't have a `getBody()` member
function. It just returns the error.
Signed-off-by: Elliot Voris <[email protected]>
I'm working off the
master
branch.My laptop was having trouble resolving DNS this morning (totally separate issue). When trying to login with Terminus, I received the following error:
The text was updated successfully, but these errors were encountered: