Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2019-12-16 23:28:06,163:ERROR:https://www.f420films.com/nerdaf-show?format=rss
- Traceback (most recent call last):
- File "rss_parser.py", line 146, in rss_downloader
- response = await httpx.get(rss, headers=headers, verify=False, timeout=timeout)
- File "C:\Python3\lib\site-packages\httpx\api.py", line 162, in get
- return await request(
- File "C:\Python3\lib\site-packages\httpx\api.py", line 87, in request
- return await client.request(
- File "C:\Python3\lib\site-packages\httpx\client.py", line 260, in request
- response = await self.send(
- File "C:\Python3\lib\site-packages\httpx\client.py", line 405, in send
- response = await self.send_handling_redirects(
- File "C:\Python3\lib\site-packages\httpx\client.py", line 469, in send_handling_redirects
- response = await self.send_single_request(
- File "C:\Python3\lib\site-packages\httpx\client.py", line 598, in send_single_request
- response = await dispatcher.send(
- File "C:\Python3\lib\site-packages\httpx\dispatch\connection_pool.py", line 126, in send
- raise exc
- File "C:\Python3\lib\site-packages\httpx\dispatch\connection_pool.py", line 120, in send
- response = await connection.send(
- File "C:\Python3\lib\site-packages\httpx\dispatch\connection.py", line 59, in send
- response = await self.h11_connection.send(request, timeout=timeout)
- File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 46, in send
- await self._send_request(request, timeout)
- File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 84, in _send_request
- await self._send_event(event, timeout)
- File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 115, in _send_event
- await self.socket.write(bytes_to_send, timeout)
- File "C:\Python3\lib\site-packages\httpx\concurrency\asyncio.py", line 175, in write
- await asyncio.wait_for( # type: ignore
- File "C:\Python3\lib\asyncio\tasks.py", line 483, in wait_for
- return fut.result()
- File "C:\Python3\lib\asyncio\streams.py", line 404, in drain
- await self._protocol._drain_helper()
- File "C:\Python3\lib\asyncio\streams.py", line 190, in _drain_helper
- raise ConnectionResetError('Connection lost')
- ConnectionResetError: Connection lost
- =====================================================================================================
- 2019-12-16 23:28:06,112:ERROR:https://12212conversationlane.wordpress.com/category/podcast/feed/
- Traceback (most recent call last):
- File "C:\Python3\lib\site-packages\h11\_state.py", line 249, in _fire_event_triggered_transitions
- new_state = EVENT_TRIGGERED_TRANSITIONS[role][state][event_type]
- KeyError: <class 'h11._events.ConnectionClosed'>
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 156, in _receive_event
- event = self.h11_state.next_event()
- File "C:\Python3\lib\site-packages\h11\_connection.py", line 439, in next_event
- exc._reraise_as_remote_protocol_error()
- File "C:\Python3\lib\site-packages\h11\_util.py", line 72, in _reraise_as_remote_protocol_error
- raise self
- File "C:\Python3\lib\site-packages\h11\_connection.py", line 422, in next_event
- self._process_event(self.their_role, event)
- File "C:\Python3\lib\site-packages\h11\_connection.py", line 238, in _process_event
- self._cstate.process_event(role, type(event), server_switch_event)
- File "C:\Python3\lib\site-packages\h11\_state.py", line 238, in process_event
- self._fire_event_triggered_transitions(role, event_type)
- File "C:\Python3\lib\site-packages\h11\_state.py", line 251, in _fire_event_triggered_transitions
- raise LocalProtocolError(
- h11._util.RemoteProtocolError: can't handle event type ConnectionClosed when role=SERVER and state=SEND_RESPONSE
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "rss_parser.py", line 146, in rss_downloader
- response = await httpx.get(rss, headers=headers, verify=False, timeout=timeout)
- File "C:\Python3\lib\site-packages\httpx\api.py", line 162, in get
- return await request(
- File "C:\Python3\lib\site-packages\httpx\api.py", line 87, in request
- return await client.request(
- File "C:\Python3\lib\site-packages\httpx\client.py", line 260, in request
- response = await self.send(
- File "C:\Python3\lib\site-packages\httpx\client.py", line 405, in send
- response = await self.send_handling_redirects(
- File "C:\Python3\lib\site-packages\httpx\client.py", line 469, in send_handling_redirects
- response = await self.send_single_request(
- File "C:\Python3\lib\site-packages\httpx\client.py", line 598, in send_single_request
- response = await dispatcher.send(
- File "C:\Python3\lib\site-packages\httpx\dispatch\connection_pool.py", line 126, in send
- raise exc
- File "C:\Python3\lib\site-packages\httpx\dispatch\connection_pool.py", line 120, in send
- response = await connection.send(
- File "C:\Python3\lib\site-packages\httpx\dispatch\connection.py", line 59, in send
- response = await self.h11_connection.send(request, timeout=timeout)
- File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 48, in send
- http_version, status_code, headers = await self._receive_response(timeout)
- File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 124, in _receive_response
- event = await self._receive_event(timeout)
- File "C:\Python3\lib\site-packages\httpx\dispatch\http11.py", line 165, in _receive_event
- raise ProtocolError(e)
- httpx.exceptions.ProtocolError: can't handle event type ConnectionClosed when role=SERVER and state=SEND_RESPONSE
- =====================================================================================================
- =====================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment