Advertisement
Guest User

Untitled

a guest
Jun 9th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "crunch.py", line 78, in <module>
  3. organization_name, organization_id = fetch_organization('"' + args.organization + '"')
  4. File "crunch.py", line 31, in fetch_organization
  5. response = urllib.request.urlopen(request)
  6. File "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen
  7. return opener.open(url, data, timeout)
  8. File "/usr/lib/python3.5/urllib/request.py", line 472, in open
  9. response = meth(req, response)
  10. File "/usr/lib/python3.5/urllib/request.py", line 582, in http_response
  11. 'http', request, response, code, msg, hdrs)
  12. File "/usr/lib/python3.5/urllib/request.py", line 510, in error
  13. return self._call_chain(*args)
  14. File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
  15. result = func(*args)
  16. File "/usr/lib/python3.5/urllib/request.py", line 590, in http_error_default
  17. raise HTTPError(req.full_url, code, msg, hdrs, fp)
  18. urllib.error.HTTPError: HTTP Error 405: Method Not Allowed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement