Skip to content

Instantly share code, notes, and snippets.

@climu
Created October 4, 2018 20:41
Show Gist options
  • Save climu/a8cc8214bab6253b46f3cbfe5125116f to your computer and use it in GitHub Desktop.
Save climu/a8cc8214bab6253b46f3cbfe5125116f to your computer and use it in GitHub Desktop.
climu@openstudyroom:~$ journalctl -xeu osr-bot
Hint: You are currently not seeing messages from other users and the system.
Users in groups 'adm', 'systemd-journal' can see all messages.
Pass -q to turn off this notice.
Oct 03 22:31:54 openstudyroom.org python[11344]: File "/home/climu/osr_bot/venv/lib/python3.5/site-packages/websockets/protocol.py", line 591, in read_data_frame
Oct 03 22:31:54 openstudyroom.org python[11344]: frame = yield from self.read_frame(max_size)
Oct 03 22:31:54 openstudyroom.org python[11344]: File "/home/climu/osr_bot/venv/lib/python3.5/site-packages/websockets/protocol.py", line 632, in read_frame
Oct 03 22:31:54 openstudyroom.org python[11344]: extensions=self.extensions,
Oct 03 22:31:54 openstudyroom.org python[11344]: File "/home/climu/osr_bot/venv/lib/python3.5/site-packages/websockets/framing.py", line 100, in read
Oct 03 22:31:54 openstudyroom.org python[11344]: data = yield from reader(2)
Oct 03 22:31:54 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/streams.py", line 668, in readexactly
Oct 03 22:31:54 openstudyroom.org python[11344]: yield from self._wait_for_data('readexactly')
Oct 03 22:31:54 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/streams.py", line 458, in _wait_for_data
Oct 03 22:31:54 openstudyroom.org python[11344]: yield from self._waiter
Oct 03 22:31:54 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
Oct 03 22:31:54 openstudyroom.org python[11344]: yield self # This tells Task to wait for completion.
Oct 03 22:31:54 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
Oct 03 22:31:54 openstudyroom.org python[11344]: future.result()
Oct 03 22:31:54 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
Oct 03 22:31:54 openstudyroom.org python[11344]: raise self._exception
Oct 03 22:31:54 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/selector_events.py", line 723, in _read_ready
Oct 03 22:31:54 openstudyroom.org python[11344]: data = self._sock.recv(self.max_size)
Oct 03 22:31:54 openstudyroom.org python[11344]: ConnectionResetError: [Errno 104] Connection reset by peer
Oct 03 22:53:57 openstudyroom.org python[11344]: Error in data transfer
Oct 03 22:53:57 openstudyroom.org python[11344]: Traceback (most recent call last):
Oct 03 22:53:57 openstudyroom.org python[11344]: File "/home/climu/osr_bot/venv/lib/python3.5/site-packages/websockets/protocol.py", line 496, in transfer_data
Oct 03 22:53:57 openstudyroom.org python[11344]: msg = yield from self.read_message()
Oct 03 22:53:57 openstudyroom.org python[11344]: File "/home/climu/osr_bot/venv/lib/python3.5/site-packages/websockets/protocol.py", line 526, in read_message
Oct 03 22:53:57 openstudyroom.org python[11344]: frame = yield from self.read_data_frame(max_size=self.max_size)
Oct 03 22:53:57 openstudyroom.org python[11344]: File "/home/climu/osr_bot/venv/lib/python3.5/site-packages/websockets/protocol.py", line 591, in read_data_frame
Oct 03 22:53:57 openstudyroom.org python[11344]: frame = yield from self.read_frame(max_size)
Oct 03 22:53:57 openstudyroom.org python[11344]: File "/home/climu/osr_bot/venv/lib/python3.5/site-packages/websockets/protocol.py", line 632, in read_frame
Oct 03 22:53:57 openstudyroom.org python[11344]: extensions=self.extensions,
Oct 03 22:53:57 openstudyroom.org python[11344]: File "/home/climu/osr_bot/venv/lib/python3.5/site-packages/websockets/framing.py", line 100, in read
Oct 03 22:53:57 openstudyroom.org python[11344]: data = yield from reader(2)
Oct 03 22:53:57 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/streams.py", line 668, in readexactly
Oct 03 22:53:57 openstudyroom.org python[11344]: yield from self._wait_for_data('readexactly')
Oct 03 22:53:57 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/streams.py", line 458, in _wait_for_data
Oct 03 22:53:57 openstudyroom.org python[11344]: yield from self._waiter
Oct 03 22:53:57 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
Oct 03 22:53:57 openstudyroom.org python[11344]: yield self # This tells Task to wait for completion.
Oct 03 22:53:57 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
Oct 03 22:53:57 openstudyroom.org python[11344]: future.result()
Oct 03 22:53:57 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
Oct 03 22:53:57 openstudyroom.org python[11344]: raise self._exception
Oct 03 22:53:57 openstudyroom.org python[11344]: File "/usr/lib/python3.5/asyncio/selector_events.py", line 723, in _read_ready
Oct 03 22:53:57 openstudyroom.org python[11344]: data = self._sock.recv(self.max_size)
Oct 03 22:53:57 openstudyroom.org python[11344]: ConnectionResetError: [Errno 104] Connection reset by peer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment