-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot send sms with error code 2046 #5
Comments
I've noticed a similar issue specifically with group messages. I made a hack work around to send group messages by using the new google voice API. It seems that the legacy google API doesn't support some of the new features. For example, in the legacy client, I can receive group messages in the web, but I can't respond to them..so I had to implement a hack in my script and partially reverse engineer the new google voice API for that purpose. I think that this project potentially needs an extension to support the new google voice API. You can see my hack here: I'm doing that just for group messages for now, but I'm sure that the |
I think this issue is a duplicate of #4, which seems to be a duplicate of pettazz/googlevoice#44. I'd gladly accept pull requests to improve the situation. |
I created a new Google account just for Google voice so no 2-step verification enabled.
I got a Gvoice number and it works fine on the web.
It seems that I can successfully login but can't send any messages.
The error code is {'ok': False, 'data': {'code': 2046}}
The text was updated successfully, but these errors were encountered: