Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen
  3. chunked=chunked,
  4. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 421, in _make_request
  5. six.raise_from(e, None)
  6. File "<string>", line 3, in raise_from
  7. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 416, in _make_request
  8. httplib_response = conn.getresponse()
  9. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\http\client.py", line 1321, in getresponse
  10. response.begin()
  11. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\http\client.py", line 296, in begin
  12. version, status, reason = self._read_status()
  13. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\http\client.py", line 265, in _read_status
  14. raise RemoteDisconnected("Remote end closed connection without"
  15. http.client.RemoteDisconnected: Remote end closed connection without response
  16.  
  17. During handling of the above exception, another exception occurred:
  18.  
  19. Traceback (most recent call last):
  20. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 449, in send
  21. timeout=timeout
  22. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 720, in urlopen
  23. method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
  24. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\util\retry.py", line 400, in increment
  25. raise six.reraise(type(error), error, _stacktrace)
  26. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\packages\six.py", line 734, in reraise
  27. raise value.with_traceback(tb)
  28. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen
  29. chunked=chunked,
  30. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 421, in _make_request
  31. six.raise_from(e, None)
  32. File "<string>", line 3, in raise_from
  33. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connectionpool.py", line 416, in _make_request
  34. httplib_response = conn.getresponse()
  35. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\http\client.py", line 1321, in getresponse
  36. response.begin()
  37. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\http\client.py", line 296, in begin
  38. version, status, reason = self._read_status()
  39. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\http\client.py", line 265, in _read_status
  40. raise RemoteDisconnected("Remote end closed connection without"
  41. urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
  42.  
  43. During handling of the above exception, another exception occurred:
  44.  
  45. Traceback (most recent call last):
  46. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\pyotrs\lib.py", line 1883, in _send_request
  47. verify=self.https_verify)
  48. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\api.py", line 60, in request
  49. return session.request(method=method, url=url, **kwargs)
  50. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 533, in request
  51. resp = self.send(prep, **send_kwargs)
  52. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\sessions.py", line 646, in send
  53. r = adapter.send(request, **kwargs)
  54. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\requests\adapters.py", line 498, in send
  55. raise ConnectionError(err, request=request)
  56. requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
  57.  
  58. During handling of the above exception, another exception occurred:
  59.  
  60. Traceback (most recent call last):
  61. File "otrs_get.py", line 3, in <module>
  62. client.session_create()
  63. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\pyotrs\lib.py", line 1015, in session_create
  64. if not self._parse_and_validate_response(self._send_request(payload)):
  65. File "C:\Users\robert.keri\AppData\Local\Programs\Python\Python37\lib\site-packages\pyotrs\lib.py", line 1892, in _send_request
  66. "Error with http communication: {0}".format(err))
  67. pyotrs.lib.HTTPError: Failed to access OTRS. Check Hostname, Proxy, SSL Certificate!
  68. Error with http communication: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement