Conversation
GoDaddy updated their login mechanism, I have updated pygodaddy to allow logins to work again. A bit of hacky code but at least it works!
|
This crashes with for me (using 3.4.3). #13 works however. |
|
Any idea when these are getting merged? |
|
@AndreasLoow I've been using this code since I put it up here and it's working fine, might be the way I copied it to github from my terminal, however 2 other people said it was working for them so I'm not sure what went wrong for you. #13 is just my code that claneys pulled and made a few changes to, I just hadn't made a pull request. |
|
@brycegough: The problem, as the stack trace in my previous comment says, is that you mix tabs and spaces when indenting your code. But #13 is better anway, imho, as it does not contain irrelevant changes. |
|
@AndreasLoow agreed, #13 seems to have less changes and does the job |
|
#13 worked for me too. pip install --upgrade git+git://github.com/claneys/pygodaddy.gitand upgraded to python3 (but i dont know if this was necessary) |
GoDaddy updated their login mechanism, hasn't been working since 24th August 2015, I have updated pygodaddy to allow logins to work again.