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
{{ message }}
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
This morning, I started receiving the following error when trying to use this API with my texting script. For privacy, I have stripped out some parts of the error, marking them as "<REDACTED>." Note that the "Passwd" entry in the array is empty, and not marked, meaning that the password was never even received (read: I did not remove the password and forget to mark having done so when posting this. It was never there.). Has anyone else started seeing this as well?
Could not log in to Google Voice with username: <REDACTED>
May need to change scraping. Here are the inputs from the page:
array (
'Page' => 'PasswordSeparationSignIn',
'' => '',
'gxf' => '<REDACTED>',
'continue' => 'https://www.google.com/voice/b/0/redirection/voice',
'followup' => 'https://www.google.com/voice/b/0/redirection/voice',
'service' => 'grandcentral',
'flowName' => 'GlifWebSignIn',
'ProfileInformation' => '<REDACTED>',
'SessionState' => '<REDACTED>',
'_utf8' => '☃',
'bgresponse' => 'js_disabled',
'Email' => '<REDACTED>',
'Passwd' => '',
'logintoken' => '<REDACTED>',
'url' => '<REDACTED>',
'logintoken_audio' => '<REDACTED>',
'url_audio' => '<REDACTED>',
'logincaptcha' => '',
'signIn' => 'Sign in',
'PersistentCookie' => 'yes',
)
PHP Fatal error: Uncaught Exception: Could not log in to Google Voice with username: <REDACTED>
Look at error log for detailed input information.
in /home/<REDACTED>/Desktop/<REDACTED>/GoogleVoice.php:75
Stack trace:
#0 /home/<REDACTED>/Desktop/<REDACTED>/GoogleVoice.php(160): GoogleVoice->_logIn()
#1 /home/<REDACTED>/Desktop/<REDACTED>/texter.php(6): GoogleVoice->sendSMS('<REDACTED>', '<REDACTED>')
#2 {main}
thrown in /home/<REDACTED>/Desktop/<REDACTED>/GoogleVoice.php on line 75
This morning, I started receiving the following error when trying to use this API with my texting script. For privacy, I have stripped out some parts of the error, marking them as "<REDACTED>." Note that the "Passwd" entry in the array is empty, and not marked, meaning that the password was never even received (read: I did not remove the password and forget to mark having done so when posting this. It was never there.). Has anyone else started seeing this as well?