Dopy.manager.DoError: Unable To Authenticate You
I'm trying to configure a Virtual Machine(with Vagrant and Ansible), that needs a file.py to the full correct configuration of this machine (according to the book that I'm studying
Solution 1:
Try to remove quotes from api_token:
do = DoManager(None, api_token, api_version=2)
Otherwise your token is always literal string api_token, not a variable api_token.
Post a Comment for "Dopy.manager.DoError: Unable To Authenticate You"