Subject: | Unable to find _rnr_se in response |
It seems that within the past few days Google made some change that broke WebService::Google::Voice::SendSMS. When trying to send a SMS, you get the error "SendSMS: Unable to find _rnr_se in response".
This is the cross-site request forgery token that's necessary to make any request. Unfortunately, I haven't yet figured out a new way to extract that token. Until someone can, WebService::Google::Voice::SendSMS will not be usable.
If anybody wants to investigate this, you can uncomment the "use Smart::Comments" line near the top of SendSMS.pm. That will dump all HTTP requests & responses it makes & receives to stderr.