Subject: | Google::Voice module not working |
Date: | Thu, 19 Sep 2013 13:13:47 -0400 |
To: | bug-Google-Voice [...] rt.cpan.org |
From: | NV <wrdrvr [...] gmail.com> |
Hi Tempire,
Thanks for writing the module, I hope to put it to a good use. I installed
version 0.6 today and gave it a whirl to get back the following:
Can't call method "send_sms" on an undefined value at test.pl line 7.
I double checked my credentials and even tried a different account, then
debugged the code and it crapped out at Voice.pm line 50
$el =
$c->get('https://www.google.com/voice#inbox')
->res->dom->at('input[name="_rnr_se"]');
It looked like $el was undefined so it returned.
Unfortunately, I am not familiar enough with Mojo to work with it further,
but I was hoping you'd be able to help. Also, URL ''
https://www.google.com/voice/b/0/sms/send' on line 68 throws a 403 if I try
to connect to it manually, not sure if that matters...
Thanks