917. « i3blocks/blocks/datex % python disp-s.py Traceback (most recent call last): File "/home/isoraqathedh/dotfiles/fiventsu/.config/i3blocks/blocks/datex/disp-s.py", line 14, in asyncio.run(send_location(1, 2)) File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete return future.result() File "/home/isoraqathedh/dotfiles/fiventsu/.config/i3blocks/blocks/datex/disp-s.py", line 12, in send_location print((await reader.readline()).decode('utf8')) File "/usr/lib/python3.9/asyncio/streams.py", line 540, in readline line = await self.readuntil(sep) File "/usr/lib/python3.9/asyncio/streams.py", line 632, in readuntil await self._wait_for_data('readuntil') File "/usr/lib/python3.9/asyncio/streams.py", line 517, in _wait_for_data await self._waiter File "/usr/lib/python3.9/asyncio/selector_events.py", line 856, in _read_ready__data_received data = self._sock.recv(self.max_size) ConnectionResetError: [Errno 104] Connection reset by peer # Meanwhile, provider also has this error: Fatal error: protocol.get_buffer() call failed. protocol: transport: <_SelectorSocketTransport fd=7 read=polling write=> Traceback (most recent call last): File "/usr/lib/python3.9/asyncio/selector_events.py", line 821, in _read_ready__get_buffer if not len(buf): TypeError: object of type 'NoneType' has no len()