Yveske82

Results 9 comments of Yveske82

Do I just need to pass api key and api secret in the account file? _api_key = None _api_secret = None

If I try run the updater I get a no such file or directory, well kind of. Normally it should look like: bash: /usr/local/lib/python2.7/dist-packages/godaddypy/ipupdater.py : No such file or directory...

Actually just copied yours. I do have python 2.7 instead of 3 ``` #!/usr/bin/env python # Full package imports import pif, sys # Partial imports from godaddypy import Client, Account...

Never mind, got it to work, I don't really know python. Had to add python in front of my script. It seems to work great now. You sir are a...

Not saying anything bad about pygodaddy. It worked great for me until 2 days ago. Anyway, I'm happy I got it able to change it again pygodaddy or godaddypy. Kinda...

Did you ever have the problem that your A-Record get's deleted? It happens to me once a day with this error: ``` Response Data: {u'message': u'One or more of the...

Well if it happened to you as well at least I'm not alone with the issue. I made an issue at the godaddypy page so hopefully this can get resolved...

:D For now it will do yes but hopefully there be a fix soon. Or a way to auto create a new record

Take a look [here](https://github.com/eXamadeus/godaddypy/issues/8#issuecomment-221609918) Got an answer on my issue already. Just adding a piece of code to your script. Testing it now.