-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
dyn==1.8.1 with python 2.7
from dyn.tm.zones import *
from dyn.tm.errors import DynectAuthError
print(DynectSession(
'organization', 'user','xxxxx'))
Will raise dyn.tm.errors.DynectAuthError
Traceback (most recent call last):
File "libdynect.py", line 379, in
'organization', 'user','xxxxx'))
File "/usr/local/lib/python2.7/site-packages/dyn/core.py", line 51, in call
cur_thread: super(_Singleton, cls).call(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/dyn/tm/session.py", line 57, in init
self.authenticate()
File "/usr/local/lib/python2.7/site-packages/dyn/tm/session.py", line 178, in authenticate
raise DynectAuthError('Unable to access the API host')
dyn.tm.errors.DynectAuthError: Unable to access the API host
Metadata
Metadata
Assignees
Labels
No labels