Script error
Opened this issue · 0 comments
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!