Guest User

Untitled

a guest
Dec 16th, 2019
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  1. 2019-12-16 23:28:06,163:ERROR:https://www.f420films.com/nerdaf-show?format=rss
  2. Traceback (most recent call last):
  3. File "rss_parser.py", line 146, in rss_downloader
  4. response = await httpx.get(rss, headers=headers, verify=False, timeout=timeout)
  5. File "C:\Python3\lib\site-packages\httpx\api.py", line 162, in get
  6. return await request(
  7. File "C:\Python3\lib\site-packages\httpx\api.py", line 87, in request
  8. return await client.request(
  9. File "C:\Python3\lib\site-packages\httpx\client.py", line 260, in request
  10. response = await self.send(
  11. File "C:\Python3\lib\site-packages\httpx\client.py", line 405, in send
  12. response = await self.send_handling_redirects(
  13. File "C:\Python3\lib\site-packages\httpx\client.py", line 469, in send_handling_redirects
  14. response = await self.send_single_request(
  15. File "C:\Python3\lib\site-packages\httpx\client.py", line 598, in send_single_request
  16. response = await dispatcher.send(
  17. File "C:\Python3\lib\site-packages\httpx\dispatch\connection_pool.py", line 126, in send
  18. raise exc
  19. File "C:\Python3\lib\site-packages\httpx\dispatch\connection_pool.py", line 120, in send
  20. response = await connection.send(
  21. File "C:\Python3\lib\site-packages\httpx\dispatch\connection.py", line 59, in send
  22. response = await self.h11_connection.send(request, timeout=timeout)
  23. File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 46, in send
  24. await self._send_request(request, timeout)
  25. File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 84, in _send_request
  26. await self._send_event(event, timeout)
  27. File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 115, in _send_event
  28. await self.socket.write(bytes_to_send, timeout)
  29. File "C:\Python3\lib\site-packages\httpx\concurrency\asyncio.py", line 175, in write
  30. await asyncio.wait_for( # type: ignore
  31. File "C:\Python3\lib\asyncio\tasks.py", line 483, in wait_for
  32. return fut.result()
  33. File "C:\Python3\lib\asyncio\streams.py", line 404, in drain
  34. await self._protocol._drain_helper()
  35. File "C:\Python3\lib\asyncio\streams.py", line 190, in _drain_helper
  36. raise ConnectionResetError('Connection lost')
  37. ConnectionResetError: Connection lost
  38.  
  39. =====================================================================================================
  40.  
  41. 2019-12-16 23:28:06,112:ERROR:https://12212conversationlane.wordpress.com/category/podcast/feed/
  42. Traceback (most recent call last):
  43. File "C:\Python3\lib\site-packages\h11\_state.py", line 249, in _fire_event_triggered_transitions
  44. new_state = EVENT_TRIGGERED_TRANSITIONS[role][state][event_type]
  45. KeyError: <class 'h11._events.ConnectionClosed'>
  46.  
  47. During handling of the above exception, another exception occurred:
  48.  
  49. Traceback (most recent call last):
  50. File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 156, in _receive_event
  51. event = self.h11_state.next_event()
  52. File "C:\Python3\lib\site-packages\h11\_connection.py", line 439, in next_event
  53. exc._reraise_as_remote_protocol_error()
  54. File "C:\Python3\lib\site-packages\h11\_util.py", line 72, in _reraise_as_remote_protocol_error
  55. raise self
  56. File "C:\Python3\lib\site-packages\h11\_connection.py", line 422, in next_event
  57. self._process_event(self.their_role, event)
  58. File "C:\Python3\lib\site-packages\h11\_connection.py", line 238, in _process_event
  59. self._cstate.process_event(role, type(event), server_switch_event)
  60. File "C:\Python3\lib\site-packages\h11\_state.py", line 238, in process_event
  61. self._fire_event_triggered_transitions(role, event_type)
  62. File "C:\Python3\lib\site-packages\h11\_state.py", line 251, in _fire_event_triggered_transitions
  63. raise LocalProtocolError(
  64. h11._util.RemoteProtocolError: can't handle event type ConnectionClosed when role=SERVER and state=SEND_RESPONSE
  65.  
  66. During handling of the above exception, another exception occurred:
  67.  
  68. Traceback (most recent call last):
  69. File "rss_parser.py", line 146, in rss_downloader
  70. response = await httpx.get(rss, headers=headers, verify=False, timeout=timeout)
  71. File "C:\Python3\lib\site-packages\httpx\api.py", line 162, in get
  72. return await request(
  73. File "C:\Python3\lib\site-packages\httpx\api.py", line 87, in request
  74. return await client.request(
  75. File "C:\Python3\lib\site-packages\httpx\client.py", line 260, in request
  76. response = await self.send(
  77. File "C:\Python3\lib\site-packages\httpx\client.py", line 405, in send
  78. response = await self.send_handling_redirects(
  79. File "C:\Python3\lib\site-packages\httpx\client.py", line 469, in send_handling_redirects
  80. response = await self.send_single_request(
  81. File "C:\Python3\lib\site-packages\httpx\client.py", line 598, in send_single_request
  82. response = await dispatcher.send(
  83. File "C:\Python3\lib\site-packages\httpx\dispatch\connection_pool.py", line 126, in send
  84. raise exc
  85. File "C:\Python3\lib\site-packages\httpx\dispatch\connection_pool.py", line 120, in send
  86. response = await connection.send(
  87. File "C:\Python3\lib\site-packages\httpx\dispatch\connection.py", line 59, in send
  88. response = await self.h11_connection.send(request, timeout=timeout)
  89. File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 48, in send
  90. http_version, status_code, headers = await self._receive_response(timeout)
  91. File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 124, in _receive_response
  92. event = await self._receive_event(timeout)
  93. File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 165, in _receive_event
  94. raise ProtocolError(e)
  95. httpx.exceptions.ProtocolError: can't handle event type ConnectionClosed when role=SERVER and state=SEND_RESPONSE
  96.  
  97. =====================================================================================================
  98.  
  99.  
  100.  
  101. =====================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment