-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This library no longer works on python 2.7 #129
Comments
This happens when the requests.get() fails generally
|
I'm seeing this same issue on Python 3.7 This is the full traceback that caused the IOError:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dyn==1.8.1 with python 2.7
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
The text was updated successfully, but these errors were encountered: