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
It requires the full username, so @gmail.com is correct. It's likely that the format of html that google voice is returning has changed a bit.
You might want to try running the tests at t/voice.t, inserting your own username, password, and phone number. That will tell you what is working, and give you a start on trying to debug the changes.
In Google/Voice.pm and Google/Voice/Feed.pm, 'attrs' should now be 'attr'
In Google/Voice.pm, Mojo::JSON->new..->decode should now be Mojo::JSON::decode_json
IO::Socket::SSL 1.96 or higher is required (but G::V will install without it, and should instead fail with a dependency)
The text was updated successfully, but these errors were encountered: