We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I was wondering if this script still works? I'm currently seeing the following error:
2016-04-23 18:54:11,391 Starting new HTTPS connection (1): dns.godaddy.com 2016-04-23 18:54:11,907 Starting new HTTPS connection (1): idp.godaddy.com 2016-04-23 18:54:13,327 Starting new HTTPS connection (1): sso.godaddy.com 2016-04-23 18:54:14,036 Login routine broken, godaddy may have updated their login mechanism Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/pygodaddy/client.py", line 101, in login viewstate = re.compile(r'id="__VIEWSTATE" value="([^"]+)"').search(r.text).group(1) AttributeError: 'NoneType' object has no attribute 'group' 2016-04-23 18:54:14,037 Login failed!
Slackware Linux - Dependencies: configparser (3.5.0b2) pif (0.7.3) pygodaddy (0.2.2)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I was wondering if this script still works? I'm currently seeing the following error:
2016-04-23 18:54:11,391 Starting new HTTPS connection (1): dns.godaddy.com
2016-04-23 18:54:11,907 Starting new HTTPS connection (1): idp.godaddy.com
2016-04-23 18:54:13,327 Starting new HTTPS connection (1): sso.godaddy.com
2016-04-23 18:54:14,036 Login routine broken, godaddy may have updated their login mechanism
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/pygodaddy/client.py", line 101, in login
viewstate = re.compile(r'id="__VIEWSTATE" value="([^"]+)"').search(r.text).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
2016-04-23 18:54:14,037 Login failed!
Slackware Linux - Dependencies:
configparser (3.5.0b2)
pif (0.7.3)
pygodaddy (0.2.2)
Thanks in advance!
The text was updated successfully, but these errors were encountered: