You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.
Traceback (most recent call last):
File "clouddns.py", line 371, in
main()
File "clouddns.py", line 364, in main
sys.exit(options.func(options, api) or 0)
File "clouddns.py", line 246, in list_domains
domains = api.domains.values()
File "clouddns.py", line 200, in domains
r = self._get('/domains')
File "clouddns.py", line 163, in _get
return self._send(requests.get, path, **kw)
File "clouddns.py", line 144, in _send
assert 'application/json' in r.headers['Content-Type']
AssertionError
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to run it this is what I get.
Traceback (most recent call last):
File "clouddns.py", line 371, in
main()
File "clouddns.py", line 364, in main
sys.exit(options.func(options, api) or 0)
File "clouddns.py", line 246, in list_domains
domains = api.domains.values()
File "clouddns.py", line 200, in domains
r = self._get('/domains')
File "clouddns.py", line 163, in _get
return self._send(requests.get, path, **kw)
File "clouddns.py", line 144, in _send
assert 'application/json' in r.headers['Content-Type']
AssertionError
The text was updated successfully, but these errors were encountered: