From 221067e1815791aba2754046981394c2e16ce565 Mon Sep 17 00:00:00 2001 From: Rike-Benjamin Schuppner Date: Fri, 22 May 2015 13:40:49 +0200 Subject: [PATCH 1/5] WIP: Tornado-based IPython version. --- Pelita.ipynb | 15254 ++++++++++++++++ pelita/ipython/__init__.py | 152 + pelita/ipython/_static/index.html | 59 + pelita/ipython/_static/pelita-canvas.coffee | 118 + .../ipython/_static/processing-1.3.6.min.js | 13 + pelita/ipython/index.html | 0 6 files changed, 15596 insertions(+) create mode 100644 Pelita.ipynb create mode 100644 pelita/ipython/__init__.py create mode 100644 pelita/ipython/_static/index.html create mode 100644 pelita/ipython/_static/pelita-canvas.coffee create mode 100644 pelita/ipython/_static/processing-1.3.6.min.js create mode 100644 pelita/ipython/index.html diff --git a/Pelita.ipynb b/Pelita.ipynb new file mode 100644 index 000000000..a90658eb1 --- /dev/null +++ b/Pelita.ipynb @@ -0,0 +1,15254 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "%load_ext autoreload\n", + "%autoreload 2" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "import pelita.ipython" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Listening on 0.0.0.0, port 51785\n" + ] + } + ], + "source": [ + "application, sockets = pelita.ipython.printit()" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "'ipc:///tmp/pelita.139668139983872'" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "WARNING:tornado.access:404 GET /favicon.ico (127.0.0.1) 8.05ms\n" + ] + } + ], + "source": [ + "application.path" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": { + "collapsed": false, + "scrolled": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "WebSocket closed\n", + "http://0.0.0.0:51785/static/index.html\n" + ] + }, + { + "data": { + "text/html": [ + "\n", + " \n", + " " + ], + "text/plain": [ + "" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "from IPython.display import IFrame\n", + "url = \"http://%s:%i/static/index.html\" % sockets[0].getsockname()\n", + "print(url)\n", + "IFrame(url, width=600, height=300)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "WebSocket opened\n" + ] + } + ], + "source": [ + "from subprocess import Popen" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "WebSocket opened\n" + ] + }, + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n", + "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", + "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", + "Traceback (most recent call last):\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", + " raise_exc_info((type, value, traceback))\n", + " File \"\", line 3, in raise_exc_info\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", + " ret = fn(*args, **kwargs)\n", + " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", + " self.write_message(data_json)\n", + " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", + " raise WebSocketClosedError()\n", + "tornado.websocket.WebSocketClosedError\n" + ] + } + ], + "source": [ + "Popen([\"/home/schuppner/Projects/pelita/pelitagame\", \"--null\", \"--publish\", application.path])" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Listening on 0.0.0.0, port 36979\n" + ] + } + ], + "source": [ + "application2, sockets2 = pelita.ipython.printit()" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/html": [ + "\n", + " \n", + " " + ], + "text/plain": [ + "" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "IFrame(\"http://%s:%i/static/index.html\" % sockets2[0].getsockname(), width=800, height=500)" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 16, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "Popen([\"/home/schuppner/Projects/pelita/pelitagame\", \"--null\", \"--publish\", application2.path])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.4.2" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/pelita/ipython/__init__.py b/pelita/ipython/__init__.py new file mode 100644 index 000000000..79729c892 --- /dev/null +++ b/pelita/ipython/__init__.py @@ -0,0 +1,152 @@ +# -*- coding: utf-8 -*- + +import tornado.websocket +import tornado.httpserver +import tornado.ioloop +import tornado.netutil +import tornado.web + +import socket + +import zmq +from zmq.eventloop.zmqstream import ZMQStream + +from IPython.core.display import HTML +import os + +from ..messaging.json_convert import json_converter +from ..datamodel import Wall, Food + +import json + +class WebWrapper: + def __init__(self): + pass + + def show(self): + pass + + + +class ZMQPubSub: + def __init__(self, callback): + self.callback = callback + + def connect(self, path): + self.context = zmq.Context() + self.socket = self.context.socket(zmq.SUB) + self.socket.connect(path) + self.stream = ZMQStream(self.socket) + self.stream.on_recv(self.callback) + + def subscribe(self, channel_id): + self.socket.setsockopt_string(zmq.SUBSCRIBE, "") + +class Application(tornado.web.Application): + def __init__(self): + self.path = 'ipc:///tmp/pelita.%i' % id(self) + handlers = [ + (r"/", HomePageHandler), + (r"/static/(.*)", tornado.web.StaticFileHandler, {'path': os.path.join(os.path.dirname(__file__), '_static')}), + (r"/ws-echo", EchoWebSocket, {'path': self.path}) + ] + tornado.web.Application.__init__(self, handlers, debug=True) + +# Handle the home page/index request. +# @route("/"). +class HomePageHandler(tornado.web.RequestHandler): + def get(self): + # self.render("index.html") + self.render_string("index.html") + self.write("hi") + +class EchoWebSocket(tornado.websocket.WebSocketHandler): + + + def initialize(self, path): + self.path = path + self._walls = None + + def check_origin(self, origin): + return True + + def open(self): + self.pubsub = ZMQPubSub(self.on_data) + self.pubsub.connect(self.path) + self.pubsub.subscribe("") + + print("WebSocket opened") + + def on_message(self, message): + pass + # self.write_message(u"You said: " + message) + + def on_close(self): + print("WebSocket closed") + + def on_data(self, data): + msg_objs = json_converter.loads(data[0].decode()) + + data = msg_objs.get("__data__") or {} + + universe = data.get("universe") + game_state = data.get("game_state") + if universe: + + self._walls = [] + for y in range(universe.maze.height): + for x in range(universe.maze.width): + if Wall in universe.maze[x, y]: + self._walls.append("#") + elif Food in universe.maze[x, y]: + self._walls.append(".") + else: + self._walls.append(" ") + + self._walls = "".join(self._walls) + + food = [] + for x in range(universe.maze.width): + col = [] + for y in range(universe.maze.height): + col += [Food in universe.maze[x, y]] + food.append(col) + + width = universe.maze.width + height = universe.maze.height + + bots = [] + for bot in universe.bots: + bot_data = bot.current_pos + bots.append(bot_data) + + teams = [{"name": t.name, "score": t.score} for t in universe.teams] + + data = {'walls': self._walls, + 'width': width, + 'height': height, + 'bots': bots, + 'food': food, + 'teams': teams, + 'state': game_state + } + data_json = json.dumps(data) + # print data_json + self.write_message(data_json) + + +IFRAME = """ + +""" + +def printit(): + application = Application() + sockets = tornado.netutil.bind_sockets(0, '', family=socket.AF_INET) + server = tornado.httpserver.HTTPServer(application) + server.add_sockets(sockets) + + for s in sockets: + print('Listening on %s, port %d' % s.getsockname()[:2]) + +# tornado.ioloop.IOLoop.current().start() + return application, sockets diff --git a/pelita/ipython/_static/index.html b/pelita/ipython/_static/index.html new file mode 100644 index 000000000..8a5385b7c --- /dev/null +++ b/pelita/ipython/_static/index.html @@ -0,0 +1,59 @@ + + + Pelita + + + + + + +
+ +
+
+

Team A : Team B

+

Score A : Score B

+
+ +
+ + +
+ + diff --git a/pelita/ipython/_static/pelita-canvas.coffee b/pelita/ipython/_static/pelita-canvas.coffee new file mode 100644 index 000000000..8d8bfd795 --- /dev/null +++ b/pelita/ipython/_static/pelita-canvas.coffee @@ -0,0 +1,118 @@ + +CanvasRenderingContext2D::roundRect = (x, y, w, h, r) -> + r = w / 2 if (w < 2 * r) + r = h / 2 if (h < 2 * r) + this.beginPath() + this.moveTo(x+r, y) + this.arcTo(x+w, y, x+w, y+h, r) + this.arcTo(x+w, y+h, x, y+h, r) + this.arcTo(x, y+h, x, y, r) + this.arcTo(x, y, x+w, y, r) + this.closePath() + this + + +this.Maze = class Maze + + constructor: (@canvas, @width, @height, @maze, @bot_positions) -> + #@width ?= @canvas.data("maze-width") + #@height ?= @canvas.data("maze-height") + #@maze ?= @canvas.data("maze-walls") + #@bot_positions ?= @canvas.data("maze-bot-positions") + + @canvas.data("maze-width", @width) + @canvas.data("maze-height", @height) + @canvas.data("maze-walls", @maze) + @canvas.data("maze-bot-positions", @bot_positions) + + @ctx = @canvas[0].getContext "2d" + + @defaultScale = 12 + + @scale = @canvas[0].height / @height + + @ctx.fillStyle = '#FFEECC' + @ctx.fillRect(0, 0, @width * @scale, @height * @scale) + + @ctx.strokeStyle = '#fa00ff' + @ctx.lineWidth = 5 + @ctx.lineCap = 'round' + + @ctx.fillStyle = "#44BBDD" # "rgba(0, 0, 255, .5)" + + scaleX: (x) -> + @scale + @scale * x + + scaleY: (y) -> + @scale + @scale * y + + get_wall: (i, j) -> + return false if i < 0 or j < 0 or i >= @width or j >= @height + "#" in @maze[j * @width + i] + + line_to: (x, y, x2, y2) -> + #@ctx.roundRect(x1, y1, x2, y2, 1) + w = x2 - x + h = y2 - y + r = 2 + r = w / 2 if (w < 2 * r) + r = h / 2 if (h < 2 * r) + @ctx.beginPath() + @ctx.moveTo(x+r, y) + @ctx.arcTo(x+w, y, x+w, y+h, r) + @ctx.arcTo(x+w, y+h, x, y+h, r) + @ctx.arcTo(x, y+h, x, y, r) + @ctx.arcTo(x, y, x+w, y, r) + @ctx.closePath() + @ctx + + draw_food: (i, j) -> + @ctx.save() + @ctx.lineWidth = @scale / 12 + @ctx.fillStyle = '#ee8811' #'#FF7766' + @ctx.strokeStyle = '#ee8811' # '#FF7766' + @ctx.beginPath() + @ctx.arc((i + 0.5) * @scale, (j + 0.5) * @scale, @scale / 4.0, 0 , 2 * Math.PI, false) + @ctx.fill() + #@ctx.stroke() + @ctx.closePath() + @ctx.restore() + @ctx + + draw_bot: (idx, i, j) -> + @ctx.save() + @ctx.lineWidth = @scale / 6 + @ctx.fillStyle = '#FFEECC' #'#FF7766' + if idx % 2 == 0 + @ctx.strokeStyle = '#44BBDD' + else + @ctx.strokeStyle = '#FF7766' + # @ctx.strokeStyle = '#FF7766' + @ctx.beginPath() + @ctx.arc((i + 0.5) * @scale, (j + 0.5) * @scale, @scale / 3.0, 0 , 2 * Math.PI, false) + @ctx.fill() + @ctx.stroke() + @ctx.closePath() + @ctx.restore() + @ctx + + draw: -> + if @bot_positions + for bot, idx in @bot_positions + @draw_bot(idx, bot...) + for i in [0 ... @width] + if i < @width / 2 + @ctx.fillStyle = '#44BBDD' + else + @ctx.fillStyle = '#FF7766' + for j in [0 ... @height] + if @get_wall(i, j) + #@ctx.roundRect(i * @scale, j * @scale, @scale, @scale, 2) + #@ctx.fill() + @ctx.fillRect(i * @scale, j * @scale, @scale, @scale) + if "." in @maze[j * @width + i] + @draw_food(i, j) + return + +this.createMaze = (args...) -> + new Maze(args...).draw() diff --git a/pelita/ipython/_static/processing-1.3.6.min.js b/pelita/ipython/_static/processing-1.3.6.min.js new file mode 100644 index 000000000..fc5e794e4 --- /dev/null +++ b/pelita/ipython/_static/processing-1.3.6.min.js @@ -0,0 +1,13 @@ +/*** + + P R O C E S S I N G . J S - 1.3.6 + a port of the Processing visualization language + + Processing.js is licensed under the MIT License, see LICENSE. + For a list of copyright holders, please refer to AUTHORS. + + http://processingjs.org + +***/ + +(function(B,d,o,r){var E=function(){};var q=function(){if("console" in B){return function(L){B.console.log("Processing.js: "+L)}}return E()}();var u=function(L){var M=new XMLHttpRequest;M.open("GET",L,false);if(M.overrideMimeType){M.overrideMimeType("text/plain")}M.setRequestHeader("If-Modified-Since","Fri, 01 Jan 1960 00:00:00 GMT");M.send(null);if(M.status!==200&&M.status!==0){throw"XMLHttpRequest failed, status code "+M.status}return M.responseText};var l="document" in this&&!("fake" in this.document);d.head=d.head||d.getElementsByTagName("head")[0];function A(L,M){if(L in B){return B[L]}if(typeof B[M]==="function"){return B[M]}return function(O){if(O instanceof Array){return O}if(typeof O==="number"){var N=[];N.length=O;return N}}}var e=A("Float32Array","WebGLFloatArray"),I=A("Int32Array","WebGLIntArray"),w=A("Uint16Array","WebGLUnsignedShortArray"),b=A("Uint8Array","WebGLUnsignedByteArray");var z={X:0,Y:1,Z:2,R:3,G:4,B:5,A:6,U:7,V:8,NX:9,NY:10,NZ:11,EDGE:12,SR:13,SG:14,SB:15,SA:16,SW:17,TX:18,TY:19,TZ:20,VX:21,VY:22,VZ:23,VW:24,AR:25,AG:26,AB:27,DR:3,DG:4,DB:5,DA:6,SPR:28,SPG:29,SPB:30,SHINE:31,ER:32,EG:33,EB:34,BEEN_LIT:35,VERTEX_FIELD_COUNT:36,P2D:1,JAVA2D:1,WEBGL:2,P3D:2,OPENGL:2,PDF:0,DXF:0,OTHER:0,WINDOWS:1,MAXOSX:2,LINUX:3,EPSILON:0.0001,MAX_FLOAT:3.4028235e+38,MIN_FLOAT:-3.4028235e+38,MAX_INT:2147483647,MIN_INT:-2147483648,PI:o.PI,TWO_PI:2*o.PI,HALF_PI:o.PI/2,THIRD_PI:o.PI/3,QUARTER_PI:o.PI/4,DEG_TO_RAD:o.PI/180,RAD_TO_DEG:180/o.PI,WHITESPACE:" \t\n\r\u000c\u00a0",RGB:1,ARGB:2,HSB:3,ALPHA:4,CMYK:5,TIFF:0,TARGA:1,JPEG:2,GIF:3,BLUR:11,GRAY:12,INVERT:13,OPAQUE:14,POSTERIZE:15,THRESHOLD:16,ERODE:17,DILATE:18,REPLACE:0,BLEND:1<<0,ADD:1<<1,SUBTRACT:1<<2,LIGHTEST:1<<3,DARKEST:1<<4,DIFFERENCE:1<<5,EXCLUSION:1<<6,MULTIPLY:1<<7,SCREEN:1<<8,OVERLAY:1<<9,HARD_LIGHT:1<<10,SOFT_LIGHT:1<<11,DODGE:1<<12,BURN:1<<13,ALPHA_MASK:4278190080,RED_MASK:16711680,GREEN_MASK:65280,BLUE_MASK:255,CUSTOM:0,ORTHOGRAPHIC:2,PERSPECTIVE:3,POINT:2,POINTS:2,LINE:4,LINES:4,TRIANGLE:8,TRIANGLES:9,TRIANGLE_STRIP:10,TRIANGLE_FAN:11,QUAD:16,QUADS:16,QUAD_STRIP:17,POLYGON:20,PATH:21,RECT:30,ELLIPSE:31,ARC:32,SPHERE:40,BOX:41,GROUP:0,PRIMITIVE:1,GEOMETRY:3,VERTEX:0,BEZIER_VERTEX:1,CURVE_VERTEX:2,BREAK:3,CLOSESHAPE:4,OPEN:1,CLOSE:2,CORNER:0,CORNERS:1,RADIUS:2,CENTER_RADIUS:2,CENTER:3,DIAMETER:3,CENTER_DIAMETER:3,BASELINE:0,TOP:101,BOTTOM:102,NORMAL:1,NORMALIZED:1,IMAGE:2,MODEL:4,SHAPE:5,SQUARE:"butt",ROUND:"round",PROJECT:"square",MITER:"miter",BEVEL:"bevel",AMBIENT:0,DIRECTIONAL:1,SPOT:3,BACKSPACE:8,TAB:9,ENTER:10,RETURN:13,ESC:27,DELETE:127,CODED:65535,SHIFT:16,CONTROL:17,ALT:18,CAPSLK:20,PGUP:33,PGDN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLK:144,META:157,INSERT:155,ARROW:"default",CROSS:"crosshair",HAND:"pointer",MOVE:"move",TEXT:"text",WAIT:"wait",NOCURSOR:"url('data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='), auto",DISABLE_OPENGL_2X_SMOOTH:1,ENABLE_OPENGL_2X_SMOOTH:-1,ENABLE_OPENGL_4X_SMOOTH:2,ENABLE_NATIVE_FONTS:3,DISABLE_DEPTH_TEST:4,ENABLE_DEPTH_TEST:-4,ENABLE_DEPTH_SORT:5,DISABLE_DEPTH_SORT:-5,DISABLE_OPENGL_ERROR_REPORT:6,ENABLE_OPENGL_ERROR_REPORT:-6,ENABLE_ACCURATE_TEXTURES:7,DISABLE_ACCURATE_TEXTURES:-7,HINT_COUNT:10,SINCOS_LENGTH:720,PRECISIONB:15,PRECISIONF:1<<15,PREC_MAXVAL:(1<<15)-1,PREC_ALPHA_SHIFT:24-15,PREC_RED_SHIFT:16-15,NORMAL_MODE_AUTO:0,NORMAL_MODE_SHAPE:1,NORMAL_MODE_VERTEX:2,MAX_LIGHTS:8};function h(N){if(typeof N==="string"){var M=0;for(var L=0;L0&&typeof arguments[0]!=="number"){N=arguments[0].toArray()}else{N=[];N.length=0|arguments[0]}}this.get=function(O){return N[O]};this.contains=function(O){return this.indexOf(O)>-1};this.indexOf=function(Q){for(var P=0,O=N.length;P=0&&O<=N.length){N.splice(O,0,arguments[1])}else{throw O+" is not a valid index"}}else{throw typeof O+" is not a number"}}else{throw"Please use the proper number of parameters."}}};this.addAll=function(P,O){var Q;if(typeof P==="number"){if(P<0||P>N.length){throw"Index out of bounds for addAll: "+P+" greater or equal than "+N.length}Q=new m(O);while(Q.hasNext()){N.splice(P++,0,Q.next())}}else{Q=new m(P);while(Q.hasNext()){N.push(Q.next())}}};this.set=function(){if(arguments.length===2){var O=arguments[0];if(typeof O==="number"){if(O>=0&&O-1){N.splice(O,1);return true}return false};this.isEmpty=function(){return !N.length};this.clone=function(){return new L(this)};this.toArray=function(){return N.slice(0)};this.iterator=function(){return new M(N)}}return L}();var v=function(){function L(){if(arguments.length===1&&arguments[0] instanceof L){return arguments[0].clone()}var U=arguments.length>0?arguments[0]:16;var V=arguments.length>1?arguments[1]:0.75;var O=[];O.length=U;var Q=0;var M=this;function S(X){var W=h(X)%O.length;return W<0?O.length+W:W}function P(){if(Q<=V*O.length){return}var Z=[];for(var Y=0;Y=O.length){Y=true}else{if(O[W]===r||Z>=O[W].length){Z=-1;++W}else{return}}}}this.hasNext=function(){return !Y};this.next=function(){var ac=aa(O[W][Z]);X();return ac};this.remove=function(){ab(this.next());--Z};X()}function T(W,X,Y){this.clear=function(){M.clear()};this.contains=function(Z){return X(Z)};this.containsAll=function(aa){var Z=aa.iterator();while(Z.hasNext()){if(!this.contains(Z.next())){return false}}return true};this.isEmpty=function(){return M.isEmpty()};this.iterator=function(){return new N(W,Y)};this.remove=function(Z){if(this.contains(Z)){Y(Z);return true}return false};this.removeAll=function(ac){var Z=ac.iterator();var ab=false;while(Z.hasNext()){var aa=Z.next();if(this.contains(aa)){Y(aa);ab=true}}return true};this.retainAll=function(ad){var ab=this.iterator();var aa=[];while(ab.hasNext()){var ac=ab.next();if(!ad.contains(ac)){aa.push(ac)}}for(var Z=0;Z0};this.size=function(){return M.size()};this.toArray=function(){var Z=[];var aa=this.iterator();while(aa.hasNext()){Z.push(aa.next())}return Z}}function R(W){this._isIn=function(X){return X===M&&W.removed===r};this.equals=function(X){return p(W.key,X.getKey())};this.getKey=function(){return W.key};this.getValue=function(){return W.value};this.hashCode=function(X){return h(W.key)};this.setValue=function(Y){var X=W.value;W.value=Y;return X}}this.clear=function(){Q=0;O=[];O.length=U};this.clone=function(){var W=new L;W.putAll(this);return W};this.containsKey=function(Y){var W=S(Y);var Z=O[W];if(Z===r){return false}for(var X=0;X1){aa.splice(X,1)}else{O[W]=r}return Z}}return null};this.removeByValue=function(Y){var aa,X,W,Z;for(aa in O){if(O.hasOwnProperty(aa)){for(X=0,W=O[aa].length;X0){this.div(O)}},limit:function(O){if(this.mag()>O){this.normalize();this.mult(O)}},heading2D:function(){return -o.atan2(-this.y,this.x)},toString:function(){return"["+this.x+", "+this.y+", "+this.z+"]"},array:function(){return[this.x,this.y,this.z]}};function M(O){return function(R,Q){var P=R.get();P[O](Q);return P}}for(var N in L.prototype){if(L.prototype.hasOwnProperty(N)&&!L.hasOwnProperty(N)){L[N]=M(N)}}return L}();function K(){}K.prototype=z;var g=new K;g.ArrayList=f;g.HashMap=v;g.PVector=y;g.ObjectIterator=m;g.PConstants=z;g.defineProperty=function(M,L,N){if("defineProperty" in Object){Object.defineProperty(M,L,N)}else{if(N.hasOwnProperty("get")){M.__defineGetter__(L,N.get)}if(N.hasOwnProperty("set")){M.__defineSetter__(L,N.set)}}};function i(O,N){function P(Q){g.defineProperty(O,Q,{get:function(){return N[Q]},set:function(R){N[Q]=R},enumerable:true})}var M=[];for(var L in N){if(typeof N[L]==="function"){if(!O.hasOwnProperty(L)){O[L]=N[L]}}else{if(L.charAt(0)!=="$"&&!(L in O)){M.push(L)}}}while(M.length>0){P(M.shift())}}g.extendClassChain=function(M){var N=[M];for(var L=M.$upcast;L;L=L.$upcast){i(L,M);N.push(L);M=L}while(N.length>0){N.pop().$self=M}};g.extendStaticMembers=function(L,M){i(L,M)};g.extendInterfaceMembers=function(L,M){i(L,M)};g.addMethod=function(O,N,Q,P){if(O[N]){var M=Q.length,L=O[N];O[N]=function(){if(arguments.length===M){return Q.apply(this,arguments)}return L.apply(this,arguments)}}else{O[N]=Q}};g.createJavaArray=function(P,Q){var M=null;if(typeof Q[0]==="number"){var L=0|Q[0];if(Q.length<=1){M=[];M.length=L;for(var O=0;O"+aa;d.body.appendChild(R);var S=L.width,Z=L.height,T=Z/2;W.fillStyle="white";W.fillRect(0,0,S,Z);W.fillStyle="black";W.fillText(aa,0,T);var N=W.getImageData(0,0,S,Z).data;var X=0,Q=S*4,Y=N.length;while(++X0&&N[X]===255){E()}var ab=o.round(X/Q);V.ascent=ac*(T-P);V.descent=ac*(ab-T);if(d.defaultView.getComputedStyle){var M=d.defaultView.getComputedStyle(R,null).getPropertyValue("height");M=ac*M.replace("px","");if(M>=V.size*2){V.leading=o.round(M/2)}}d.body.removeChild(R)}function F(L,M){if(L===r){L=""}this.name=L;if(M===r){M=0}this.size=M;this.glyph=false;this.ascent=0;this.descent=0;this.leading=1.2*M;var P=L.indexOf(" Italic Bold");if(P!==-1){L=L.substring(0,P)}this.style="normal";var O=L.indexOf(" Italic");if(O!==-1){L=L.substring(0,O);this.style="italic"}this.weight="normal";var N=L.indexOf(" Bold");if(N!==-1){L=L.substring(0,N);this.weight="bold"}this.family="sans-serif";if(L!==r){switch(L){case"sans-serif":case"serif":case"monospace":case"fantasy":case"cursive":this.family=L;break;default:this.family='"'+L+'", sans-serif';break}}this.context2d=null;n(this);this.css=this.getCSSDefinition();this.context2d.font=this.css}F.prototype.getCSSDefinition=function(N,L){if(N===r){N=this.size+"px"}if(L===r){L=this.leading+"px"}var M=[this.style,"normal",this.weight,N+"/"+L,this.family];return M.join(" ")};F.prototype.measureTextWidth=function(L){return this.context2d.measureText(L).width};F.PFontCache={};F.get=function(N,O){var M=F.PFontCache;var L=N+"/"+O;if(!M[L]){M[L]=new F(N,O)}return M[L]};F.list=function(){return["sans-serif","serif","monospace","fantasy","cursive"]};F.preloading={template:{},initialized:false,initialize:function(){var N=function(){var P="#E3KAI2wAgT1MvMg7Eo3VmNtYX7ABi3CxnbHlm7Abw3kaGVhZ7ACs3OGhoZWE7A53CRobXR47AY3AGbG9jYQ7G03Bm1heH7ABC3CBuYW1l7Ae3AgcG9zd7AI3AE#B3AQ2kgTY18PPPUACwAg3ALSRoo3#yld0xg32QAB77#E777773B#E3C#I#Q77773E#Q7777777772CMAIw7AB77732B#M#Q3wAB#g3B#E#E2BB//82BB////w#B7#gAEg3E77x2B32B#E#Q#MTcBAQ32gAe#M#QQJ#E32M#QQJ#I#g32Q77#";var O=function(Q){return"AAAAAAAA".substr(~~Q?7-Q:6)};return P.replace(/[#237]/g,O)};var L=d.createElement("style");L.setAttribute("type","text/css");L.innerHTML='@font-face {\n font-family: "PjsEmptyFont";\n src: url(\'data:application/x-font-ttf;base64,'+N()+"')\n format('truetype');\n}";d.head.appendChild(L);var M=d.createElement("span");M.style.cssText='position: absolute; top: 0; left: 0; opacity: 0; font-family: "PjsEmptyFont", fantasy;';M.innerHTML="AAAAAAAA";d.body.appendChild(M);this.template=M;this.initialized=true},getElementWidth:function(L){return d.defaultView.getComputedStyle(L,"").getPropertyValue("width")},timeAttempted:0,pending:function(P){if(!this.initialized){this.initialize()}var N,L,O=this.getElementWidth(this.template);for(var M=0;M cos( light.angle ) ) { spotAttenuation = pow( spotDot, light.concentration ); } else{ spotAttenuation = 0.0; } attenuation *= spotAttenuation;")+" float nDotVP = max( 0.0, dot( vertNormal, VP )); vec3 halfVector = normalize( VP - normalize(ecPos) ); float nDotHV = max( 0.0, dot( vertNormal, halfVector )); if( nDotVP == 0.0 ) { powerfactor = 0.0; } else { powerfactor = pow( nDotHV, shininess ); } spec += specular * powerfactor * attenuation; col += light.color * nDotVP * attenuation;}void main(void) { vec3 finalAmbient = vec3( 0.0, 0.0, 0.0 ); vec3 finalDiffuse = vec3( 0.0, 0.0, 0.0 ); vec3 finalSpecular = vec3( 0.0, 0.0, 0.0 ); vec4 col = color; if(color[0] == -1.0){ col = aColor; } vec3 norm = normalize(vec3( normalTransform * vec4( Normal, 0.0 ) )); vec4 ecPos4 = view * model * vec4(Vertex,1.0); vec3 ecPos = (vec3(ecPos4))/ecPos4.w; if( lightCount == 0 ) { frontColor = col + vec4(mat_specular,1.0); } else { for( int i = 0; i < 8; i++ ) { Light l = getLight(i); if( i >= lightCount ){ break; } if( l.type == 0 ) { AmbientLight( finalAmbient, ecPos, l ); } else if( l.type == 1 ) { DirectionalLight( finalDiffuse, finalSpecular, norm, ecPos, l ); } else if( l.type == 2 ) { PointLight( finalDiffuse, finalSpecular, norm, ecPos, l ); } else { SpotLight( finalDiffuse, finalSpecular, norm, ecPos, l ); } } if( usingMat == false ) { frontColor = vec4( vec3(col) * finalAmbient + vec3(col) * finalDiffuse + vec3(col) * finalSpecular, col[3] ); } else{ frontColor = vec4( mat_emissive + (vec3(col) * mat_ambient * finalAmbient) + (vec3(col) * finalDiffuse) + (mat_specular * finalSpecular), col[3] ); } } vTexture.xy = aTexture.xy; gl_Position = projection * view * model * vec4( Vertex, 1.0 );}";var bH="#ifdef GL_ES\nprecision highp float;\n#endif\nvarying vec4 frontColor;uniform sampler2D sampler;uniform bool usingTexture;varying vec2 vTexture;void main(void){ if(usingTexture){ gl_FragColor = vec4(texture2D(sampler, vTexture.xy)) * frontColor; } else{ gl_FragColor = frontColor; }}";function dY(d9,d8,eb,ea){var d7=dz.locations[d9];if(d7===r){d7=d4.getUniformLocation(d8,eb);dz.locations[d9]=d7}if(d7!==null){if(ea.length===4){d4.uniform4fv(d7,ea)}else{if(ea.length===3){d4.uniform3fv(d7,ea)}else{if(ea.length===2){d4.uniform2fv(d7,ea)}else{d4.uniform1f(d7,ea)}}}}}function dV(d9,d8,eb,ea){var d7=dz.locations[d9];if(d7===r){d7=d4.getUniformLocation(d8,eb);dz.locations[d9]=d7}if(d7!==null){if(ea.length===4){d4.uniform4iv(d7,ea)}else{if(ea.length===3){d4.uniform3iv(d7,ea)}else{if(ea.length===2){d4.uniform2iv(d7,ea)}else{d4.uniform1i(d7,ea)}}}}}function a5(eb,d9,ec,ea,d8){var d7=dz.locations[eb];if(d7===r){d7=d4.getUniformLocation(d9,ec);dz.locations[eb]=d7}if(d7!==-1){if(d8.length===16){d4.uniformMatrix4fv(d7,ea,d8)}else{if(d8.length===9){d4.uniformMatrix3fv(d7,ea,d8)}else{d4.uniformMatrix2fv(d7,ea,d8)}}}}function db(eb,d9,ec,d8,ea){var d7=dz.attributes[eb];if(d7===r){d7=d4.getAttribLocation(d9,ec);dz.attributes[eb]=d7}if(d7!==-1){d4.bindBuffer(d4.ARRAY_BUFFER,ea);d4.vertexAttribPointer(d7,d8,d4.FLOAT,false,0,0);d4.enableVertexAttribArray(d7)}}function cf(d9,d8,ea){var d7=dz.attributes[d9];if(d7===r){d7=d4.getAttribLocation(d8,ea);dz.attributes[d9]=d7}if(d7!==-1){d4.disableVertexAttribArray(d7)}}var bC=function(d9,eb,d8){var ec=d9.createShader(d9.VERTEX_SHADER);d9.shaderSource(ec,eb);d9.compileShader(ec);if(!d9.getShaderParameter(ec,d9.COMPILE_STATUS)){throw d9.getShaderInfoLog(ec)}var ea=d9.createShader(d9.FRAGMENT_SHADER);d9.shaderSource(ea,d8);d9.compileShader(ea);if(!d9.getShaderParameter(ea,d9.COMPILE_STATUS)){throw d9.getShaderInfoLog(ea)}var d7=d9.createProgram();d9.attachShader(d7,ec);d9.attachShader(d7,ea);d9.linkProgram(d7);if(!d9.getProgramParameter(d7,d9.LINK_STATUS)){throw"Error linking shaders."}return d7};var aV=function(d7,eb,d8,ea,d9){return{x:d7,y:eb,w:d8,h:ea}};var bh=aV;var b0=function(d7,eb,d8,ea,d9){return{x:d7,y:eb,w:d9?d8:d8-d7,h:d9?ea:ea-eb}};var aL=function(d7,eb,d8,ea,d9){return{x:d7-d8/2,y:eb-ea/2,w:d8,h:ea}};var dp=function(){};var bO=function(){};var by=function(){};var b9=function(){};bO.prototype=new dp;bO.prototype.constructor=bO;by.prototype=new dp;by.prototype.constructor=by;b9.prototype=new dp;b9.prototype.constructor=b9;dp.prototype.a3DOnlyFunction=E;var ck={};var bN=cV.Character=function(d7){if(typeof d7==="string"&&d7.length===1){this.code=d7.charCodeAt(0)}else{if(typeof d7==="number"){this.code=d7}else{if(d7 instanceof bN){this.code=d7}else{this.code=NaN}}}return ck[this.code]===r?ck[this.code]=this:ck[this.code]};bN.prototype.toString=function(){return String.fromCharCode(this.code)};bN.prototype.valueOf=function(){return this.code};var M=cV.PShape=function(d7){this.family=d7||0;this.visible=true;this.style=true;this.children=[];this.nameTable=[];this.params=[];this.name="";this.image=null;this.matrix=null;this.kind=null;this.close=null;this.width=null;this.height=null;this.parent=null};M.prototype={isVisible:function(){return this.visible},setVisible:function(d7){this.visible=d7},disableStyle:function(){this.style=false;for(var d8=0,d7=this.children.length;d80){for(d8=0,d7=this.nameTable.length;d8, it's <"+this.element.getName()+">"}}else{if(arguments.length===2){if(typeof arguments[1]==="string"){if(arguments[1].indexOf(".svg")>-1){this.element=new cV.XMLElement(null,arguments[1]);this.vertexCodes=[];this.vertices=[];this.opacity=1;this.stroke=false;this.strokeColor=4278190080;this.strokeWeight=1;this.strokeCap="butt";this.strokeJoin="miter";this.strokeGradient="";this.strokeGradientPaint="";this.strokeName="";this.strokeOpacity=1;this.fill=true;this.fillColor=4278190080;this.fillGradient=null;this.fillGradientPaint=null;this.fillOpacity=1}}else{if(arguments[0]){this.element=arguments[1];this.vertexCodes=arguments[0].vertexCodes.slice();this.vertices=arguments[0].vertices.slice();this.stroke=arguments[0].stroke;this.strokeColor=arguments[0].strokeColor;this.strokeWeight=arguments[0].strokeWeight;this.strokeCap=arguments[0].strokeCap;this.strokeJoin=arguments[0].strokeJoin;this.strokeGradient=arguments[0].strokeGradient;this.strokeGradientPaint=arguments[0].strokeGradientPaint;this.strokeName=arguments[0].strokeName;this.fill=arguments[0].fill;this.fillColor=arguments[0].fillColor;this.fillGradient=arguments[0].fillGradient;this.fillGradientPaint=arguments[0].fillGradientPaint;this.fillName=arguments[0].fillName;this.strokeOpacity=arguments[0].strokeOpacity;this.fillOpacity=arguments[0].fillOpacity;this.opacity=arguments[0].opacity}}}}this.name=this.element.getStringAttribute("id");var d7=this.element.getStringAttribute("display","inline");this.visible=d7!=="none";var ec=this.element.getAttribute("transform");if(ec){this.matrix=this.parseMatrix(ec)}var d9=this.element.getStringAttribute("viewBox");if(d9!==null){var eb=d9.split(" ");this.width=eb[2];this.height=eb[3]}var d8=this.element.getStringAttribute("width");var ea=this.element.getStringAttribute("height");if(d8!==null){this.width=this.parseUnitSize(d8);this.height=this.parseUnitSize(ea)}else{if(this.width===0||this.height===0){this.width=1;this.height=1;throw"The width and/or height is not readable in the tag of this file."}}this.parseColors(this.element);this.parseChildren(this.element)};cq.prototype=new M;cq.prototype.parseMatrix=function(){function d7(d9){var d8=[];d9.replace(/\((.*?)\)/,function(){return function(ea,eb){d8=eb.replace(/,+/g," ").split(/\s+/)}}());return d8}return function(ef){this.checkMatrix(2);var d8=[];ef.replace(/\s*(\w+)\((.*?)\)/g,function(ei){d8.push(cV.trim(ei))});if(d8.length===0){return null}for(var ed=0,eb=d8.length;ed=65&&eq<=90||eq>=97&&eq<=122){er=eu;eu++;if(eu=65&&eq<=90||eq>=97&&eq<=100||eq>=102&&eq<=122)&&et===false){if(eq===32){if(eo!==""){es.push(parseFloat(eo));eo=""}eu++}else{if(eq===45){if(ev[eu-1].valueOf()===101){eo+=ev[eu].toString();eu++}else{if(eo!==""){es.push(parseFloat(eo))}eo=ev[eu].toString();eu++}}else{eo+=ev[eu].toString();eu++}}if(eu===ev.length){et=true}else{eq=ev[eu].valueOf()}}}if(eo!==""){es.push(parseFloat(eo));eo=""}eb=ev[er];eq=eb.valueOf();if(eq===77){if(es.length>=2&&es.length%2===0){ea=es[0];d9=es[1];this.parsePathMoveto(ea,d9);if(es.length>2){for(er=2,ep=es.length;er=2&&es.length%2===0){ea+=es[0];d9+=es[1];this.parsePathMoveto(ea,d9);if(es.length>2){for(er=2,ep=es.length;er=2&&es.length%2===0){for(er=0,ep=es.length;er=2&&es.length%2===0){for(er=0,ep=es.length;er=6&&es.length%6===0){for(er=0,ep=es.length;er=6&&es.length%6===0){for(er=0,ep=es.length;er=4&&es.length%4===0){for(er=0,ep=es.length;er=4&&es.length%4===0){for(er=0,ep=es.length;er=4&&es.length%4===0){for(er=0,ep=es.length;er=4&&es.length%4===0){for(er=0,ep=es.length;er=2&&es.length%2===0){for(er=0,ep=es.length;er=2&&es.length%2===0){for(er=0,ep=es.length;er0){this.parsePathCode(1);this.parsePathVertex(d9+(d7-d9)*2/3,eb+(ec-eb)*2/3);this.parsePathVertex(d8+(d7-d8)*2/3,ea+(ec-ea)*2/3);this.parsePathVertex(d8,ea)}else{throw"Path must start with M/m"}};cq.prototype.parsePathCurveto=function(ea,ec,d8,eb,d7,d9){if(this.vertices.length>0){this.parsePathCode(1);this.parsePathVertex(ea,ec);this.parsePathVertex(d8,eb);this.parsePathVertex(d7,d9)}else{throw"Path must start with M/m"}};cq.prototype.parsePathLineto=function(d8,d7){if(this.vertices.length>0){this.parsePathCode(0);this.parsePathVertex(d8,d7);this.vertices[this.vertices.length-1]["moveTo"]=false}else{throw"Path must start with M/m"}};cq.prototype.parsePathMoveto=function(d8,d7){if(this.vertices.length>0){this.parsePathCode(3)}this.parsePathCode(0);this.parsePathVertex(d8,d7);this.vertices[this.vertices.length-1]["moveTo"]=true};cq.prototype.parsePathVertex=function(d7,d9){var d8=[];d8[0]=d7;d8[1]=d9;this.vertices.push(d8)};cq.prototype.parsePathCode=function(d7){this.vertexCodes.push(d7)};cq.prototype.parsePoly=function(eb){this.family=21;this.close=eb;var d8=cV.trim(this.element.getStringAttribute("points").replace(/[,\s]+/g," "));if(d8!==null){var d7=d8.split(" ");if(d7.length%2===0){for(var ea=0,d9=d7.length;ea"}};cq.prototype.parseEllipse=function(d9){this.kind=31;this.family=1;this.params=[];this.params[0]=this.element.getFloatAttribute("cx")|0;this.params[1]=this.element.getFloatAttribute("cy")|0;var d8,d7;if(d9){d8=d7=this.element.getFloatAttribute("r");if(d8<0){throw"svg error: negative radius found while parsing "}}else{d8=this.element.getFloatAttribute("rx");d7=this.element.getFloatAttribute("ry");if(d8<0||d7<0){throw"svg error: negative x-axis radius or y-axis radius found while parsing "}}this.params[0]-=d8;this.params[1]-=d7;this.params[2]=d8*2;this.params[3]=d7*2};cq.prototype.parseLine=function(){this.kind=4;this.family=1;this.params=[];this.params[0]=this.element.getFloatAttribute("x1");this.params[1]=this.element.getFloatAttribute("y1");this.params[2]=this.element.getFloatAttribute("x2");this.params[3]=this.element.getFloatAttribute("y2")};cq.prototype.parseColors=function(d9){if(d9.hasAttribute("opacity")){this.setOpacity(d9.getAttribute("opacity"))}if(d9.hasAttribute("stroke")){this.setStroke(d9.getAttribute("stroke"))}if(d9.hasAttribute("stroke-width")){this.setStrokeWeight(d9.getAttribute("stroke-width"))}if(d9.hasAttribute("stroke-linejoin")){this.setStrokeJoin(d9.getAttribute("stroke-linejoin"))}if(d9.hasAttribute("stroke-linecap")){this.setStrokeCap(d9.getStringAttribute("stroke-linecap"))}if(d9.hasAttribute("fill")){this.setFill(d9.getStringAttribute("fill"))}if(d9.hasAttribute("style")){var ec=d9.getStringAttribute("style");var ea=ec.toString().split(";");for(var d8=0,d7=ea.length;d8=1&&arguments[0]!==null){if(d9.isVisible()){cV.pushMatrix();if(Q===3){if(arguments.length===5){cV.translate(d8-ea/2,eb-d7/2);cV.scale(ea/d9.getWidth(),d7/d9.getHeight())}else{if(arguments.length===3){cV.translate(d8-d9.getWidth()/2,-d9.getHeight()/2)}else{cV.translate(-d9.getWidth()/2,-d9.getHeight()/2)}}}else{if(Q===0){if(arguments.length===5){cV.translate(d8,eb);cV.scale(ea/d9.getWidth(),d7/d9.getHeight())}else{if(arguments.length===3){cV.translate(d8,eb)}}}else{if(Q===1){if(arguments.length===5){ea-=d8;d7-=eb;cV.translate(d8,eb);cV.scale(ea/d9.getWidth(),d7/d9.getHeight())}else{if(arguments.length===3){cV.translate(d8,eb)}}}}}d9.draw();if(arguments.length===1&&Q===3||arguments.length>1){cV.popMatrix()}}}};cV.shapeMode=function(d7){Q=d7};cV.loadShape=function(d7){if(arguments.length===1){if(d7.indexOf(".svg")>-1){return new cq(null,d7)}}return null};var cS=function(eb,ea,d7,d8,d9){this.fullName=eb||"";this.name=ea||"";this.namespace=d7||"";this.value=d8;this.type=d9};cS.prototype={getName:function(){return this.name},getFullName:function(){return this.fullName},getNamespace:function(){return this.namespace},getValue:function(){return this.value},getType:function(){return this.type},setValue:function(d7){this.value=d7}};var b8=cV.XMLElement=function(){this.attributes=[];this.children=[];this.fullName=null;this.name=null;this.namespace="";this.content=null;this.parent=null;this.lineNr="";this.systemID="";this.type="ELEMENT";if(arguments.length===4){this.fullName=arguments[0]||"";if(arguments[1]){this.name=arguments[1]}else{var d7=this.fullName.indexOf(":");if(d7>=0){this.name=this.fullName.substring(d7+1)}else{this.name=this.fullName}}this.namespace=arguments[1];this.lineNr=arguments[3];this.systemID=arguments[2]}else{if(arguments.length===2&&arguments[1].indexOf(".")>-1){this.parse(arguments[arguments.length-1])}else{if(arguments.length===1&&typeof arguments[0]==="string"){this.parse(arguments[0])}}}};b8.prototype={parse:function(d7){var d9;try{var eb=d7.substring(d7.length-4);if(eb===".xml"||eb===".svg"){d7=u(d7)}d9=(new DOMParser).parseFromString(d7,"text/xml");var d8=d9.documentElement;if(d8){this.parseChildrenRecursive(null,d8)}else{throw"Error loading document"}return this}catch(ea){throw ea}},parseChildrenRecursive:function(ef,ed){var ec,d8,ee,eb,ea,d7;if(!ef){this.fullName=ed.localName;this.name=ed.nodeName;ec=this}else{ec=new b8(ed.localName,ed.nodeName,"","");ec.parent=ef}if(ed.nodeType===3&&ed.textContent!==""){return this.createPCDataElement(ed.textContent)}for(eb=0,ea=ed.attributes.length;eb0){var eb,ea;for(d9=0,d8=this.children.length;d90},addChild:function(d7){if(d7!==null){d7.parent=this;this.children.push(d7)}},insertChild:function(d9,d7){if(d9){if(d9.getLocalName()===null&&!this.hasChildren()){var d8=this.children[this.children.length-1];if(d8.getLocalName()===null){d8.setContent(d8.getContent()+d9.getContent());return}}d9.parent=this;this.children.splice(d7,0,d9)}},getChild:function(){if(typeof arguments[0]==="number"){return this.children[arguments[0]]}if(arguments[0].indexOf("/")!==-1){this.getChildRecursive(arguments[0].split("/"),0);return null}var d7,ea;for(var d9=0,d8=this.getChildCount();d9d7){this.children.splice(d7,1)}},findAttribute:function(d8,ea){this.namespace=ea||"";for(var d9=0,d7=this.attributes.length;d90){D.debug("Tried to set content for XMLElement with children")}this.content=d7},setName:function(){if(arguments.length===1){this.name=arguments[0];this.fullName=arguments[0];this.namespace=null}else{var d7=arguments[0].indexOf(":");if(arguments[1]===null||d7<0){this.name=arguments[0]}else{this.name=arguments[0].substring(d7+1)}this.fullName=arguments[0];this.namespace=arguments[1]}},getName:function(){return this.fullName},getLocalName:function(){return this.name},getAttributeCount:function(){return this.attributes.length},toString:function(){if(this.type==="TEXT"){return this.content}var d9=(this.namespace!==""&&this.namespace!==this.name?this.namespace+":":"")+this.name;var ea="<"+d9;var d8,eb;for(d8=0;d8"}else{ea+=">"+this.content+""}}else{ea+=">";for(eb=0;eb"}return ea}};b8.parse=function(d8){var d7=new b8;d7.parse(d8);return d7};var cl=function(ea){var d7=0;for(var d8=0;d8-2147483648){var d8=this.elements[0];var ed=this.elements[1];var eb=this.elements[2];var ea=this.elements[3];var d9=this.elements[4];var d7=this.elements[5];this.elements[0]=d9/ec;this.elements[3]=-ea/ec;this.elements[1]=-ed/ec;this.elements[4]=d8/ec;this.elements[2]=(ed*d7-d9*eb)/ec;this.elements[5]=(ea*eb-d8*d7)/ec;return true}return false},scale:function(d8,d7){if(d8&&!d7){d7=d8}if(d8&&d7){this.elements[0]*=d8;this.elements[1]*=d7;this.elements[3]*=d8;this.elements[4]*=d7}},invScale:function(d8,d7){if(d8&&!d7){d7=d8}this.scale(1/d8,1/d7)},apply:function(){var d9;if(arguments.length===1&&arguments[0] instanceof aT){d9=arguments[0].array()}else{if(arguments.length===6){d9=Array.prototype.slice.call(arguments)}else{if(arguments.length===1&&arguments[0] instanceof Array){d9=arguments[0]}}}var d7=[0,0,this.elements[2],0,0,this.elements[5]];var ea=0;for(var eb=0;eb<2;eb++){for(var d8=0;d8<3;d8++,ea++){d7[ea]+=this.elements[eb*3+0]*d9[d8+0]+this.elements[eb*3+1]*d9[d8+3]}}this.elements=d7.slice()},preApply:function(){var d8;if(arguments.length===1&&arguments[0] instanceof aT){d8=arguments[0].array()}else{if(arguments.length===6){d8=Array.prototype.slice.call(arguments)}else{if(arguments.length===1&&arguments[0] instanceof Array){d8=arguments[0]}}}var d7=[0,0,d8[2],0,0,d8[5]];d7[2]=d8[2]+this.elements[2]*d8[0]+this.elements[5]*d8[1];d7[5]=d8[5]+this.elements[2]*d8[3]+this.elements[5]*d8[4];d7[0]=this.elements[0]*d8[0]+this.elements[3]*d8[1];d7[3]=this.elements[0]*d8[3]+this.elements[3]*d8[4];d7[1]=this.elements[1]*d8[0]+this.elements[4]*d8[1];d7[4]=this.elements[1]*d8[3]+this.elements[4]*d8[4];this.elements=d7.slice()},rotate:function(d9){var eb=o.cos(d9);var d7=o.sin(d9);var ea=this.elements[0];var d8=this.elements[1];this.elements[0]=eb*ea+d7*d8;this.elements[1]=-d7*ea+eb*d8;ea=this.elements[3];d8=this.elements[4];this.elements[3]=eb*ea+d7*d8;this.elements[4]=-d7*ea+eb*d8},rotateZ:function(d7){this.rotate(d7)},invRotateZ:function(d7){this.rotateZ(d7-o.PI)},print:function(){var d8=cl(this.elements);var d7=""+cV.nfs(this.elements[0],d8,4)+" "+cV.nfs(this.elements[1],d8,4)+" "+cV.nfs(this.elements[2],d8,4)+"\n"+cV.nfs(this.elements[3],d8,4)+" "+cV.nfs(this.elements[4],d8,4)+" "+cV.nfs(this.elements[5],d8,4)+"\n\n";cV.println(d7)}};var aM=cV.PMatrix3D=function(){this.reset()};aM.prototype={set:function(){if(arguments.length===16){this.elements=Array.prototype.slice.call(arguments)}else{if(arguments.length===1&&arguments[0] instanceof aM){this.elements=arguments[0].array()}else{if(arguments.length===1&&arguments[0] instanceof Array){this.elements=arguments[0].slice()}}}},get:function(){var d7=new aM;d7.set(this.elements);return d7},reset:function(){this.elements=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]},array:function aD(){return this.elements.slice()},translate:function(d8,d7,d9){if(d9===r){d9=0}this.elements[3]+=d8*this.elements[0]+d7*this.elements[1]+d9*this.elements[2];this.elements[7]+=d8*this.elements[4]+d7*this.elements[5]+d9*this.elements[6];this.elements[11]+=d8*this.elements[8]+d7*this.elements[9]+d9*this.elements[10];this.elements[15]+=d8*this.elements[12]+d7*this.elements[13]+d9*this.elements[14]},transpose:function(){var d7=this.elements[4];this.elements[4]=this.elements[1];this.elements[1]=d7;d7=this.elements[8];this.elements[8]=this.elements[2];this.elements[2]=d7;d7=this.elements[6];this.elements[6]=this.elements[9];this.elements[9]=d7;d7=this.elements[3];this.elements[3]=this.elements[12];this.elements[12]=d7;d7=this.elements[7];this.elements[7]=this.elements[13];this.elements[13]=d7;d7=this.elements[11];this.elements[11]=this.elements[14];this.elements[14]=d7},mult:function(d9,ea){var d7,ec,eb,d8;if(d9 instanceof y){d7=d9.x;ec=d9.y;eb=d9.z;d8=1;if(!ea){ea=new y}}else{if(d9 instanceof Array){d7=d9[0];ec=d9[1];eb=d9[2];d8=d9[3]||1;if(!ea||ea.length!==3&&ea.length!==4){ea=[0,0,0]}}}if(ea instanceof Array){if(ea.length===3){ea[0]=this.elements[0]*d7+this.elements[1]*ec+this.elements[2]*eb+this.elements[3];ea[1]=this.elements[4]*d7+this.elements[5]*ec+this.elements[6]*eb+this.elements[7];ea[2]=this.elements[8]*d7+this.elements[9]*ec+this.elements[10]*eb+this.elements[11]}else{if(ea.length===4){ea[0]=this.elements[0]*d7+this.elements[1]*ec+this.elements[2]*eb+this.elements[3]*d8;ea[1]=this.elements[4]*d7+this.elements[5]*ec+this.elements[6]*eb+this.elements[7]*d8;ea[2]=this.elements[8]*d7+this.elements[9]*ec+this.elements[10]*eb+this.elements[11]*d8;ea[3]=this.elements[12]*d7+this.elements[13]*ec+this.elements[14]*eb+this.elements[15]*d8}}}if(ea instanceof y){ea.x=this.elements[0]*d7+this.elements[1]*ec+this.elements[2]*eb+this.elements[3];ea.y=this.elements[4]*d7+this.elements[5]*ec+this.elements[6]*eb+this.elements[7];ea.z=this.elements[8]*d7+this.elements[9]*ec+this.elements[10]*eb+this.elements[11]}return ea},preApply:function(){var d9;if(arguments.length===1&&arguments[0] instanceof aM){d9=arguments[0].array()}else{if(arguments.length===16){d9=Array.prototype.slice.call(arguments)}else{if(arguments.length===1&&arguments[0] instanceof Array){d9=arguments[0]}}}var d7=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];var ea=0;for(var eb=0;eb<4;eb++){for(var d8=0;d8<4;d8++,ea++){d7[ea]+=this.elements[d8+0]*d9[eb*4+0]+this.elements[d8+4]*d9[eb*4+1]+this.elements[d8+8]*d9[eb*4+2]+this.elements[d8+12]*d9[eb*4+3]}}this.elements=d7.slice()},apply:function(){var d9;if(arguments.length===1&&arguments[0] instanceof aM){d9=arguments[0].array()}else{if(arguments.length===16){d9=Array.prototype.slice.call(arguments)}else{if(arguments.length===1&&arguments[0] instanceof Array){d9=arguments[0]}}}var d7=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];var ea=0;for(var eb=0;eb<4;eb++){for(var d8=0;d8<4;d8++,ea++){d7[ea]+=this.elements[eb*4+0]*d9[d8+0]+this.elements[eb*4+1]*d9[d8+4]+this.elements[eb*4+2]*d9[d8+8]+this.elements[eb*4+3]*d9[d8+12]}}this.elements=d7.slice()},rotate:function(eb,d7,ed,ea){if(!ed){this.rotateZ(eb)}else{var ec=cV.cos(eb);var d9=cV.sin(eb);var d8=1-ec;this.apply(d8*d7*d7+ec,d8*d7*ed-d9*ea,d8*d7*ea+d9*ed,0,d8*d7*ed+d9*ea,d8*ed*ed+ec,d8*ed*ea-d9*d7,0,d8*d7*ea-d9*ed,d8*ed*ea+d9*d7,d8*ea*ea+ec,0,0,0,0,1)}},invApply:function(){if(Z===r){Z=new aM}var d7=arguments;Z.set(d7[0],d7[1],d7[2],d7[3],d7[4],d7[5],d7[6],d7[7],d7[8],d7[9],d7[10],d7[11],d7[12],d7[13],d7[14],d7[15]);if(!Z.invert()){return false}this.preApply(Z);return true},rotateX:function(d8){var d9=cV.cos(d8);var d7=cV.sin(d8);this.apply([1,0,0,0,0,d9,-d7,0,0,d7,d9,0,0,0,0,1])},rotateY:function(d8){var d9=cV.cos(d8);var d7=cV.sin(d8);this.apply([d9,0,d7,0,0,1,0,0,-d7,0,d9,0,0,0,0,1])},rotateZ:function(d8){var d9=o.cos(d8);var d7=o.sin(d8);this.apply([d9,-d7,0,0,d7,d9,0,0,0,0,1,0,0,0,0,1])},scale:function(d9,d8,d7){if(d9&&!d8&&!d7){d8=d7=d9}else{if(d9&&d8&&!d7){d7=1}}if(d9&&d8&&d7){this.elements[0]*=d9;this.elements[1]*=d8;this.elements[2]*=d7;this.elements[4]*=d9;this.elements[5]*=d8;this.elements[6]*=d7;this.elements[8]*=d9;this.elements[9]*=d8;this.elements[10]*=d7;this.elements[12]*=d9;this.elements[13]*=d8;this.elements[14]*=d7}},skewX:function(d8){var d7=o.tan(d8);this.apply(1,d7,0,0,0,1,0,0,0,0,1,0,0,0,0,1)},skewY:function(d8){var d7=o.tan(d8);this.apply(1,0,0,0,d7,1,0,0,0,0,1,0,0,0,0,1)},multX:function(d7,ea,d9,d8){if(!d9){return this.elements[0]*d7+this.elements[1]*ea+this.elements[3]}if(!d8){return this.elements[0]*d7+this.elements[1]*ea+this.elements[2]*d9+this.elements[3]}return this.elements[0]*d7+this.elements[1]*ea+this.elements[2]*d9+this.elements[3]*d8},multY:function(d7,ea,d9,d8){if(!d9){return this.elements[4]*d7+this.elements[5]*ea+this.elements[7]}if(!d8){return this.elements[4]*d7+this.elements[5]*ea+this.elements[6]*d9+this.elements[7]}return this.elements[4]*d7+this.elements[5]*ea+this.elements[6]*d9+this.elements[7]*d8},multZ:function(d7,ea,d9,d8){if(!d8){return this.elements[8]*d7+this.elements[9]*ea+this.elements[10]*d9+this.elements[11]}return this.elements[8]*d7+this.elements[9]*ea+this.elements[10]*d9+this.elements[11]*d8},multW:function(d7,ea,d9,d8){if(!d8){return this.elements[12]*d7+this.elements[13]*ea+this.elements[14]*d9+this.elements[15]}return this.elements[12]*d7+this.elements[13]*ea+this.elements[14]*d9+this.elements[15]*d8},invert:function(){var eg=this.elements[0]*this.elements[5]-this.elements[1]*this.elements[4];var ef=this.elements[0]*this.elements[6]-this.elements[2]*this.elements[4];var ee=this.elements[0]*this.elements[7]-this.elements[3]*this.elements[4];var ed=this.elements[1]*this.elements[6]-this.elements[2]*this.elements[5];var ec=this.elements[1]*this.elements[7]-this.elements[3]*this.elements[5];var eb=this.elements[2]*this.elements[7]-this.elements[3]*this.elements[6];var ea=this.elements[8]*this.elements[13]-this.elements[9]*this.elements[12];var d9=this.elements[8]*this.elements[14]-this.elements[10]*this.elements[12];var d8=this.elements[8]*this.elements[15]-this.elements[11]*this.elements[12];var el=this.elements[9]*this.elements[14]-this.elements[10]*this.elements[13];var ej=this.elements[9]*this.elements[15]-this.elements[11]*this.elements[13];var ei=this.elements[10]*this.elements[15]-this.elements[11]*this.elements[14];var ek=eg*ei-ef*ej+ee*el+ed*d8-ec*d9+eb*ea;if(o.abs(ek)<=1e-9){return false}var eh=[];eh[0]=+this.elements[5]*ei-this.elements[6]*ej+this.elements[7]*el;eh[4]=-this.elements[4]*ei+this.elements[6]*d8-this.elements[7]*d9;eh[8]=+this.elements[4]*ej-this.elements[5]*d8+this.elements[7]*ea;eh[12]=-this.elements[4]*el+this.elements[5]*d9-this.elements[6]*ea;eh[1]=-this.elements[1]*ei+this.elements[2]*ej-this.elements[3]*el;eh[5]=+this.elements[0]*ei-this.elements[2]*d8+this.elements[3]*d9;eh[9]=-this.elements[0]*ej+this.elements[1]*d8-this.elements[3]*ea;eh[13]=+this.elements[0]*el-this.elements[1]*d9+this.elements[2]*ea;eh[2]=+this.elements[13]*eb-this.elements[14]*ec+this.elements[15]*ed;eh[6]=-this.elements[12]*eb+this.elements[14]*ee-this.elements[15]*ef;eh[10]=+this.elements[12]*ec-this.elements[13]*ee+this.elements[15]*eg;eh[14]=-this.elements[12]*ed+this.elements[13]*ef-this.elements[14]*eg;eh[3]=-this.elements[9]*eb+this.elements[10]*ec-this.elements[11]*ed;eh[7]=+this.elements[8]*eb-this.elements[10]*ee+this.elements[11]*ef;eh[11]=-this.elements[8]*ec+this.elements[9]*ee-this.elements[11]*eg;eh[15]=+this.elements[8]*ed-this.elements[9]*ef+this.elements[10]*eg;var d7=1/ek;eh[0]*=d7;eh[1]*=d7;eh[2]*=d7;eh[3]*=d7;eh[4]*=d7;eh[5]*=d7;eh[6]*=d7;eh[7]*=d7;eh[8]*=d7;eh[9]*=d7;eh[10]*=d7;eh[11]*=d7;eh[12]*=d7;eh[13]*=d7;eh[14]*=d7;eh[15]*=d7;this.elements=eh.slice();return true},toString:function(){var d8="";for(var d7=0;d7<15;d7++){d8+=this.elements[d7]+", "}d8+=this.elements[15];return d8},print:function(){var d8=cl(this.elements);var d7=""+cV.nfs(this.elements[0],d8,4)+" "+cV.nfs(this.elements[1],d8,4)+" "+cV.nfs(this.elements[2],d8,4)+" "+cV.nfs(this.elements[3],d8,4)+"\n"+cV.nfs(this.elements[4],d8,4)+" "+cV.nfs(this.elements[5],d8,4)+" "+cV.nfs(this.elements[6],d8,4)+" "+cV.nfs(this.elements[7],d8,4)+"\n"+cV.nfs(this.elements[8],d8,4)+" "+cV.nfs(this.elements[9],d8,4)+" "+cV.nfs(this.elements[10],d8,4)+" "+cV.nfs(this.elements[11],d8,4)+"\n"+cV.nfs(this.elements[12],d8,4)+" "+cV.nfs(this.elements[13],d8,4)+" "+cV.nfs(this.elements[14],d8,4)+" "+cV.nfs(this.elements[15],d8,4)+"\n\n";cV.println(d7)},invTranslate:function(d8,d7,d9){this.preApply(1,0,0,-d8,0,1,0,-d7,0,0,1,-d9,0,0,0,1)},invRotateX:function(d8){var d9=o.cos(-d8);var d7=o.sin(-d8);this.preApply([1,0,0,0,0,d9,-d7,0,0,d7,d9,0,0,0,0,1])},invRotateY:function(d8){var d9=o.cos(-d8);var d7=o.sin(-d8);this.preApply([d9,0,d7,0,0,1,0,0,-d7,0,d9,0,0,0,0,1])},invRotateZ:function(d8){var d9=o.cos(-d8);var d7=o.sin(-d8);this.preApply([d9,-d7,0,0,d7,d9,0,0,0,0,1,0,0,0,0,1])},invScale:function(d7,d9,d8){this.preApply([1/d7,0,0,0,0,1/d9,0,0,0,0,1/d8,0,0,0,0,1])}};var T=cV.PMatrixStack=function(){this.matrixStack=[]};T.prototype.load=function(){var d7=dU.$newPMatrix();if(arguments.length===1){d7.set(arguments[0])}else{d7.set(arguments)}this.matrixStack.push(d7)};bO.prototype.$newPMatrix=function(){return new aT};by.prototype.$newPMatrix=function(){return new aM};T.prototype.push=function(){this.matrixStack.push(this.peek())};T.prototype.pop=function(){return this.matrixStack.pop()};T.prototype.peek=function(){var d7=dU.$newPMatrix();d7.set(this.matrixStack[this.matrixStack.length-1]);return d7};T.prototype.mult=function(d7){this.matrixStack[this.matrixStack.length-1].apply(d7)};cV.split=function(d8,d7){return d8.split(d7)};cV.splitTokens=function(ea,d9){if(arguments.length===1){d9="\n\t\r\u000c "}d9="["+d9+"]";var d8=[];var d7=0;var eb=ea.search(d9);while(eb>=0){if(eb===0){ea=ea.substring(1)}else{d8[d7]=ea.substring(0,eb);d7++;ea=ea.substring(eb)}eb=ea.search(d9)}if(ea.length>0){d8[d7]=ea}if(d8.length===0){d8=r}return d8};cV.append=function(d8,d7){d8[d8.length]=d7;return d8};cV.concat=function(d8,d7){return d8.concat(d7)};cV.sort=function(ec,ea){var d8=[];if(ec.length>0){var eb=ea>0?ea:ec.length;for(var d9=0;d90){for(var d7=d8.length;d7>8)};cV.peg=function(d7){return d7<0?0:d7>255?255:d7};cV.modes=function(){var ec=4278190080,d9=16711680,d8=65280,eb=255,ea=o.min,d7=o.max;function ed(ei,el,eh,eq,es,er,ej,en,em,ef,eg){var ep=ea(((ei&4278190080)>>>24)+el,255)<<24;var ee=eh+((em-eh)*el>>8);ee=(ee<0?0:ee>255?255:ee)<<16;var ek=eq+((ef-eq)*el>>8);ek=(ek<0?0:ek>255?255:ek)<<8;var eo=es+((eg-es)*el>>8);eo=eo<0?0:eo>255?255:eo;return ep|ee|ek|eo}return{replace:function(ef,ee){return ee},blend:function(eg,ef){var ei=(ef&ec)>>>24,ee=eg&d9,ek=eg&d8,em=eg&eb,el=ef&d9,eh=ef&d8,ej=ef&eb;return ea(((eg&ec)>>>24)+ei,255)<<24|ee+((el-ee)*ei>>8)&d9|ek+((eh-ek)*ei>>8)&d8|em+((ej-em)*ei>>8)&eb},add:function(ef,ee){var eg=(ee&ec)>>>24;return ea(((ef&ec)>>>24)+eg,255)<<24|ea((ef&d9)+((ee&d9)>>8)*eg,d9)&d9|ea((ef&d8)+((ee&d8)>>8)*eg,d8)&d8|ea((ef&eb)+((ee&eb)*eg>>8),eb)},subtract:function(ef,ee){var eg=(ee&ec)>>>24;return ea(((ef&ec)>>>24)+eg,255)<<24|d7((ef&d9)-((ee&d9)>>8)*eg,d8)&d9|d7((ef&d8)-((ee&d8)>>8)*eg,eb)&d8|d7((ef&eb)-((ee&eb)*eg>>8),0)},lightest:function(ef,ee){var eg=(ee&ec)>>>24;return ea(((ef&ec)>>>24)+eg,255)<<24|d7(ef&d9,((ee&d9)>>8)*eg)&d9|d7(ef&d8,((ee&d8)>>8)*eg)&d8|d7(ef&eb,(ee&eb)*eg>>8)},darkest:function(eg,ef){var ei=(ef&ec)>>>24,ee=eg&d9,ek=eg&d8,em=eg&eb,el=ea(eg&d9,((ef&d9)>>8)*ei),eh=ea(eg&d8,((ef&d8)>>8)*ei),ej=ea(eg&eb,(ef&eb)*ei>>8);return ea(((eg&ec)>>>24)+ei,255)<<24|ee+((el-ee)*ei>>8)&d9|ek+((eh-ek)*ei>>8)&d8|em+((ej-em)*ei>>8)&eb},difference:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=eg>eo?eg-eo:eo-eg,ee=en>ej?en-ej:ej-en,ef=ep>em?ep-em:em-ep;return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},exclusion:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=eg+eo-(eg*eo>>7),ee=en+ej-(en*ej>>7),ef=ep+em-(ep*em>>7);return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},multiply:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=eg*eo>>8,ee=en*ej>>8,ef=ep*em>>8;return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},screen:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=255-((255-eg)*(255-eo)>>8),ee=255-((255-en)*(255-ej)>>8),ef=255-((255-ep)*(255-em)>>8);return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},hard_light:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=eo<128?eg*eo>>7:255-((255-eg)*(255-eo)>>7),ee=ej<128?en*ej>>7:255-((255-en)*(255-ej)>>7),ef=em<128?ep*em>>7:255-((255-ep)*(255-em)>>7);return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},soft_light:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=(eg*eo>>7)+(eg*eg>>8)-(eg*eg*eo>>15),ee=(en*ej>>7)+(en*en>>8)-(en*en*ej>>15),ef=(ep*em>>7)+(ep*ep>>8)-(ep*ep*em>>15);return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},overlay:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=eg<128?eg*eo>>7:255-((255-eg)*(255-eo)>>7),ee=en<128?en*ej>>7:255-((255-en)*(255-ej)>>7),ef=ep<128?ep*em>>7:255-((255-ep)*(255-em)>>7);return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},dodge:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb;var el=255;if(eo!==255){el=(eg<<8)/(255-eo);el=el<0?0:el>255?255:el}var ee=255;if(ej!==255){ee=(en<<8)/(255-ej);ee=ee<0?0:ee>255?255:ee}var ef=255;if(em!==255){ef=(ep<<8)/(255-em);ef=ef<0?0:ef>255?255:ef}return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},burn:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb;var el=0;if(eo!==0){el=(255-eg<<8)/eo;el=255-(el<0?0:el>255?255:el)}var ee=0;if(ej!==0){ee=(255-en<<8)/ej;ee=255-(ee<0?0:ee>255?255:ee)}var ef=0;if(em!==0){ef=(255-ep<<8)/em;ef=255-(ef<0?0:ef>255?255:ef)}return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)}}}();function dD(ec,eb,d9,d8){var d7,ea,ee,ef;if(cX===3){var ed=cV.color.toRGB(ec,eb,d9);d7=ed[0];ea=ed[1];ee=ed[2]}else{d7=o.round(255*(ec/bG));ea=o.round(255*(eb/bF));ee=o.round(255*(d9/bD))}ef=o.round(255*(d8/bR));d7=d7<0?0:d7;ea=ea<0?0:ea;ee=ee<0?0:ee;ef=ef<0?0:ef;d7=d7>255?255:d7;ea=ea>255?255:ea;ee=ee>255?255:ee;ef=ef>255?255:ef;return ef<<24&4278190080|d7<<16&16711680|ea<<8&65280|ee&255}function dG(d7,d9){var d8;if(d7&4278190080){d8=o.round(255*(d9/bR));d8=d8>255?255:d8;d8=d8<0?0:d8;return d7-(d7&4278190080)+(d8<<24&4278190080)}if(cX===1){return dD(d7,d7,d7,d9)}if(cX===3){return dD(0,0,d7/bG*bD,d9)}}function dI(d7){if(d7<=bG&&d7>=0){if(cX===1){return dD(d7,d7,d7,bR)}if(cX===3){return dD(0,0,d7/bG*bD,bR)}}if(d7){if(d7>2147483647){d7-=4294967296}return d7}}cV.color=function(d7,ea,d9,d8){if(d7!==r&&ea!==r&&d9!==r&&d8!==r){return dD(d7,ea,d9,d8)}if(d7!==r&&ea!==r&&d9!==r){return dD(d7,ea,d9,bR)}if(d7!==r&&ea!==r){return dG(d7,ea)}if(typeof d7==="number"){return dI(d7)}return dD(bG,bF,bD,bR)};cV.color.toString=function(d7){return"rgba("+((d7>>16)&255)+","+((d7>>8)&255)+","+(d7&255)+","+((d7>>24)&255)/255+")"};cV.color.toInt=function(ea,d9,d7,d8){return d8<<24&4278190080|ea<<16&16711680|d9<<8&65280|d7&255};cV.color.toArray=function(d7){return[(d7>>16)&255,(d7>>8)&255,d7&255,(d7>>24)&255]};cV.color.toGLArray=function(d7){return[((d7>>16)&255)/255,((d7>>8)&255)/255,(d7&255)/255,((d7&4278190080)>>>24)/255]};cV.color.toRGB=function(d9,ef,ec){d9=d9>bG?bG:d9;ef=ef>bF?bF:ef;ec=ec>bD?bD:ec;d9=d9/bG*360;ef=ef/bF*100;ec=ec/bD*100;var ee=o.round(ec/100*255);if(ef===0){return[ee,ee,ee]}var ea=d9%360;var eb=ea%60;var d8=o.round(ec*(100-ef)/10000*255);var d7=o.round(ec*(6000-ef*eb)/600000*255);var ed=o.round(ec*(6000-ef*(60-eb))/600000*255);switch(o.floor(ea/60)){case 0:return[ee,ed,d8];case 1:return[d7,ee,d8];case 2:return[d8,ee,ed];case 3:return[d8,d7,ee];case 4:return[ed,d8,ee];case 5:return[ee,d8,d7]}};function aP(ee){var ed,ec,d8;ed=((ee>>16)&255)/255;ec=((ee>>8)&255)/255;d8=(ee&255)/255;var d7=cV.max(cV.max(ed,ec),d8),ea=cV.min(cV.min(ed,ec),d8),d9,eb;if(ea===d7){return[0,0,d7*bD]}eb=(d7-ea)/d7;if(ed===d7){d9=(ec-d8)/(d7-ea)}else{if(ec===d7){d9=2+(d8-ed)/(d7-ea)}else{d9=4+(ed-ec)/(d7-ea)}}d9/=6;if(d9<0){d9+=1}else{if(d9>1){d9-=1}}return[d9*bG,eb*bF,d7*bD]}cV.brightness=function(d7){return aP(d7)[2]};cV.saturation=function(d7){return aP(d7)[1]};cV.hue=function(d7){return aP(d7)[0]};cV.red=function(d7){return((d7>>16)&255)/255*bG};cV.green=function(d7){return((d7>>8)&255)/255*bF};cV.blue=function(d7){return(d7&255)/255*bD};cV.alpha=function(d7){return((d7>>24)&255)/255*bR};cV.lerpColor=function(ej,ei,ec){var eh,en,eo,ep,el,d7,ed,er,ek,es,eb,eq;var ef,ee,d8,em,eg;var ea=cV.color(ej);var d9=cV.color(ei);if(cX===3){ef=aP(ea);er=((ea>>24)&255)/bR;ee=aP(d9);eq=((d9>>24)&255)/bR;em=cV.lerp(ef[0],ee[0],ec);eg=cV.lerp(ef[1],ee[1],ec);eo=cV.lerp(ef[2],ee[2],ec);d8=cV.color.toRGB(em,eg,eo);ep=cV.lerp(er,eq,ec)*bR;return ep<<24&4278190080|(d8[0]&255)<<16|(d8[1]&255)<<8|d8[2]&255}el=(ea>>16)&255;d7=(ea>>8)&255;ed=ea&255;er=((ea>>24)&255)/bR;ek=(d9>>16)&255;es=(d9>>8)&255;eb=d9&255;eq=((d9&4278190080)>>>24)/bR;eh=cV.lerp(el,ek,ec)|0;en=cV.lerp(d7,es,ec)|0;eo=cV.lerp(ed,eb,ec)|0;ep=cV.lerp(er,eq,ec)*bR;return ep<<24&4278190080|eh<<16&16711680|en<<8&65280|eo&255};cV.colorMode=function(){cX=arguments[0];if(arguments.length>1){bG=arguments[1];bF=arguments[2]||arguments[1];bD=arguments[3]||arguments[1];bR=arguments[4]||arguments[1]}};cV.blendColor=function(d8,d7,d9){if(d9===0){return cV.modes.replace(d8,d7)}else{if(d9===1){return cV.modes.blend(d8,d7)}else{if(d9===2){return cV.modes.add(d8,d7)}else{if(d9===4){return cV.modes.subtract(d8,d7)}else{if(d9===8){return cV.modes.lightest(d8,d7)}else{if(d9===16){return cV.modes.darkest(d8,d7)}else{if(d9===32){return cV.modes.difference(d8,d7)}else{if(d9===64){return cV.modes.exclusion(d8,d7)}else{if(d9===128){return cV.modes.multiply(d8,d7)}else{if(d9===256){return cV.modes.screen(d8,d7)}else{if(d9===1024){return cV.modes.hard_light(d8,d7)}else{if(d9===2048){return cV.modes.soft_light(d8,d7)}else{if(d9===512){return cV.modes.overlay(d8,d7)}else{if(d9===4096){return cV.modes.dodge(d8,d7)}else{if(d9===8192){return cV.modes.burn(d8,d7)}}}}}}}}}}}}}}}};function aC(){d4.save()}function cO(){d4.restore();b2=true;ap=true}cV.printMatrix=function(){dF.print()};bO.prototype.translate=function(d7,d8){dF.translate(d7,d8);aQ.invTranslate(d7,d8);d4.translate(d7,d8)};by.prototype.translate=function(d7,d9,d8){dF.translate(d7,d9,d8);aQ.invTranslate(d7,d9,d8)};bO.prototype.scale=function(d7,d8){dF.scale(d7,d8);aQ.invScale(d7,d8);d4.scale(d7,d8||d7)};by.prototype.scale=function(d7,d9,d8){dF.scale(d7,d9,d8);aQ.invScale(d7,d9,d8)};bO.prototype.pushMatrix=function(){al.load(dF);c9.load(aQ);aC()};by.prototype.pushMatrix=function(){al.load(dF);c9.load(aQ)};bO.prototype.popMatrix=function(){dF.set(al.pop());aQ.set(c9.pop());cO()};by.prototype.popMatrix=function(){dF.set(al.pop());aQ.set(c9.pop())};bO.prototype.resetMatrix=function(){dF.reset();aQ.reset();d4.setTransform(1,0,0,1,0,0)};by.prototype.resetMatrix=function(){dF.reset();aQ.reset()};dp.prototype.applyMatrix=function(){var d7=arguments;dF.apply(d7[0],d7[1],d7[2],d7[3],d7[4],d7[5],d7[6],d7[7],d7[8],d7[9],d7[10],d7[11],d7[12],d7[13],d7[14],d7[15]);aQ.invApply(d7[0],d7[1],d7[2],d7[3],d7[4],d7[5],d7[6],d7[7],d7[8],d7[9],d7[10],d7[11],d7[12],d7[13],d7[14],d7[15])};bO.prototype.applyMatrix=function(){var d7=arguments;for(var d8=d7.length;d8<16;d8++){d7[d8]=0}d7[10]=d7[15]=1;dp.prototype.applyMatrix.apply(this,d7)};cV.rotateX=function(d7){dF.rotateX(d7);aQ.invRotateX(d7)};bO.prototype.rotateZ=function(){throw"rotateZ() is not supported in 2D mode. Use rotate(float) instead."};by.prototype.rotateZ=function(d7){dF.rotateZ(d7);aQ.invRotateZ(d7)};cV.rotateY=function(d7){dF.rotateY(d7);aQ.invRotateY(d7)};bO.prototype.rotate=function(d7){dF.rotateZ(d7);aQ.invRotateZ(d7);d4.rotate(d7)};by.prototype.rotate=function(d7){cV.rotateZ(d7)};cV.pushStyle=function(){aC();cV.pushMatrix();var d7={doFill:aF,currentFillColor:aX,doStroke:cd,currentStrokeColor:cu,curTint:bb,curRectMode:bI,curColorMode:cX,colorModeX:bG,colorModeZ:bD,colorModeY:bF,colorModeA:bR,curTextFont:U,horizontalTextAlignment:L,verticalTextAlignment:c0,textMode:cH,curFontName:W,curTextSize:dW,curTextAscent:aZ,curTextDescent:dx,curTextLeading:d3};bj.push(d7)};cV.popStyle=function(){var d7=bj.pop();if(d7){cO();cV.popMatrix();aF=d7.doFill;aX=d7.currentFillColor;cd=d7.doStroke;cu=d7.currentStrokeColor;bb=d7.curTint;bI=d7.curRectmode;cX=d7.curColorMode;bG=d7.colorModeX;bD=d7.colorModeZ;bF=d7.colorModeY;bR=d7.colorModeA;U=d7.curTextFont;W=d7.curFontName;dW=d7.curTextSize;L=d7.horizontalTextAlignment;c0=d7.verticalTextAlignment;cH=d7.textMode;aZ=d7.curTextAscent;dx=d7.curTextDescent;d3=d7.curTextLeading}else{throw"Too many popStyle() without enough pushStyle()"}};cV.year=function(){return(new Date).getFullYear()};cV.month=function(){return(new Date).getMonth()+1};cV.day=function(){return(new Date).getDate()};cV.hour=function(){return(new Date).getHours()};cV.minute=function(){return(new Date).getMinutes()};cV.second=function(){return(new Date).getSeconds()};cV.millis=function(){return Date.now()-dm};function cs(){var d7=(Date.now()-dq)/1000;N++;var d8=N/d7;if(d7>0.5){dq=Date.now();N=0;cV.__frameRate=d8}cV.frameCount++}bO.prototype.redraw=function(){cs();d4.lineWidth=dS;var d7=cV.pmouseX,d8=cV.pmouseY;cV.pmouseX=dJ;cV.pmouseY=d1;aC();cV.draw();cO();dJ=cV.mouseX;d1=cV.mouseY;cV.pmouseX=d7;cV.pmouseY=d8};by.prototype.redraw=function(){cs();var d7=cV.pmouseX,d8=cV.pmouseY;cV.pmouseX=dJ;cV.pmouseY=d1;d4.clear(d4.DEPTH_BUFFER_BIT);dz={attributes:{},locations:{}};cV.noLights();cV.lightFalloff(1,0,0);cV.shininess(1);cV.ambient(255,255,255);cV.specular(0,0,0);cV.emissive(0,0,0);cV.camera();cV.draw();dJ=cV.mouseX;d1=cV.mouseY;cV.pmouseX=d7;cV.pmouseY=d8};cV.noLoop=function(){aB=false;aw=false;clearInterval(b3);cP.onPause()};cV.loop=function(){if(aw){return}dq=Date.now();N=0;b3=B.setInterval(function(){try{cP.onFrameStart();cV.redraw();cP.onFrameEnd()}catch(d7){B.clearInterval(b3);throw d7}},ay);aB=true;aw=true;cP.onLoop()};cV.frameRate=function(d7){dQ=d7;ay=1000/dQ;if(aB){cV.noLoop();cV.loop()}};var at=[];function bM(d9,d8,d7){if(d9.addEventListener){d9.addEventListener(d8,d7,false)}else{d9.attachEvent("on"+d8,d7)}at.push({elem:d9,type:d8,fn:d7})}function dd(d7){var ea=d7.elem,d9=d7.type,d8=d7.fn;if(ea.removeEventListener){ea.removeEventListener(d9,d8,false)}else{if(ea.detachEvent){ea.detachEvent("on"+d9,d8)}}}cV.exit=function(){B.clearInterval(b3);J(cV.externals.canvas.id);for(var d8 in D.lib){if(D.lib.hasOwnProperty(d8)){if(D.lib[d8].hasOwnProperty("detach")){D.lib[d8].detach(cV)}}}var d7=at.length;while(d7--){dd(at[d7])}cP.onExit()};cV.cursor=function(){if(arguments.length>1||arguments.length===1&&arguments[0] instanceof cV.PImage){var ea=arguments[0],d7,ec;if(arguments.length>=3){d7=arguments[1];ec=arguments[2];if(d7<0||ec<0||ec>=ea.height||d7>=ea.width){throw"x and y must be non-negative and less than the dimensions of the image"}}else{d7=ea.width>>>1;ec=ea.height>>>1}var d8=ea.toDataURL();var d9='url("'+d8+'") '+d7+" "+ec+", default";X=ac.style.cursor=d9}else{if(arguments.length===1){var eb=arguments[0];X=ac.style.cursor=eb}else{X=ac.style.cursor=cj}}};cV.noCursor=function(){X=ac.style.cursor=z.NOCURSOR};cV.link=function(d7,d8){if(d8!==r){B.open(d7,d8)}else{B.location=d7}};cV.beginDraw=E;cV.endDraw=E;bO.prototype.toImageData=function(d7,ea,d8,d9){d7=d7!==r?d7:0;ea=ea!==r?ea:0;d8=d8!==r?d8:cV.width;d9=d9!==r?d9:cV.height;return d4.getImageData(d7,ea,d8,d9)};by.prototype.toImageData=function(ef,ee,eg,eb){ef=ef!==r?ef:0;ee=ee!==r?ee:0;eg=eg!==r?eg:cV.width;eb=eb!==r?eb:cV.height;var ed=d.createElement("canvas"),eh=ed.getContext("2d"),ea=eh.createImageData(eg,eb),d8=new b(eg*eb*4);d4.readPixels(ef,ee,eg,eb,d4.RGBA,d4.UNSIGNED_BYTE,d8);for(var d9=0,ec=d8.length,d7=ea.data;d90){ea=d9}else{if(d8 instanceof bN){ea=16;d8|=0}else{ea=32;while(ea>1&&!(d8>>>ea-1&1)){ea--}}}var d7="";while(ea>0){d7+=d8>>>--ea&1?"1":"0"}return d7};cV.unbinary=function(d8){var ea=d8.length-1,d9=1,d7=0;while(ea>=0){var eb=d8[ea--];if(eb!=="0"&&eb!=="1"){throw"the value passed into unbinary was not an 8 bit binary number"}if(eb==="1"){d7+=d9}d9<<=1}return d7};function cW(ej,eh,eb,em,ed,ek){var d9=ej<0?eb:eh;var d8=ed===0;var ei=ed===r||ed<0?0:ed;var eg=o.abs(ej);if(d8){ei=1;eg*=10;while(o.abs(o.round(eg)-eg)>0.000001&&ei<7){++ei;eg*=10}}else{if(ei!==0){eg*=o.pow(10,ei)}}var ea,ef=eg*2;if(o.floor(eg)===eg){ea=eg}else{if(o.floor(ef)===ef){var d7=o.floor(eg);ea=d7+d7%2}else{ea=o.round(eg)}}var ec="";var el=em+ei;while(el>0||ea>0){el--;ec=""+ea%10+ec;ea=o.floor(ea/10)}if(ek!==r){var ee=ec.length-3-ei;while(ee>0){ec=ec.substring(0,ee)+ek+ec.substring(ee);ee-=3}}if(ei>0){return d9+ec.substring(0,ec.length-ei)+"."+ec.substring(ec.length-ei,ec.length)}return d9+ec}function an(ed,ec,d7,ef,d8,ee){if(ed instanceof Array){var ea=[];for(var d9=0,eb=ed.length;d9=d8){d7=d7.substring(d7.length-d8,d7.length)}return d7};cV.hex=function(d8,d7){if(arguments.length===1){if(d8 instanceof bN){d7=4}else{d7=8}}return aK(d8,d7)};function dB(d7){var d8=parseInt("0x"+d7,16);if(d8>2147483647){d8-=4294967296}return d8}cV.unhex=function(d9){if(d9 instanceof Array){var d7=[];for(var d8=0;d80?ea:null};cV.__contains=function(d8,d7){if(typeof d8!=="string"){return d8.contains.apply(d8,a8(arguments))}return d8!==null&&d7!==null&&typeof d7==="string"&&d8.indexOf(d7)>-1};cV.__replaceAll=function(d7,d9,d8){if(typeof d7!=="string"){return d7.replaceAll.apply(d7,a8(arguments))}return d7.replace(new RegExp(d9,"g"),d8)};cV.__replaceFirst=function(d7,d9,d8){if(typeof d7!=="string"){return d7.replaceFirst.apply(d7,a8(arguments))}return d7.replace(new RegExp(d9,""),d8)};cV.__replace=function(ea,ec,eb){if(typeof ea!=="string"){return ea.replace.apply(ea,a8(arguments))}if(ec instanceof RegExp){return ea.replace(ec,eb)}if(typeof ec!=="string"){ec=ec.toString()}if(ec===""){return ea}var d9=ea.indexOf(ec);if(d9<0){return ea}var d8=0,d7="";do{d7+=ea.substring(d8,d9)+eb;d8=d9+ec.length}while((d9=ea.indexOf(ec,d8))>=0);return d7+ea.substring(d8)};cV.__equals=function(d8,d7){if(d8.equals instanceof Function){return d8.equals.apply(d8,a8(arguments))}return d8.valueOf()===d7.valueOf()};cV.__equalsIgnoreCase=function(d8,d7){if(typeof d8!=="string"){return d8.equalsIgnoreCase.apply(d8,a8(arguments))}return d8.toLowerCase()===d7.toLowerCase()};cV.__toCharArray=function(d9){if(typeof d9!=="string"){return d9.toCharArray.apply(d9,a8(arguments))}var ea=[];for(var d8=0,d7=d9.length;d8d7.length){return false}return d9===""||d9===d7?true:d7.indexOf(d9)===d8};cV.__endsWith=function(d8,d9){if(typeof d8!=="string"){return d8.endsWith.apply(d8,a8(arguments))}var d7=d9?d9.length:0;return d9===""||d9===d8?true:d8.indexOf(d9)===d8.length-d7};cV.__hashCode=function(d7){if(d7.hashCode instanceof Function){return d7.hashCode.apply(d7,a8(arguments))}return h(d7)};cV.__printStackTrace=function(d7){cV.println("Exception: "+d7.toString())};var d6=[];cV.println=function(d7){var d8=d6.length;if(d8){D.logger.log(d6.join(""));d6.length=0}if(arguments.length===0&&d8===0){D.logger.log("")}else{if(arguments.length!==0){D.logger.log(d7)}}};cV.print=function(d7){d6.push(d7)};cV.str=function(d9){if(d9 instanceof Array){var d7=[];for(var d8=0;d80){var d7=ea.shift();if(d7===d8){return true}if(d7.$interfaces){ea=ea.concat(d7.$interfaces)}}return false}while(eb.hasOwnProperty("$base")){eb=eb.$base;if(eb===d8){return true}}return false};cV.abs=o.abs;cV.ceil=o.ceil;cV.constrain=function(d8,d9,d7){return d8>d7?d7:d80)){throw"Non-empty array is expected"}var d7=d8[0],ea=d8.length;for(var d9=1;d90)){throw"Non-empty array is expected"}var d9=d7[0],ea=d7.length;for(var d8=1;d8d7[d8]){d9=d7[d8]}}return d9};cV.norm=function(d8,d7,d9){return(d8-d7)/(d9-d7)};cV.pow=o.pow;cV.round=o.round;cV.sq=function(d7){return d7*d7};cV.sqrt=o.sqrt;cV.acos=o.acos;cV.asin=o.asin;cV.atan=o.atan;cV.atan2=o.atan2;cV.cos=o.cos;cV.degrees=function(d7){return d7*180/o.PI};cV.radians=function(d7){return d7/180*o.PI};cV.sin=o.sin;cV.tan=o.tan;var bW=o.random;cV.random=function(){if(arguments.length===0){return bW()}if(arguments.length===1){return bW()*arguments[0]}var d8=arguments[0],d7=arguments[1];return bW()*(d7-d8)+d8};function cn(d9,d8){var eb=d9||362436069,d7=d8||521288629;var ea=function(){eb=36969*(eb&65535)+(eb>>>16)&4294967295;d7=18000*(d7&65535)+(d7>>>16)&4294967295;return((eb&65535)<<16|d7&65535)&4294967295};this.nextDouble=function(){var ec=ea()/4294967296;return ec<0?1+ec:ec};this.nextInt=ea}cn.createRandomized=function(){var d7=new Date;return new cn(d7/60000&4294967295,d7&4294967295)};cV.randomSeed=function(d7){bW=(new cn(d7)).nextDouble};cV.Random=function(d7){var ea=false,d8,d9;this.nextGaussian=function(){if(ea){ea=false;return d8}var ee,ec,eb;do{ee=2*d9()-1;ec=2*d9()-1;eb=ee*ee+ec*ec}while(eb>=1||eb===0);var ed=o.sqrt(-2*o.log(eb)/eb);d8=ec*ed;ea=true;return ee*ed};d9=d7===r?o.random:(new cn(d7)).nextDouble};function dw(ee){var d8=ee!==r?new cn(ee):cn.createRandomized();var ed,eb;var ea=new b(512);for(ed=0;ed<256;++ed){ea[ed]=ed}for(ed=0;ed<256;++ed){var eg=ea[eb=d8.nextInt()&255];ea[eb]=ea[ed];ea[ed]=eg}for(ed=0;ed<256;++ed){ea[ed+256]=ea[ed]}function d7(ek,eh,en,em){var el=ek&15;var ej=el<8?eh:en,ei=el<4?en:el===12||el===14?eh:em;return((el&1)===0?ej:-ej)+((el&2)===0?ei:-ei)}function ec(ej,eh,ek){var ei=(ej&1)===0?eh:ek;return(ej&2)===0?-ei:ei}function ef(ei,eh){return(ei&1)===0?-eh:eh}function d9(ej,ei,eh){return ei+ej*(eh-ei)}this.noise3d=function(et,es,er){var ek=o.floor(et)&255,ei=o.floor(es)&255,eh=o.floor(er)&255;et-=o.floor(et);es-=o.floor(es);er-=o.floor(er);var eo=(3-2*et)*et*et,en=(3-2*es)*es*es,em=(3-2*er)*er*er;var ev=ea[ek]+ei,eq=ea[ev]+eh,ep=ea[ev+1]+eh,eu=ea[ek+1]+ei,el=ea[eu]+eh,ej=ea[eu+1]+eh;return d9(em,d9(en,d9(eo,d7(ea[eq],et,es,er),d7(ea[el],et-1,es,er)),d9(eo,d7(ea[ep],et,es-1,er),d7(ea[ej],et-1,es-1,er))),d9(en,d9(eo,d7(ea[eq+1],et,es,er-1),d7(ea[el+1],et-1,es,er-1)),d9(eo,d7(ea[ep+1],et,es-1,er-1),d7(ea[ej+1],et-1,es-1,er-1))))};this.noise2d=function(eh,eo){var en=o.floor(eh)&255,el=o.floor(eo)&255;eh-=o.floor(eh);eo-=o.floor(eo);var ej=(3-2*eh)*eh*eh,ei=(3-2*eo)*eo*eo;var em=ea[en]+el,ek=ea[en+1]+el;return d9(ei,d9(ej,ec(ea[em],eh,eo),ec(ea[ek],eh-1,eo)),d9(ej,ec(ea[em+1],eh,eo-1),ec(ea[ek+1],eh-1,eo-1)))};this.noise1d=function(eh){var ej=o.floor(eh)&255;eh-=o.floor(eh);var ei=(3-2*eh)*eh*eh;return d9(ei,ef(ea[ej],eh),ef(ea[ej+1],eh-1))}}var bU={generator:r,octaves:4,fallout:0.5,seed:r};cV.noise=function(d7,ee,ed){if(bU.generator===r){bU.generator=new dw(bU.seed)}var ec=bU.generator;var eb=1,d8=1,ea=0;for(var d9=0;d90){ac.style.removeProperty("width");ac.style.removeProperty("height")}ac.width=cV.width=d8||100;ac.height=cV.height=eb||100;for(var ec in d9){if(d9.hasOwnProperty(ec)){d4[ec]=d9[ec]}}cV.textFont(U);cV.background();bY=o.max(1000,d8*eb*0.05);cV.externals.context=d4;for(var d7=0;d7<720;d7++){ag[d7]=cV.sin(d7*(o.PI/180)*0.5);bi[d7]=cV.cos(d7*(o.PI/180)*0.5)}};bO.prototype.size=function(d7,d9,d8){if(d4===r){d4=ac.getContext("2d");al=new T;c9=new T;dF=new aT;aQ=new aT}dp.prototype.size.apply(this,arguments)};by.prototype.size=function(){var d8=false;return function d7(ea,ec,eb){if(d8){throw"Multiple calls to size() for 3D renders are not allowed."}d8=true;function ed(ef){var ei=["experimental-webgl","webgl","webkit-3d"],eh;for(var eg=0,ee=ei.length;eg>16)&255)/255,((d8&65280)>>>8)/255,(d8&255)/255];d4.useProgram(du);dY("lights.color.3d."+dH,du,"lights"+dH+".color",d9);dY("lights.position.3d."+dH,du,"lights"+dH+".position",ed.array());dV("lights.type.3d."+dH,du,"lights"+dH+".type",0);dV("lightCount3d",du,"lightCount",++dH)};bO.prototype.directionalLight=dp.prototype.a3DOnlyFunction;by.prototype.directionalLight=function(d7,ed,ef,ee,ec,eb){if(dH===8){throw"can only create "+8+" lights"}d4.useProgram(du);var eg=new aM;eg.scale(1,-1,1);eg.apply(dF.array());eg=eg.array();var d9=[eg[0]*ee+eg[4]*ec+eg[8]*eb,eg[1]*ee+eg[5]*ec+eg[9]*eb,eg[2]*ee+eg[6]*ec+eg[10]*eb];var d8=dD(d7,ed,ef,0);var ea=[((d8>>16)&255)/255,((d8>>8)&255)/255,(d8&255)/255];dY("lights.color.3d."+dH,du,"lights"+dH+".color",ea);dY("lights.position.3d."+dH,du,"lights"+dH+".position",d9);dV("lights.type.3d."+dH,du,"lights"+dH+".type",1);dV("lightCount3d",du,"lightCount",++dH)};bO.prototype.lightFalloff=dp.prototype.a3DOnlyFunction;by.prototype.lightFalloff=function(d8,d7,d9){d4.useProgram(du);dY("falloff3d",du,"falloff",[d8,d7,d9])};bO.prototype.lightSpecular=dp.prototype.a3DOnlyFunction;by.prototype.lightSpecular=function(eb,ea,d7){var d8=dD(eb,ea,d7,0);var d9=[((d8>>16)&255)/255,((d8>>8)&255)/255,(d8&255)/255];d4.useProgram(du);dY("specular3d",du,"specular",d9)};cV.lights=function(){cV.ambientLight(128,128,128);cV.directionalLight(128,128,128,0,0,-1);cV.lightFalloff(1,0,0);cV.lightSpecular(0,0,0)};bO.prototype.pointLight=dp.prototype.a3DOnlyFunction;by.prototype.pointLight=function(d7,ea,ef,eg,ec,eb){if(dH===8){throw"can only create "+8+" lights"}var ed=new y(eg,ec,eb);var ee=new aM;ee.scale(1,-1,1);ee.apply(dF.array());ee.mult(ed,ed);var d8=dD(d7,ea,ef,0);var d9=[((d8>>16)&255)/255,((d8>>8)&255)/255,(d8&255)/255];d4.useProgram(du);dY("lights.color.3d."+dH,du,"lights"+dH+".color",d9);dY("lights.position.3d."+dH,du,"lights"+dH+".position",ed.array());dV("lights.type.3d."+dH,du,"lights"+dH+".type",2);dV("lightCount3d",du,"lightCount",++dH)};bO.prototype.noLights=dp.prototype.a3DOnlyFunction;by.prototype.noLights=function(){dH=0;d4.useProgram(du);dV("lightCount3d",du,"lightCount",dH)};bO.prototype.spotLight=dp.prototype.a3DOnlyFunction;by.prototype.spotLight=function(d7,ef,ek,el,ej,eh,eg,ee,ec,eb,ed){if(dH===8){throw"can only create "+8+" lights"}d4.useProgram(du);var ei=new y(el,ej,eh);var em=new aM;em.scale(1,-1,1);em.apply(dF.array());em.mult(ei,ei);em=em.array();var d9=[em[0]*eg+em[4]*ee+em[8]*ec,em[1]*eg+em[5]*ee+em[9]*ec,em[2]*eg+em[6]*ee+em[10]*ec];var d8=dD(d7,ef,ek,0);var ea=[((d8>>16)&255)/255,((d8>>8)&255)/255,(d8&255)/255];dY("lights.color.3d."+dH,du,"lights"+dH+".color",ea);dY("lights.position.3d."+dH,du,"lights"+dH+".position",ei.array());dY("lights.direction.3d."+dH,du,"lights"+dH+".direction",d9);dY("lights.concentration.3d."+dH,du,"lights"+dH+".concentration",ed);dY("lights.angle.3d."+dH,du,"lights"+dH+".angle",eb);dV("lights.type.3d."+dH,du,"lights"+dH+".type",3);dV("lightCount3d",du,"lightCount",++dH)};bO.prototype.beginCamera=function(){throw"beginCamera() is not available in 2D mode"};by.prototype.beginCamera=function(){if(ao){throw"You cannot call beginCamera() again before calling endCamera()"}ao=true;dF=cg;aQ=bT};bO.prototype.endCamera=function(){throw"endCamera() is not available in 2D mode"};by.prototype.endCamera=function(){if(!ao){throw"You cannot call endCamera() before calling beginCamera()"}dF.set(bT);aQ.set(cg);ao=false};cV.camera=function(ei,eh,ef,ed,eb,ea,eq,eo,em){if(ei===r){dj=cV.width/2;dh=cV.height/2;dg=dh/o.tan(cJ/2);ei=dj;eh=dh;ef=dg;ed=dj;eb=dh;ea=0;eq=0;eo=1;em=0}var ec=new y(ei-ed,eh-eb,ef-ea);var ee=new y(eq,eo,em);ec.normalize();var eg=y.cross(ee,ec);ee=y.cross(ec,eg);eg.normalize();ee.normalize();var er=eg.x,ep=eg.y,en=eg.z;var d9=ee.x,d8=ee.y,d7=ee.z;var el=ec.x,ek=ec.y,ej=ec.z;bT.set(er,ep,en,0,d9,d8,d7,0,el,ek,ej,0,0,0,0,1);bT.translate(-ei,-eh,-ef);cg.reset();cg.invApply(er,ep,en,0,d9,d8,d7,0,el,ek,ej,0,0,0,0,1);cg.translate(ei,eh,ef);dF.set(bT);aQ.set(cg)};cV.perspective=function(eb,d9,ec,d8){if(arguments.length===0){dh=ac.height/2;dg=dh/o.tan(cJ/2);aW=dg/10;au=dg*10;b4=cV.width/cV.height;eb=cJ;d9=b4;ec=aW;d8=au}var ed,d7,ee,ea;ed=ec*o.tan(eb/2);d7=-ed;ee=ed*d9;ea=d7*d9;cV.frustum(ea,ee,d7,ed,ec,d8)};bO.prototype.frustum=function(){throw"Processing.js: frustum() is not supported in 2D mode"};by.prototype.frustum=function(ed,d9,d8,ec,eb,d7){ch=true;da=new aM;da.set(2*eb/(d9-ed),0,(d9+ed)/(d9-ed),0,0,2*eb/(ec-d8),(ec+d8)/(ec-d8),0,0,0,-(d7+eb)/(d7-eb),-(2*d7*eb)/(d7-eb),0,0,-1,0);var ea=new aM;ea.set(da);ea.transpose();d4.useProgram(dM);a5("projection2d",dM,"projection",false,ea.array());d4.useProgram(du);a5("projection3d",du,"projection",false,ea.array());d4.useProgram(bQ);a5("uProjectionUS",bQ,"uProjection",false,ea.array())};cV.ortho=function(d8,ej,d7,eh,ee,ed){if(arguments.length===0){d8=0;ej=cV.width;d7=0;eh=cV.height;ee=-10;ed=10}var ei=2/(ej-d8);var eg=2/(eh-d7);var ef=-2/(ed-ee);var ec=-(ej+d8)/(ej-d8);var eb=-(eh+d7)/(eh-d7);var ea=-(ed+ee)/(ed-ee);da=new aM;da.set(ei,0,0,ec,0,eg,0,eb,0,0,ef,ea,0,0,0,1);var d9=new aM;d9.set(da);d9.transpose();d4.useProgram(dM);a5("projection2d",dM,"projection",false,d9.array());d4.useProgram(du);a5("projection3d",du,"projection",false,d9.array());d4.useProgram(bQ);a5("uProjectionUS",bQ,"uProjection",false,d9.array());ch=false};cV.printProjection=function(){da.print()};cV.printCamera=function(){bT.print()};bO.prototype.box=dp.prototype.a3DOnlyFunction;by.prototype.box=function(d9,ec,ee){if(!ec||!ee){ec=ee=d9}var eb=new aM;eb.scale(d9,ec,ee);var d8=new aM;d8.scale(1,-1,1);d8.apply(dF.array());d8.transpose();if(aF){d4.useProgram(du);a5("model3d",du,"model",false,eb.array());a5("view3d",du,"view",false,d8.array());d4.enable(d4.POLYGON_OFFSET_FILL);d4.polygonOffset(1,1);dY("color3d",du,"color",bl);if(dH>0){var ea=new aM;ea.set(d8);var d7=new aM;d7.set(eb);ea.mult(d7);var ed=new aM;ed.set(ea);ed.invert();ed.transpose();a5("normalTransform3d",du,"normalTransform",false,ed.array());db("normal3d",du,"Normal",3,cI)}else{cf("normal3d",du,"Normal")}db("vertex3d",du,"Vertex",3,bd);cf("aColor3d",du,"aColor");cf("aTexture3d",du,"aTexture");d4.drawArrays(d4.TRIANGLES,0,df.length/3);d4.disable(d4.POLYGON_OFFSET_FILL)}if(dS>0&&cd){d4.useProgram(dM);a5("model2d",dM,"model",false,eb.array());a5("view2d",dM,"view",false,d8.array());dY("color2d",dM,"color",cZ);dV("picktype2d",dM,"picktype",0);db("vertex2d",dM,"Vertex",3,di);cf("aTextureCoord2d",dM,"aTextureCoord");d4.drawArrays(d4.LINES,0,bE.length/3)}};var cC=function(){var d8;cE=[];for(d8=0;d80){var d9=new aM;d9.set(d8);var d7=new aM;d7.set(ea);d9.mult(d7);var ec=new aM;ec.set(d9);ec.invert();ec.transpose();a5("normalTransform3d",du,"normalTransform",false,ec.array());db("normal3d",du,"Normal",3,bc)}else{cf("normal3d",du,"Normal")}d4.useProgram(du);cf("aTexture3d",du,"aTexture");a5("model3d",du,"model",false,ea.array());a5("view3d",du,"view",false,d8.array());db("vertex3d",du,"Vertex",3,bc);cf("aColor3d",du,"aColor");d4.enable(d4.POLYGON_OFFSET_FILL);d4.polygonOffset(1,1);dY("color3d",du,"color",bl);d4.drawArrays(d4.TRIANGLE_STRIP,0,cE.length/3);d4.disable(d4.POLYGON_OFFSET_FILL)}if(dS>0&&cd){d4.useProgram(dM);a5("model2d",dM,"model",false,ea.array());a5("view2d",dM,"view",false,d8.array());db("vertex2d",dM,"Vertex",3,bc);cf("aTextureCoord2d",dM,"aTextureCoord");dY("color2d",dM,"color",cZ);dV("picktype2d",dM,"picktype",0);d4.drawArrays(d4.LINE_STRIP,0,cE.length/3)}};cV.modelX=function(ed,ec,eb){var ef=dF.array();var eh=cg.array();var d7=ef[0]*ed+ef[1]*ec+ef[2]*eb+ef[3];var eg=ef[4]*ed+ef[5]*ec+ef[6]*eb+ef[7];var ee=ef[8]*ed+ef[9]*ec+ef[10]*eb+ef[11];var d8=ef[12]*ed+ef[13]*ec+ef[14]*eb+ef[15];var d9=eh[0]*d7+eh[1]*eg+eh[2]*ee+eh[3]*d8;var ea=eh[12]*d7+eh[13]*eg+eh[14]*ee+eh[15]*d8;return ea!==0?d9/ea:d9};cV.modelY=function(ed,ec,eb){var ef=dF.array();var eh=cg.array();var d7=ef[0]*ed+ef[1]*ec+ef[2]*eb+ef[3];var eg=ef[4]*ed+ef[5]*ec+ef[6]*eb+ef[7];var ee=ef[8]*ed+ef[9]*ec+ef[10]*eb+ef[11];var d8=ef[12]*ed+ef[13]*ec+ef[14]*eb+ef[15];var d9=eh[4]*d7+eh[5]*eg+eh[6]*ee+eh[7]*d8;var ea=eh[12]*d7+eh[13]*eg+eh[14]*ee+eh[15]*d8;return ea!==0?d9/ea:d9};cV.modelZ=function(ed,ec,eb){var ef=dF.array();var eh=cg.array();var d7=ef[0]*ed+ef[1]*ec+ef[2]*eb+ef[3];var eg=ef[4]*ed+ef[5]*ec+ef[6]*eb+ef[7];var ee=ef[8]*ed+ef[9]*ec+ef[10]*eb+ef[11];var d9=ef[12]*ed+ef[13]*ec+ef[14]*eb+ef[15];var d8=eh[8]*d7+eh[9]*eg+eh[10]*ee+eh[11]*d9;var ea=eh[12]*d7+eh[13]*eg+eh[14]*ee+eh[15]*d9;return ea!==0?d8/ea:d8};bO.prototype.ambient=dp.prototype.a3DOnlyFunction;by.prototype.ambient=function(ea,d9,d8){d4.useProgram(du);dV("usingMat3d",du,"usingMat",true);var d7=cV.color(ea,d9,d8);dY("mat_ambient3d",du,"mat_ambient",cV.color.toGLArray(d7).slice(0,3))};bO.prototype.emissive=dp.prototype.a3DOnlyFunction;by.prototype.emissive=function(ea,d9,d8){d4.useProgram(du);dV("usingMat3d",du,"usingMat",true);var d7=cV.color(ea,d9,d8);dY("mat_emissive3d",du,"mat_emissive",cV.color.toGLArray(d7).slice(0,3))};bO.prototype.shininess=dp.prototype.a3DOnlyFunction;by.prototype.shininess=function(d7){d4.useProgram(du);dV("usingMat3d",du,"usingMat",true);dY("shininess3d",du,"shininess",d7)};bO.prototype.specular=dp.prototype.a3DOnlyFunction;by.prototype.specular=function(ea,d9,d8){d4.useProgram(du);dV("usingMat3d",du,"usingMat",true);var d7=cV.color(ea,d9,d8);dY("mat_specular3d",du,"mat_specular",cV.color.toGLArray(d7).slice(0,3))};cV.screenX=function(ee,ed,ec){var eg=dF.array();if(eg.length===16){var d7=eg[0]*ee+eg[1]*ed+eg[2]*ec+eg[3];var eh=eg[4]*ee+eg[5]*ed+eg[6]*ec+eg[7];var ef=eg[8]*ee+eg[9]*ed+eg[10]*ec+eg[11];var d8=eg[12]*ee+eg[13]*ed+eg[14]*ec+eg[15];var eb=da.array();var d9=eb[0]*d7+eb[1]*eh+eb[2]*ef+eb[3]*d8;var ea=eb[12]*d7+eb[13]*eh+eb[14]*ef+eb[15]*d8;if(ea!==0){d9/=ea}return cV.width*(1+d9)/2}return dF.multX(ee,ed)};cV.screenY=function az(ee,ed,ec){var eg=dF.array();if(eg.length===16){var d7=eg[0]*ee+eg[1]*ed+eg[2]*ec+eg[3];var eh=eg[4]*ee+eg[5]*ed+eg[6]*ec+eg[7];var ef=eg[8]*ee+eg[9]*ed+eg[10]*ec+eg[11];var d8=eg[12]*ee+eg[13]*ed+eg[14]*ec+eg[15];var eb=da.array();var d9=eb[4]*d7+eb[5]*eh+eb[6]*ef+eb[7]*d8;var ea=eb[12]*d7+eb[13]*eh+eb[14]*ef+eb[15]*d8;if(ea!==0){d9/=ea}return cV.height*(1+d9)/2}return dF.multY(ee,ed)};cV.screenZ=function ax(ee,ed,ec){var eg=dF.array();if(eg.length!==16){return 0}var eb=da.array();var d7=eg[0]*ee+eg[1]*ed+eg[2]*ec+eg[3];var eh=eg[4]*ee+eg[5]*ed+eg[6]*ec+eg[7];var ef=eg[8]*ee+eg[9]*ed+eg[10]*ec+eg[11];var d9=eg[12]*ee+eg[13]*ed+eg[14]*ec+eg[15];var d8=eb[8]*d7+eb[9]*eh+eb[10]*ef+eb[11]*d9;var ea=eb[12]*d7+eb[13]*eh+eb[14]*ef+eb[15]*d9;if(ea!==0){d8/=ea}return(d8+1)/2};dp.prototype.fill=function(){var d7=cV.color(arguments[0],arguments[1],arguments[2],arguments[3]);if(d7===aX&&aF){return}aF=true;aX=d7};bO.prototype.fill=function(){dp.prototype.fill.apply(this,arguments);ap=true};by.prototype.fill=function(){dp.prototype.fill.apply(this,arguments);bl=cV.color.toGLArray(aX)};function bk(){if(aF){if(ap){d4.fillStyle=cV.color.toString(aX);ap=false}d4.fill()}}cV.noFill=function(){aF=false};dp.prototype.stroke=function(){var d7=cV.color(arguments[0],arguments[1],arguments[2],arguments[3]);if(d7===cu&&cd){return}cd=true;cu=d7};bO.prototype.stroke=function(){dp.prototype.stroke.apply(this,arguments);b2=true};by.prototype.stroke=function(){dp.prototype.stroke.apply(this,arguments);cZ=cV.color.toGLArray(cu)};function dc(){if(cd){if(b2){d4.strokeStyle=cV.color.toString(cu);b2=false}d4.stroke()}}cV.noStroke=function(){cd=false};dp.prototype.strokeWeight=function(d7){dS=d7};bO.prototype.strokeWeight=function(d7){dp.prototype.strokeWeight.apply(this,arguments);d4.lineWidth=d7};by.prototype.strokeWeight=function(d7){dp.prototype.strokeWeight.apply(this,arguments);d4.useProgram(dM);dY("pointSize2d",dM,"pointSize",d7);d4.useProgram(bQ);dY("pointSizeUnlitShape",bQ,"pointSize",d7);d4.lineWidth(d7)};cV.strokeCap=function(d7){dU.$ensureContext().lineCap=d7};cV.strokeJoin=function(d7){dU.$ensureContext().lineJoin=d7};bO.prototype.smooth=function(){dK=true;var d7=ac.style;d7.setProperty("image-rendering","optimizeQuality","important");d7.setProperty("-ms-interpolation-mode","bicubic","important");if(d4.hasOwnProperty("mozImageSmoothingEnabled")){d4.mozImageSmoothingEnabled=true}};by.prototype.smooth=E;bO.prototype.noSmooth=function(){dK=false;var d7=ac.style;d7.setProperty("image-rendering","optimizeSpeed","important");d7.setProperty("image-rendering","-moz-crisp-edges","important");d7.setProperty("image-rendering","-webkit-optimize-contrast","important");d7.setProperty("image-rendering","optimize-contrast","important");d7.setProperty("-ms-interpolation-mode","nearest-neighbor","important");if(d4.hasOwnProperty("mozImageSmoothingEnabled")){d4.mozImageSmoothingEnabled=false}};by.prototype.noSmooth=E;bO.prototype.point=function(d7,d8){if(!cd){return}d7=o.round(d7);d8=o.round(d8);d4.fillStyle=cV.color.toString(cu);ap=true;if(dS>1){d4.beginPath();d4.arc(d7,d8,dS/2,0,6.283185307179586,false);d4.fill()}else{d4.fillRect(d7,d8,1,1)}};by.prototype.point=function(d7,eb,ea){var d9=new aM;d9.translate(d7,eb,ea||0);d9.transpose();var d8=new aM;d8.scale(1,-1,1);d8.apply(dF.array());d8.transpose();d4.useProgram(dM);a5("model2d",dM,"model",false,d9.array());a5("view2d",dM,"view",false,d8.array());if(dS>0&&cd){dY("color2d",dM,"color",cZ);dV("picktype2d",dM,"picktype",0);db("vertex2d",dM,"Vertex",3,av);cf("aTextureCoord2d",dM,"aTextureCoord");d4.drawArrays(d4.POINTS,0,1)}};cV.beginShape=function(d7){dN=d7;d2=[];a7=[]};bO.prototype.vertex=function(d7,eb,ea,d9){var d8=[];if(dr){dr=false}d8.isVert=true;d8[0]=d7;d8[1]=eb;d8[2]=0;d8[3]=ea;d8[4]=d9;d8[5]=aX;d8[6]=cu;a7.push(d8)};by.prototype.vertex=function(d7,ec,eb,ea,d9){var d8=[];if(dr){dr=false}d8.isVert=true;if(d9===r&&dP){d9=ea;ea=eb;eb=0}if(ea!==r&&d9!==r){if(d0===2){ea/=cr.width;d9/=cr.height}ea=ea>1?1:ea;ea=ea<0?0:ea;d9=d9>1?1:d9;d9=d9<0?0:d9}d8[0]=d7;d8[1]=ec;d8[2]=eb||0;d8[3]=ea||0;d8[4]=d9||0;d8[5]=bl[0];d8[6]=bl[1];d8[7]=bl[2];d8[8]=bl[3];d8[9]=cZ[0];d8[10]=cZ[1];d8[11]=cZ[2];d8[12]=cZ[3];d8[13]=a4;d8[14]=a3;d8[15]=a2;a7.push(d8)};var dX=function(d9,d8){var d7=new aM;d7.scale(1,-1,1);d7.apply(dF.array());d7.transpose();d4.useProgram(bQ);a5("uViewUS",bQ,"uView",false,d7.array());db("aVertexUS",bQ,"aVertex",3,av);d4.bufferData(d4.ARRAY_BUFFER,new e(d9),d4.STREAM_DRAW);db("aColorUS",bQ,"aColor",4,aE);d4.bufferData(d4.ARRAY_BUFFER,new e(d8),d4.STREAM_DRAW);d4.drawArrays(d4.POINTS,0,d9.length/3)};var bg=function(eb,ea,d9){var d8;if(ea==="LINES"){d8=d4.LINES}else{if(ea==="LINE_LOOP"){d8=d4.LINE_LOOP}else{d8=d4.LINE_STRIP}}var d7=new aM;d7.scale(1,-1,1);d7.apply(dF.array());d7.transpose();d4.useProgram(bQ);a5("uViewUS",bQ,"uView",false,d7.array());db("aVertexUS",bQ,"aVertex",3,b7);d4.bufferData(d4.ARRAY_BUFFER,new e(eb),d4.STREAM_DRAW);db("aColorUS",bQ,"aColor",4,bz);d4.bufferData(d4.ARRAY_BUFFER,new e(d9),d4.STREAM_DRAW);d4.drawArrays(d8,0,eb.length/3)};var dk=function(ec,eb,ea,d9){var d8;if(eb==="TRIANGLES"){d8=d4.TRIANGLES}else{if(eb==="TRIANGLE_FAN"){d8=d4.TRIANGLE_FAN}else{d8=d4.TRIANGLE_STRIP}}var d7=new aM;d7.scale(1,-1,1);d7.apply(dF.array());d7.transpose();d4.useProgram(du);a5("model3d",du,"model",false,[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]);a5("view3d",du,"view",false,d7.array());d4.enable(d4.POLYGON_OFFSET_FILL);d4.polygonOffset(1,1);dY("color3d",du,"color",[-1,0,0,0]);db("vertex3d",du,"Vertex",3,ar);d4.bufferData(d4.ARRAY_BUFFER,new e(ec),d4.STREAM_DRAW);if(dP&&bb!==null){bt(ea)}db("aColor3d",du,"aColor",4,aE);d4.bufferData(d4.ARRAY_BUFFER,new e(ea),d4.STREAM_DRAW);cf("normal3d",du,"Normal");if(dP){dV("usingTexture3d",du,"usingTexture",dP);db("aTexture3d",du,"aTexture",2,ae);d4.bufferData(d4.ARRAY_BUFFER,new e(d9),d4.STREAM_DRAW)}d4.drawArrays(d8,0,ec.length/3);d4.disable(d4.POLYGON_OFFSET_FILL)};function cR(){bk();dc();d4.closePath()}bO.prototype.endShape=function(ee){if(a7.length===0){return}var ea=ee===2;if(ea){a7.push(a7[0])}var d9=[];var d7=[];var eg=[];var ej=[];var ec=[];var ef;dr=true;var ed,eb,d8;var ei=a7.length;for(ed=0;ed3){var eh=[],ek=1-aH;d4.beginPath();d4.moveTo(a7[1][0],a7[1][1]);for(ed=1;ed+22){d4.beginPath();d4.moveTo(a7[0][0],a7[0][1]);d4.lineTo(a7[1][0],a7[1][1]);d4.lineTo(a7[2][0],a7[2][1]);if(aF){cV.fill(a7[2][5]);bk()}if(cd){cV.stroke(a7[2][6]);dc()}d4.closePath();for(ed=3;ed3){for(ed=0;ed+12){for(ed=0;ed+22){for(ed=0;ed+22){for(ed=0;ed<3;ed++){ef=a7[ed];for(eb=0;eb<3;eb++){d9.push(ef[eb])}}for(ed=0;ed<3;ed++){ef=a7[ed];for(eb=9;eb<13;eb++){ej.push(ef[eb])}}if(cd){bg(d9,"LINE_LOOP",ej)}for(ed=2;ed+13){for(ed=0;ed<2;ed++){ef=a7[ed];for(eb=0;eb<3;eb++){d9.push(ef[eb])}}for(ed=0;ed<2;ed++){ef=a7[ed];for(eb=9;eb<13;eb++){ej.push(ef[eb])}}bg(d9,"LINE_STRIP",ej);if(ei>4&&ei%2>0){eh=d7.splice(d7.length-3);a7.pop()}for(ed=0;ed+33){aq(ca[c1-4][0],ca[c1-4][1],ca[c1-4][2],ca[c1-3][0],ca[c1-3][1],ca[c1-3][2],ca[c1-2][0],ca[c1-2][1],ca[c1-2][2],ca[c1-1][0],ca[c1-1][1],ca[c1-1][2])}};bO.prototype.curve=function(){if(arguments.length===8){cV.beginShape();cV.curveVertex(arguments[0],arguments[1]);cV.curveVertex(arguments[2],arguments[3]);cV.curveVertex(arguments[4],arguments[5]);cV.curveVertex(arguments[6],arguments[7]);cV.endShape()}};by.prototype.curve=function(){if(arguments.length===12){cV.beginShape();cV.curveVertex(arguments[0],arguments[1],arguments[2]);cV.curveVertex(arguments[3],arguments[4],arguments[5]);cV.curveVertex(arguments[6],arguments[7],arguments[8]);cV.curveVertex(arguments[9],arguments[10],arguments[11]);cV.endShape()}};cV.curveTightness=function(d7){aH=d7};cV.curveDetail=function(d7){O=d7;dn()};cV.rectMode=function(d7){bI=d7};cV.imageMode=function(d7){switch(d7){case 0:bh=aV;break;case 1:bh=b0;break;case 3:bh=aL;break;default:throw"Invalid imageMode"}};cV.ellipseMode=function(d7){cM=d7};cV.arc=function(ej,eh,ea,el,d9,ei){if(ea<=0||ei6.283185307179586){d9=0;ei=6.283185307179586}var ek=ea/2;var em=el/2;var ee=ej+ek;var ec=eh+em;var d8=0|-0.5+d9*cV.RAD_TO_DEG*2;var eg=0|0.5+ei*cV.RAD_TO_DEG*2;var ef,ed;if(aF){var eb=cd;cd=false;cV.beginShape();cV.vertex(ee,ec);for(ef=d8;ef<=eg;ef++){ed=ef%720;cV.vertex(ee+bi[ed]*ek,ec+ag[ed]*em)}cV.endShape(2);cd=eb}if(cd){var d7=aF;aF=false;cV.beginShape();for(ef=d8;ef<=eg;ef++){ed=ef%720;cV.vertex(ee+bi[ed]*ek,ec+ag[ed]*em)}cV.endShape();aF=d7}};bO.prototype.line=function(d8,ef,d7,ed){if(!cd){return}d8=o.round(d8);d7=o.round(d7);ef=o.round(ef);ed=o.round(ed);if(d8===d7&&ef===ed){cV.point(d8,ef);return}var d9=r,eg=r,ec=true,ee=dF.array(),ea=[1,0,0,0,1,0];for(var eb=0;eb<6&&ec;eb++){ec=ee[eb]===ea[eb]}if(ec){if(d8===d7){if(ef>ed){d9=ef;ef=ed;ed=d9}ed++;if(dS%2===1){d4.translate(0.5,0)}}else{if(ef===ed){if(d8>d7){d9=d8;d8=d7;d7=d9}d7++;if(dS%2===1){d4.translate(0,0.5)}}}if(dS===1){eg=d4.lineCap;d4.lineCap="butt"}}d4.beginPath();d4.moveTo(d8||0,ef||0);d4.lineTo(d7||0,ed||0);dc();if(ec){if(d8===d7&&dS%2===1){d4.translate(-0.5,0)}else{if(ef===ed&&dS%2===1){d4.translate(0,-0.5)}}if(dS===1){d4.lineCap=eg}}};by.prototype.line=function(d9,ec,ee,d8,ea,ed){if(ea===r||ed===r){ed=0;ea=d8;d8=ee;ee=0}if(d9===d8&&ec===ea&&ee===ed){cV.point(d9,ec,ee);return}var eb=[d9,ec,ee,d8,ea,ed];var d7=new aM;d7.scale(1,-1,1);d7.apply(dF.array());d7.transpose();if(dS>0&&cd){d4.useProgram(dM);a5("model2d",dM,"model",false,[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]);a5("view2d",dM,"view",false,d7.array());dY("color2d",dM,"color",cZ);dV("picktype2d",dM,"picktype",0);db("vertex2d",dM,"Vertex",3,b7);cf("aTextureCoord2d",dM,"aTextureCoord");d4.bufferData(d4.ARRAY_BUFFER,new e(eb),d4.STREAM_DRAW);d4.drawArrays(d4.LINES,0,2)}};bO.prototype.bezier=function(){if(arguments.length!==8){throw"You must use 8 parameters for bezier() in 2D mode"}cV.beginShape();cV.vertex(arguments[0],arguments[1]);cV.bezierVertex(arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7]);cV.endShape()};by.prototype.bezier=function(){if(arguments.length!==12){throw"You must use 12 parameters for bezier() in 3D mode"}cV.beginShape();cV.vertex(arguments[0],arguments[1],arguments[2]);cV.bezierVertex(arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],arguments[11]);cV.endShape()};cV.bezierDetail=function(d7){cx=d7};cV.bezierPoint=function(d8,d7,eb,ea,d9){return(1-d9)*(1-d9)*(1-d9)*d8+3*(1-d9)*(1-d9)*d9*d7+3*(1-d9)*d9*d9*eb+d9*d9*d9*ea};cV.bezierTangent=function(d8,d7,eb,ea,d9){return 3*d9*d9*(-d8+3*d7-3*eb+ea)+6*d9*(d8-2*d7+eb)+3*(-d8+d7)};cV.curvePoint=function(d8,d7,eb,ea,d9){return 0.5*(2*d7+(-d8+eb)*d9+(2*d8-5*d7+4*eb-ea)*d9*d9+(-d8+3*d7-3*eb+ea)*d9*d9*d9)};cV.curveTangent=function(d8,d7,eb,ea,d9){return 0.5*(-d8+eb+2*(2*d8-5*d7+4*eb-ea)*d9+3*(-d8+3*d7-3*eb+ea)*d9*d9)};cV.triangle=function(ea,ec,d8,eb,d7,d9){cV.beginShape(9);cV.vertex(ea,ec,0);cV.vertex(d8,eb,0);cV.vertex(d7,d9,0);cV.endShape()};cV.quad=function(ec,ee,ea,ed,d8,eb,d7,d9){cV.beginShape(16);cV.vertex(ec,ee,0);cV.vertex(ea,ed,0);cV.vertex(d8,eb,0);cV.vertex(d7,d9,0);cV.endShape()};var bL=function(ed,ec,d7,ee,eg,eb,ef,d8){if(d8===r){eb=eg;ef=eg;d8=eg}var d9=d7/2,ea=ee/2;if(eg>d9||eg>ea){eg=o.min(d9,ea)}if(eb>d9||eb>ea){eb=o.min(d9,ea)}if(ef>d9||ef>ea){ef=o.min(d9,ea)}if(d8>d9||d8>ea){d8=o.min(d9,ea)}if(!aF||cd){d4.translate(0.5,0.5)}d4.beginPath();d4.moveTo(ed+eg,ec);d4.lineTo(ed+d7-eb,ec);d4.quadraticCurveTo(ed+d7,ec,ed+d7,ec+eb);d4.lineTo(ed+d7,ec+ee-ef);d4.quadraticCurveTo(ed+d7,ec+ee,ed+d7-ef,ec+ee);d4.lineTo(ed+d8,ec+ee);d4.quadraticCurveTo(ed,ec+ee,ed,ec+ee-d8);d4.lineTo(ed,ec+eg);d4.quadraticCurveTo(ed,ec,ed+eg,ec);if(!aF||cd){d4.translate(-0.5,-0.5)}bk();dc()};bO.prototype.rect=function(d8,ee,eb,d7,d9,ec,ea,ed){if(!eb&&!d7){return}if(bI===1){eb-=d8;d7-=ee}else{if(bI===2){eb*=2;d7*=2;d8-=eb/2;ee-=d7/2}else{if(bI===3){d8-=eb/2;ee-=d7/2}}}d8=o.round(d8);ee=o.round(ee);eb=o.round(eb);d7=o.round(d7);if(d9!==r){bL(d8,ee,eb,d7,d9,ec,ea,ed);return}if(cd&&dS%2===1){d4.translate(0.5,0.5)}d4.beginPath();d4.rect(d8,ee,eb,d7);bk();dc();if(cd&&dS%2===1){d4.translate(-0.5,-0.5)}};by.prototype.rect=function(ef,ee,d7,eh,ej,ec,ei,d8){if(ej!==r){throw"rect() with rounded corners is not supported in 3D mode"}if(bI===1){d7-=ef;eh-=ee}else{if(bI===2){d7*=2;eh*=2;ef-=d7/2;ee-=eh/2}else{if(bI===3){ef-=d7/2;ee-=eh/2}}}var eb=new aM;eb.translate(ef,ee,0);eb.scale(d7,eh,1);eb.transpose();var ed=new aM;ed.scale(1,-1,1);ed.apply(dF.array());ed.transpose();if(dS>0&&cd){d4.useProgram(dM);a5("model2d",dM,"model",false,eb.array());a5("view2d",dM,"view",false,ed.array());dY("color2d",dM,"color",cZ);dV("picktype2d",dM,"picktype",0);db("vertex2d",dM,"Vertex",3,aA);cf("aTextureCoord2d",dM,"aTextureCoord");d4.drawArrays(d4.LINE_LOOP,0,aj.length/3)}if(aF){d4.useProgram(du);a5("model3d",du,"model",false,eb.array());a5("view3d",du,"view",false,ed.array());d4.enable(d4.POLYGON_OFFSET_FILL);d4.polygonOffset(1,1);dY("color3d",du,"color",bl);if(dH>0){var eg=new aM;eg.set(ed);var d9=new aM;d9.set(eb);eg.mult(d9);var ea=new aM;ea.set(eg);ea.invert();ea.transpose();a5("normalTransform3d",du,"normalTransform",false,ea.array());db("normal3d",du,"Normal",3,b1)}else{cf("normal3d",du,"Normal")}db("vertex3d",du,"Vertex",3,aA);d4.drawArrays(d4.TRIANGLE_FAN,0,aj.length/3);d4.disable(d4.POLYGON_OFFSET_FILL)}};bO.prototype.ellipse=function(ed,ec,d8,ef){ed=ed||0;ec=ec||0;if(d8<=0&&ef<=0){return}if(cM===2){d8*=2;ef*=2}else{if(cM===1){d8=d8-ed;ef=ef-ec;ed+=d8/2;ec+=ef/2}else{if(cM===0){ed+=d8/2;ec+=ef/2}}}if(d8===ef){d4.beginPath();d4.arc(ed,ec,d8/2,0,6.283185307179586,false);bk();dc()}else{var ee=d8/2,eb=ef/2,d7=0.5522847498307933,ea=d7*ee,d9=d7*eb;cV.beginShape();cV.vertex(ed+ee,ec);cV.bezierVertex(ed+ee,ec-d9,ed+ea,ec-eb,ed,ec-eb);cV.bezierVertex(ed-ea,ec-eb,ed-ee,ec-d9,ed-ee,ec);cV.bezierVertex(ed-ee,ec+d9,ed-ea,ec+eb,ed,ec+eb);cV.bezierVertex(ed+ea,ec+eb,ed+ee,ec+d9,ed+ee,ec);cV.endShape()}};by.prototype.ellipse=function(ek,ej,d9,em){ek=ek||0;ej=ej||0;if(d9<=0&&em<=0){return}if(cM===2){d9*=2;em*=2}else{if(cM===1){d9=d9-ek;em=em-ej;ek+=d9/2;ej+=em/2}else{if(cM===0){ek+=d9/2;ej+=em/2}}}var el=d9/2,eg=em/2,d7=0.5522847498307933,eb=d7*el,ea=d7*eg;cV.beginShape();cV.vertex(ek+el,ej);cV.bezierVertex(ek+el,ej-ea,0,ek+eb,ej-eg,0,ek,ej-eg,0);cV.bezierVertex(ek-eb,ej-eg,0,ek-el,ej-ea,0,ek-el,ej,0);cV.bezierVertex(ek-el,ej+ea,0,ek-eb,ej+eg,0,ek,ej+eg,0);cV.bezierVertex(ek+eb,ej+eg,0,ek+el,ej+ea,0,ek+el,ej,0);cV.endShape();if(aF){var ec=0,eh=0,ee,ed;for(ee=0;ee>16)&255;ea[eb+1]=(ec>>8)&255;ea[eb+2]=ec&255;ea[eb+3]=(ec>>24)&255;d8.__isDirty=true}}(d7),toArray:function(d8){return function(){var d9=[],ec=d8.imageData.data,eb=d8.width*d8.height;if(d8.isRemote){throw"Image is loaded remotely. Cannot get pixels."}for(var ea=0,ed=0;ea>16)&255;ec[ed+1]=(ee>>8)&255;ec[ed+2]=ee&255;ec[ed+3]=(ee>>24)&255}d8.__isDirty=true}}(d7)}}var cF=function(ea,ed,eb){this.__isDirty=false;if(ea instanceof HTMLImageElement){this.fromHTMLImageData(ea)}else{if(ed||eb){this.width=ea||1;this.height=ed||1;var d8=this.sourceImg=d.createElement("canvas");d8.width=this.width;d8.height=this.height;var ee=this.imageData=d8.getContext("2d").createImageData(this.width,this.height);this.format=eb===2||eb===4?eb:1;if(this.format===1){for(var d9=3,ec=this.imageData.data,d7=ec.length;d9=cV.width||d7<0||ea<0||ea>=cV.height){return 0}if(dR){var d9=((0|d7)+cV.width*(0|ea))*4;d8=cV.imageData.data;return(d8[d9+3]&255)<<24|(d8[d9]&255)<<16|(d8[d9+1]&255)<<8|d8[d9+2]&255}d8=cV.toImageData(0|d7,0|ea,1,1).data;return(d8[3]&255)<<24|(d8[0]&255)<<16|(d8[1]&255)<<8|d8[2]&255}function c7(d7,eb,d8){if(d8.isRemote){throw"Image is loaded remotely. Cannot get x,y."}var ea=eb*d8.width*4+d7*4,d9=d8.imageData.data;return(d9[ea+3]&255)<<24|(d9[ea]&255)<<16|(d9[ea+1]&255)<<8|d9[ea+2]&255}function c5(d7,eb,d8,d9){var ea=new cF(d8,d9,2);ea.fromImageData(cV.toImageData(d7,eb,d8,d9));return ea}function c4(ec,eb,ed,ei,eo){if(eo.isRemote){throw"Image is loaded remotely. Cannot get x,y,w,h."}var em=new cF(ed,ei,2),d9=em.imageData.data,ea=eo.width,ej=eo.height,el=eo.imageData.data;var d7=o.max(0,-eb),d8=o.max(0,-ec),ee=o.min(ei,ej-eb),ef=o.min(ed,ea-ec);for(var eh=d7;eh=0&&d9>=0&&d9bY){R()}}}function bs(d7,ed,ea,d8){if(d8.isRemote){throw"Image is loaded remotely. Cannot set x,y."}var ec=cV.color.toArray(ea);var eb=ed*d8.width*4+d7*4;var d9=d8.imageData.data;d9[eb]=ec[0];d9[eb+1]=ec[1];d9[eb+2]=ec[2];d9[eb+3]=ec[3]}cV.set=function(d7,ec,ea,d9){var d8,eb;if(arguments.length===3){if(typeof ea==="number"){bu(d7,ec,ea)}else{if(ea instanceof cF||ea.__isPImage){cV.image(ea,d7,ec)}}}else{if(arguments.length===4){bs(d7,ec,ea,d9)}}};cV.imageData={};cV.pixels={getLength:function(){return cV.imageData.data.length?cV.imageData.data.length/4:0},getPixel:function(d7){var d9=d7*4,d8=cV.imageData.data;return d8[d9+3]<<24&4278190080|d8[d9+0]<<16&16711680|d8[d9+1]<<8&65280|d8[d9+2]&255},setPixel:function(d7,ea){var d9=d7*4,d8=cV.imageData.data;d8[d9+0]=(ea&16711680)>>>16;d8[d9+1]=(ea&65280)>>>8;d8[d9+2]=ea&255;d8[d9+3]=(ea&4278190080)>>>24},toArray:function(){var d7=[],d9=cV.imageData.width*cV.imageData.height,ea=cV.imageData.data;for(var d8=0,eb=0;d80){bB(ea,d9,d8,d7)}var eb=cV.color.toGLArray(a0);d4.clearColor(eb[0],eb[1],eb[2],eb[3]);d4.clear(d4.COLOR_BUFFER_BIT|d4.DEPTH_BUFFER_BIT)};bO.prototype.image=function(ea,ef,ed,eg,eb){ef=o.round(ef);ed=o.round(ed);if(ea.width>0){var eh=eg||ea.width;var ee=eb||ea.height;var d7=bh(ef||0,ed||0,eg||ea.width,eb||ea.height,arguments.length<4);var ec=!!ea.sourceImg&&bb===null;if(ec){var d8=ea.sourceImg;if(ea.__isDirty){ea.updatePixels()}d4.drawImage(d8,0,0,d8.width,d8.height,d7.x,d7.y,d7.w,d7.h)}else{var d9=ea.toImageData();if(bb!==null){bb(d9);ea.__isDirty=true}d4.drawImage(bv(d9).canvas,0,0,ea.width,ea.height,d7.x,d7.y,d7.w,d7.h)}}};by.prototype.image=function(d9,d7,eb,d8,ea){if(d9.width>0){d7=o.round(d7);eb=o.round(eb);d8=d8||d9.width;ea=ea||d9.height;cV.beginShape(cV.QUADS);cV.texture(d9);cV.vertex(d7,eb,0,0,0);cV.vertex(d7,eb+ea,0,0,ea);cV.vertex(d7+d8,eb+ea,0,d8,ea);cV.vertex(d7+d8,eb,0,d8,0);cV.endShape()}};cV.tint=function(ea,d9,d7,ef){var ec=cV.color(ea,d9,d7,ef);var d8=cV.red(ec)/bG;var eb=cV.green(ec)/bF;var ed=cV.blue(ec)/bD;var ee=cV.alpha(ec)/bR;bb=function(ej){var ei=ej.data,eh=4*ej.width*ej.height;for(var eg=0;eg=d7){break}em=0}for(eu=em;eu=d7){break}eb=(es+ey)*4;ep=ed[eu];eo+=ep*ea[eb+3];ec+=ep*ea[eb];ei+=ep*ea[eb+1];en+=ep*ea[eb+2];d9+=ep;es++}ek=ey+eh;ez[ek]=eo/d9;er[ek]=ec/d9;eA[ek]=ei/d9;ee[ek]=en/d9}ey+=d7}ey=0;ew=-ej;ev=ew*d7;for(eg=0;eg=d8){break}em=0;ek=ew;es=eh+ev}for(eu=em;eu=d8){break}ep=ed[eu];eo+=ep*ez[es];ec+=ep*er[es];ei+=ep*eA[es];en+=ep*ee[es];d9+=ep;ek++;es+=d7}eb=(eh+ey)*4;ea[eb]=ec/d9;ea[eb+1]=ei/d9;ea[eb+2]=en/d9;ea[eb+3]=eo/d9}ey+=d7;ev+=d7;ew++}};var ce=function(eo,ei){var ee=0;var es=ei.pixels.getLength();var ej=new I(es);var em,d8,eh,eg,ea;var en,eb,ed,ef,d9,ek,er,d7,ep,ec,eq,el;if(!eo){while(ee=d8){en=ee}if(ed<0){ed=0}if(ef>=es){ef=ee}er=ei.pixels.getPixel(ed);ek=ei.pixels.getPixel(eb);d7=ei.pixels.getPixel(ef);d9=ei.pixels.getPixel(en);ea=77*(eh>>16&255)+151*(eh>>8&255)+28*(eh&255);ec=77*(ek>>16&255)+151*(ek>>8&255)+28*(ek&255);ep=77*(d9>>16&255)+151*(d9>>8&255)+28*(d9&255);eq=77*(er>>16&255)+151*(er>>8&255)+28*(er&255);el=77*(d7>>16&255)+151*(d7>>8&255)+28*(d7&255);if(ec>ea){eg=ek;ea=ec}if(ep>ea){eg=d9;ea=ep}if(eq>ea){eg=er;ea=eq}if(el>ea){eg=d7;ea=el}ej[ee++]=eg}}}else{while(ee=d8){en=ee}if(ed<0){ed=0}if(ef>=es){ef=ee}er=ei.pixels.getPixel(ed);ek=ei.pixels.getPixel(eb);d7=ei.pixels.getPixel(ef);d9=ei.pixels.getPixel(en);ea=77*(eh>>16&255)+151*(eh>>8&255)+28*(eh&255);ec=77*(ek>>16&255)+151*(ek>>8&255)+28*(ek&255);ep=77*(d9>>16&255)+151*(d9>>8&255)+28*(d9&255);eq=77*(er>>16&255)+151*(er>>8&255)+28*(er&255);el=77*(d7>>16&255)+151*(d7>>8&255)+28*(d7&255);if(ec>16&255)+151*(ec>>8&255)+28*(ec&255)>>8;eh.pixels.setPixel(eg,ec&4278190080|d8<<16|d8<<8|d8)}}break;case 13:for(eg=0;eg255){throw"Levels must be between 2 and 255 for filter(POSTERIZE, levels)"}var ef=em-1;for(eg=0;eg>16&255;var ek=eh.pixels.getPixel(eg)>>8&255;var d9=eh.pixels.getPixel(eg)&255;d7=(d7*em>>8)*255/ef;ek=(ek*em>>8)*255/ef;d9=(d9*em>>8)*255/ef;eh.pixels.setPixel(eg,4278190080&eh.pixels.getPixel(eg)|d7<<16|ek<<8|d9)}break;case 14:for(eg=0;eg1){throw"Level must be between 0 and 1 for filter(THRESHOLD, level)"}var eb=cV.floor(ed*255);for(eg=0;eg>16,cV.max((eh.pixels.getPixel(eg)&65280)>>8,eh.pixels.getPixel(eg)&255));eh.pixels.setPixel(eg,eh.pixels.getPixel(eg)&4278190080|(elei){d7=ei}}else{var eh=ei+d9-ek;if(d7>eh){d7=eh}}if(edeb){ee=eb}}else{var ea=eb+eg-ed;if(ee>ea){ee=ea}}return !(d7<=0||ee<=0)};var dO={};dO[1]=cV.modes.blend;dO[2]=cV.modes.add;dO[4]=cV.modes.subtract;dO[8]=cV.modes.lightest;dO[16]=cV.modes.darkest;dO[0]=cV.modes.replace;dO[32]=cV.modes.difference;dO[64]=cV.modes.exclusion;dO[128]=cV.modes.multiply;dO[256]=cV.modes.screen;dO[512]=cV.modes.overlay;dO[1024]=cV.modes.hard_light;dO[2048]=cV.modes.soft_light;dO[4096]=cV.modes.dodge;dO[8192]=cV.modes.burn;cV.blit_resize=function(ek,ew,eq,ev,ep,eB,eg,eo,eu,el,et,ej,em){var ez,ey;if(ew<0){ew=0}if(eq<0){eq=0}if(ev>=ek.width){ev=ek.width-1}if(ep>=ek.height){ep=ek.height-1}var eF=ev-ew;var eK=ep-eq;var d7=et-eu;var eh=ej-el;if(d7<=0||eh<=0||eF<=0||eK<=0||eu>=eg||el>=eo||ew>=ek.width||eq>=ek.height){return}var ee=o.floor(eF/d7*32768);var eb=o.floor(eK/eh*32768);var eD=cV.shared;eD.srcXOffset=o.floor(eu<0?-eu*ee:ew*32768);eD.srcYOffset=o.floor(el<0?-el*eb:eq*32768);if(eu<0){d7+=eu;eu=0}if(el<0){eh+=el;el=0}d7=o.min(d7,eg-eu);eh=o.min(eh,eo-el);var er=el*eg+eu;var eN;eD.srcBuffer=ek.imageData.data;eD.iw=ek.width;eD.iw1=ek.width-1;eD.ih1=ek.height-1;var es=cV.filter_bilinear,eH=cV.filter_new_scanline,ef=dO[em],eE,eJ,eC,eG,d9,ea,d8=4278190080,eI=16711680,ex=65280,ed=255,eM=32767,eA=15,ei=1,en=9,ec=eD.srcBuffer,eL=o.min;for(ey=0;ey>eA)*eD.iw;eD.v2=eL((eD.srcYOffset>>eA)+1,eD.ih1)*eD.iw;for(ez=0;ez>eA;eD.ll=eD.ifU*eD.fracV>>eA;eD.ur=eD.fracU*eD.ifV>>eA;eD.lr=eD.fracU*eD.fracV>>eA;eD.u1=eD.sX>>eA;eD.u2=eL(eD.u1+1,eD.iw1);eC=(eD.v1+eD.u1)*4;eG=(eD.v1+eD.u2)*4;d9=(eD.v2+eD.u1)*4;ea=(eD.v2+eD.u2)*4;eD.cUL=ec[eC+3]<<24&d8|ec[eC]<<16&eI|ec[eC+1]<<8&ex|ec[eC+2]&ed;eD.cUR=ec[eG+3]<<24&d8|ec[eG]<<16&eI|ec[eG+1]<<8&ex|ec[eG+2]&ed;eD.cLL=ec[d9+3]<<24&d8|ec[d9]<<16&eI|ec[d9+1]<<8&ex|ec[d9+2]&ed;eD.cLR=ec[ea+3]<<24&d8|ec[ea]<<16&eI|ec[ea+1]<<8&ex|ec[ea+2]&ed;eD.r=eD.ul*((eD.cUL&eI)>>16)+eD.ll*((eD.cLL&eI)>>16)+eD.ur*((eD.cUR&eI)>>16)+eD.lr*((eD.cLR&eI)>>16)<>>eA&ex;eD.b=eD.ul*(eD.cUL&ed)+eD.ll*(eD.cLL&ed)+eD.ur*(eD.cUR&ed)+eD.lr*(eD.cLR&ed)>>>eA;eD.a=eD.ul*((eD.cUL&d8)>>>24)+eD.ll*((eD.cLL&d8)>>>24)+eD.ur*((eD.cUR&d8)>>>24)+eD.lr*((eD.cLR&d8)>>>24)<>>16;eB[eJ+1]=(eE&ex)>>>8;eB[eJ+2]=eE&ed;eB[eJ+3]=(eE&d8)>>>24;eD.sX+=ee}er+=eg;eD.srcYOffset+=eb}};cV.loadFont=function(d8,d9){if(d8===r){throw"font name required in loadFont."}if(d8.indexOf(".svg")===-1){if(d9===r){d9=U.size}return F.get(d8,d9)}var d7=cV.loadGlyphs(d8);return{name:d8,css:"12px sans-serif",glyph:true,units_per_em:d7.units_per_em,horiz_adv_x:1/d7.units_per_em*d7.horiz_adv_x,ascent:d7.ascent,descent:d7.descent,width:function(ee){var ec=0;var ea=ee.length;for(var eb=0;eb":return d7.greater;case"?":return d7.question;case"@":return d7.at;case"[":return d7.bracketleft;case"\\":return d7.backslash;case"]":return d7.bracketright;case"^":return d7.asciicircum;case"`":return d7.grave;case"{":return d7.braceleft;case"|":return d7.bar;case"}":return d7.braceright;case"~":return d7.asciitilde;default:return d7[d8]}}catch(d9){D.debug(d9)}};bO.prototype.text$line=function(ef,ei,eh,eg,ec){var ee=0,ed=0;if(!U.glyph){if(ef&&"fillText" in d4){if(ap){d4.fillStyle=cV.color.toString(aX);ap=false}if(ec===39||ec===3){ee=U.measureTextWidth(ef);if(ec===39){ed=-ee}else{ed=-ee/2}}d4.fillText(ef,ei+ed,eh)}}else{var d7=cV.glyphTable[W];aC();d4.translate(ei,eh+dW);if(ec===39||ec===3){ee=d7.width(ef);if(ec===39){ed=-ee}else{ed=-ee/2}}var ej=d7.units_per_em,eb=1/ej*dW;d4.scale(eb,eb);for(var d8=0,d9=ef.length;d8ek){return}var ej=-1;var eb=0;var d7=0;var ed=[];for(var ec=0,ep=en.length;ec0){ej=ec}else{return}}if(ee==="\n"){ed.push({text:en.substring(eb,ec),width:d7});eb=ec+1}else{ed.push({text:en.substring(eb,ej+1),width:d7});eb=ej+1}d7=0;ec=eb-1}}if(ebek-dx){break}ea=ed[d9];dU.text$line(ea.text,ei+er,eh+ef+eq,eg,L)}}cV.text=function(){if(cH===5){return}if(arguments.length===3){be(br(arguments[0]),arguments[1],arguments[2],0)}else{if(arguments.length===4){be(br(arguments[0]),arguments[1],arguments[2],arguments[3])}else{if(arguments.length===5){a9(br(arguments[0]),arguments[1],arguments[2],arguments[3],arguments[4],0)}else{if(arguments.length===6){a9(br(arguments[0]),arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])}}}}};cV.textMode=function(d7){cH=d7};cV.loadGlyphs=function(ed){var ef,ee,eb,d9,em,el,ek,en,eh,eo,ei,ej="[0-9\\-]+",eg;var ec=function(eu,et){var er=0,eq=[],ep,es=new RegExp(eu,"g");ep=eq[er]=es.exec(et);while(ep){er++;ep=eq[er]=es.exec(et)}return eq};var d8=function(eu){var ev=ec("[A-Za-z][0-9\\- ]+|Z",eu);var et=function(){aC();return dU.$ensureContext()};var er=function(){bk();dc();cO()};eg="return {draw:function(){var curContext=beforePathDraw();curContext.beginPath();";ef=0;ee=0;eb=0;d9=0;em=0;el=0;eu=0;en=0;eh="";eo=ev.length-1;for(var eq=0;eq([=]?)/g,Y)}while(X);var bi=aC(ay);var aj;var aH={},a7,ax=0;function ba(bp,bo){var bq=bi.length;bi.push(bp);return'"'+bo+bq+'"'}function a5(){return"class"+ ++ax}function bj(bp,bq,bo){bp.classId=bq;bp.scopeId=bo;aH[bq]=bp}var T,Q,an,aT,bg,aX;var M=/\b((?:(?:public|private|final|protected|static|abstract)\s+)*)(class|interface)\s+([A-Za-z_$][\w$]*\b)(\s+extends\s+[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*,\s*[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*\b)*)?(\s+implements\s+[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*,\s*[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*\b)*)?\s*("A\d+")/g;var a9=/\b((?:(?:public|private|final|protected|static|abstract|synchronized)\s+)*)((?!(?:else|new|return|throw|function|public|private|protected)\b)[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*"C\d+")*)\s*([A-Za-z_$][\w$]*\b)\s*("B\d+")(\s*throws\s+[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*,\s*[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*)*)?\s*("A\d+"|;)/g;var aK=/^((?:(?:public|private|final|protected|static)\s+)*)((?!(?:else|new|return|throw)\b)[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*"C\d+")*)\s*([A-Za-z_$][\w$]*\b)\s*(?:"C\d+"\s*)*([=,]|$)/;var bk=/\b((?:(?:public|private|final|protected|static|abstract)\s+)*)((?!(?:new|return|throw)\b)[A-Za-z_$][\w$]*\b)\s*("B\d+")(\s*throws\s+[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*,\s*[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*)*)?\s*("A\d+")/g;var U=/^((?:(?:public|private|final|protected|static)\s+)*)((?!(?:new|return|throw)\b)[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*"C\d+")*)\s*/;var ar=/\bfunction(?:\s+([A-Za-z_$][\w$]*))?\s*("B\d+")\s*("A\d+")/g;function ac(bp){var bo=bp;bo=bo.replace(M,function(bq){return ba(bq,"E")});bo=bo.replace(a9,function(bq){return ba(bq,"D")});bo=bo.replace(ar,function(bq){return ba(bq,"H")});return bo}function bb(bq,bp){var bo=bq.replace(bk,function(bv,bs,bt,bw,bu,br){if(bt!==bp){return bv}return ba(bv,"G")});return bo}function aF(bo){this.name=bo}aF.prototype.toString=function(){return this.name};function am(bo){this.params=bo}am.prototype.getNames=function(){var bq=[];for(var bp=0,bo=this.params.length;bp1){if(!/^\[\s*\]$/.test(bi[bt[1]])){return bw}}return""+bv});br=br.replace(/\(int\)([^,\]\)\}\?\:\*\+\-\/\^\|\%\&\~<\>\=]+)/g,function(bu,bt){var bv=aN(bt);return bv.untrim("__int_cast("+bv.middle+")")});br=br.replace(/\bsuper(\s*"B\d+")/g,"$$superCstr$1").replace(/\bsuper(\s*\.)/g,"$$super$1");br=br.replace(/\b0+((\d*)(?:\.[\d*])?(?:[eE][\-\+]?\d+)?[fF]?)\b/,function(bv,bu,bt){if(bu===bt){return bv}return bt===""?"0"+bu:bu});br=br.replace(/\b(\.?\d+\.?)[fF]\b/g,"$1");br=br.replace(/([^\s])%([^=\s])/g,"$1 % $2");br=br.replace(/\b(frameRate|keyPressed|mousePressed)\b(?!\s*"B)/g,"__$1");br=br.replace(/\b(boolean|byte|char|float|int)\s*"B/g,function(bu,bt){return"parse"+bt.substring(0,1).toUpperCase()+bt.substring(1)+'"B'});br=br.replace(/\bpixels\b\s*(("C(\d+)")|\.length)?(\s*=(?!=)([^,\]\)\}]+))?/g,function(bu,by,bt,bx,bw,bz){if(bt){var bv=bi[bx];if(bw){return"pixels.setPixel"+ba("("+bv.substring(1,bv.length-1)+","+bz+")","B")}return"pixels.getPixel"+ba("("+bv.substring(1,bv.length-1)+")","B")}if(by){return"pixels.getLength"+ba("()","B")}if(bw){return"pixels.set"+ba("("+bz+")","B")}return"pixels.toArray"+ba("()","B")});var bq;function bp(bu,bt,by,bw){var bv=bi[bw];bq=true;var bx=aN(bv.substring(1,bv.length-1));return"__"+by+(bx.middle===""?ba("("+bt.replace(/\.\s*$/,"")+")","B"):ba("("+bt.replace(/\.\s*$/,"")+","+bx.middle+")","B"))}do{bq=false;br=br.replace(/((?:'\d+'|\b[A-Za-z_$][\w$]*\s*(?:"[BC]\d+")*)\s*\.\s*(?:[A-Za-z_$][\w$]*\s*(?:"[BC]\d+"\s*)*\.\s*)*)(replace|replaceAll|replaceFirst|contains|equals|equalsIgnoreCase|hashCode|toCharArray|printStackTrace|split|startsWith|endsWith|codePointAt)\s*"B(\d+)"/g,bp)}while(bq);function bo(bv,bt,bu){bq=true;return"__instanceof"+ba("("+bt+", "+bu+")","B")}do{bq=false;br=br.replace(/((?:'\d+'|\b[A-Za-z_$][\w$]*\s*(?:"[BC]\d+")*)\s*(?:\.\s*[A-Za-z_$][\w$]*\s*(?:"[BC]\d+"\s*)*)*)instanceof\s+([A-Za-z_$][\w$]*\s*(?:\.\s*[A-Za-z_$][\w$]*)*)/g,bo)}while(bq);br=br.replace(/\bthis(\s*"B\d+")/g,"$$constr$1");return br}function aA(bp,bo){this.baseInterfaceName=bp;this.body=bo;bo.owner=this}aA.prototype.toString=function(){return"new ("+this.body+")"};function ag(bq){var bp=(new RegExp(/\bnew\s*([A-Za-z_$][\w$]*\s*(?:\.\s*[A-Za-z_$][\w$]*)*)\s*"B\d+"\s*"A(\d+)"/)).exec(bq);var bt=a7,bs=a5();a7=bs;var bo=bp[1]+"$"+bs;var br=new aA(bo,T(bi[bp[2]],bo,"","implements "+bp[1]));bj(br,bs,bt);a7=bt;return br}function ad(bp,bq,bo){this.name=bp;this.params=bq;this.body=bo}ad.prototype.toString=function(){var bp=aj;var bq=at({"this":null},this.params.getNames());aj=function(br){return bq.hasOwnProperty(br.name)?br.name:bp(br)};var bo="function";if(this.name){bo+=" "+this.name}bo+=this.params+" "+this.body;aj=bp;return bo};function aI(bp){var bo=(new RegExp(/\b([A-Za-z_$][\w$]*)\s*"B(\d+)"\s*"A(\d+)"/)).exec(bp);return new ad(bo[1]!=="function"?bo[1]:null,aB(bi[bo[2]]),an(bi[bo[3]]))}function ab(bo){this.members=bo}ab.prototype.toString=function(){var bq=aj;aj=function(bs){return bs.name==="this"?"this":bq(bs)};var bo="";for(var br=0,bp=this.members.length;br=0){bo=bo.substring(0,bo.indexOf("="))}return"("+bo+" in "+this.container+")"};function aW(bp,bo){this.initStatement=bp;this.container=bo}aW.iteratorId=0;aW.prototype.toString=function(){var bs=this.initStatement.toString();var bp="$it"+aW.iteratorId++;var br=bs.replace(/^\s*var\s*/,"").split("=")[0];var bq="var "+bp+" = new $p.ObjectIterator("+this.container+"), "+br+" = void(0)";var bo=bp+".hasNext() && (("+br+" = "+bp+".next()) || true)";return"("+bq+"; "+bo+";)"};function W(bp){var bo;if(/\bin\b/.test(bp)){bo=bp.substring(1,bp.length-1).split(/\bin\b/g);return new aQ(bl(a4(bo[0])),aX(bo[1]))}if(bp.indexOf(":")>=0&&bp.indexOf(";")<0){bo=bp.substring(1,bp.length-1).split(":");return new aW(bl(a4(bo[0])),aX(bo[1]))}bo=bp.substring(1,bp.length-1).split(";");return new aZ(bl(a4(bo[0])),aX(bo[1]),aX(bo[2]))}function a0(bo){bo.sort(function(bq,bp){return bp.weight-bq.weight})}function Z(bq,bo,bp){this.name=bq;this.body=bo;this.isStatic=bp;bo.owner=this}Z.prototype.toString=function(){return""+this.body};function al(bq,bo,bp){this.name=bq;this.body=bo;this.isStatic=bp;bo.owner=this}al.prototype.toString=function(){return""+this.body};function R(bq){var bp=M.exec(bq);M.lastIndex=0;var br=bp[1].indexOf("static")>=0;var bo=bi[aO(bp[6])],bt;var bu=a7,bs=a5();a7=bs;if(bp[2]==="interface"){bt=new Z(bp[3],Q(bo,bp[3],bp[4]),br)}else{bt=new al(bp[3],T(bo,bp[3],bp[4],bp[5]),br)}bj(bt,bs,bu);a7=bu;return bt}function aa(bq,br,bo,bp){this.name=bq;this.params=br;this.body=bo;this.isStatic=bp}aa.prototype.toString=function(){var bq=at({},this.params.getNames());var bp=aj;aj=function(br){return bq.hasOwnProperty(br.name)?br.name:bp(br)};var bo="function "+this.methodId+this.params+" "+this.body+"\n";aj=bp;return bo};function N(br){var bp=a9.exec(br);a9.lastIndex=0;var bq=bp[1].indexOf("static")>=0;var bo=bp[6]!==";"?bi[aO(bp[6])]:"{}";return new aa(bp[3],aB(bi[aO(bp[4])]),an(bo),bq)}function ak(bq,bp,bo){this.definitions=bq;this.fieldType=bp;this.isStatic=bo}ak.prototype.getNames=function(){var bq=[];for(var bp=0,bo=this.definitions.length;bp=0;var br=bt.substring(bs[0].length).split(/,\s*/g);var bp=aR(bs[2]);for(var bq=0;bq0){bv+=this.functions.join("\n")+"\n"}a0(this.innerClasses);for(bI=0,bG=this.innerClasses.length;bI0){bv+=this.cstrs.join("\n")+"\n"}bv+="function $constr() {\n";var bM=[];for(bI=0,bG=this.cstrs.length;bI0){bv+=bM.join(" else ")+" else "}bv+="$superCstr();\n}\n";bv+="$constr.apply(null, arguments);\n";aj=bN;return"(function() {\nfunction "+bq+"() {\n"+bv+"}\n"+bD+bx+"return "+bq+";\n})()"};T=function(bx,bp,bo,bA){var bC=bx.substring(1,bx.length-1);bC=ac(bC);bC=bb(bC,bp);var bq=[],br=[],bB=[],bu=[];bC=bC.replace(/"([DEGH])(\d+)"/g,function(bF,bE,bD){if(bE==="D"){bq.push(bD)}else{if(bE==="E"){br.push(bD)}else{if(bE==="H"){bu.push(bD)}else{bB.push(bD)}}}return""});var bw=bC.replace(/^(?:\s*;)+/,"").split(/;(?:\s*;)*/g);var bv,bt;var bs;if(bo!==r){bv=bo.replace(/^\s*extends\s+([A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*)\s*$/g,"$1")}if(bA!==r){bt=bA.replace(/^\s*implements\s+(.+?)\s*$/g,"$1").split(/\s*,\s*/g)}for(bs=0;bs0){for(bt=0,br=bu.length;bt0){bw.interfaces=bA}}}}}function a6(bo){var bt=[],bq={};var bp,bw,bu;for(bp in aH){if(aH.hasOwnProperty(bp)){bu=aH[bp];if(!bu.inScope&&!bu.derived){bt.push(bp);bu.weight=0}else{var bv=[];if(bu.inScope){for(bw in bu.inScope){if(bu.inScope.hasOwnProperty(bw)){bv.push(bu.inScope[bw])}}}if(bu.derived){bv=bv.concat(bu.derived)}bq[bp]=bv}}}function bx(bz,bB){var by=bq[bz];if(!by){return false}var bA=by.indexOf(bB);if(bA<0){return false}by.splice(bA,1);if(by.length>0){return false}delete bq[bz];return true}while(bt.length>0){bp=bt.shift();bu=aH[bp];if(bu.scopeId&&bx(bu.scopeId,bu)){bt.push(bu.scopeId);aH[bu.scopeId].weight=bu.weight+1}if(bu.base&&bx(bu.base.classId,bu)){bt.push(bu.base.classId);bu.base.weight=bu.weight+1}if(bu.interfaces){var bs,br;for(bs=0,br=bu.interfaces.length;bsaE){aD=aE-aF}}az.height=aD/aE*100+"%";an()},ax=[ah(am,"mousemove",function(aD){if(aB){ay(ab.innerHeight-aD.clientY);ar.scrollTop=ao}}),ah(am,"mouseup",function(){if(aB){aB=ao=L}}),ah(aA,"dblclick",function(aD){aD.preventDefault();if(at){ay(at);at=L}else{at=ap.clientHeight;az.height="0px"}}),ah(aA,"mousedown",function(aD){aD.preventDefault();aB=Q;ao=ar.scrollTop}),ah(aA,"contextmenu",function(){aB=L}),ah(aq,"click",function(){au()})];au=function(){var aD=ax.length;while(aD--){T.apply(R,ax[aD])}aj.removeChild(ap);S.paddingBottom=av;Y(ar);Y(ap);R[N]=V};U(ap,Z,ar,ac,aA,ag,aq,al);aq[ae]="Close Log";ai(aq,X("\u2716"));aA[ae]="Double-click to toggle log minimization";aj.insertBefore(ap,aj.firstChild);R[N]=function(aF){if(aw===M){ar.removeChild(ar.firstChild)}else{aw++}var aE=ai(ar,af(ak)),aD=ai(aE,af(ak));aE[ae]=(new Date).toLocaleTimeString();U(aE,W,aD,ad);ai(aD,X(aF));ar.scrollTop=ar.scrollHeight};R[N](aC);an()}})()}else{if(typeof print===P){R[N]=print}}}return R}();D.logger=j;D.version="1.3.6";D.lib={};D.registerLibrary=function(L,M){D.lib[L]=M;if(M.hasOwnProperty("init")){M.init(g)}};D.instances=k;D.getInstanceById=function(L){return k[H[L]]};D.Sketch=function(L){this.attachFunction=L;this.options={pauseOnBlur:false,globalKeyEvents:false};this.onLoad=E;this.onSetup=E;this.onPause=E;this.onLoop=E;this.onFrameStart=E;this.onFrameEnd=E;this.onExit=E;this.params={};this.imageCache={pending:0,images:{},operaCache:{},add:function(N,M){if(this.images[N]){return}if(!l){this.images[N]=null}if(!M){M=new Image;M.onload=function(P){return function(){P.pending--}}(this);this.pending++;M.src=N}this.images[N]=M;if(B.opera){var O=d.createElement("div");O.appendChild(M);O.style.position="absolute";O.style.opacity=0;O.style.width="1px";O.style.height="1px";if(!this.operaCache[N]){d.body.appendChild(O);this.operaCache[N]=O}}}};this.sourceCode=undefined;this.attach=function(N){if(typeof this.attachFunction==="function"){this.attachFunction(N)}else{if(this.sourceCode){var M=(new Function("return ("+this.sourceCode+");"))();M(N);this.attachFunction=M}else{throw"Unable to attach sketch to the processing instance"}}};this.toString=function(){var M;var N="((function(Sketch) {\n";N+="var sketch = new Sketch(\n"+this.sourceCode+");\n";for(M in this.options){if(this.options.hasOwnProperty(M)){var O=this.options[M];N+="sketch.options."+M+" = "+(typeof O==="string"?'"'+O+'"':""+O)+";\n"}}for(M in this.imageCache){if(this.options.hasOwnProperty(M)){N+='sketch.imageCache.add("'+M+'");\n'}}N+="return sketch;\n})(Processing.Sketch))";return N}};var t=function(O,L){var M=[],S=[],T=L.length,Q=0;function R(U,W){var V=new XMLHttpRequest;V.onreadystatechange=function(){if(V.readyState===4){var X;if(V.status!==200&&V.status!==0){X="Invalid XHR status "+V.status}else{if(V.responseText===""){if("withCredentials" in new XMLHttpRequest&&(new XMLHttpRequest).withCredentials===false&&B.location.protocol==="file:"){X="XMLHttpRequest failure, possibly due to a same-origin policy violation. You can try loading this page in another browser, or load it from http://localhost using a local webserver. See the Processing.js README for a more detailed explanation of this problem and solutions."}else{X="File is empty."}}}W(V.responseText,X)}};V.open("GET",U,true);if(V.overrideMimeType){V.overrideMimeType("application/json")}V.setRequestHeader("If-Modified-Since","Fri, 01 Jan 1960 00:00:00 GMT");V.send(null)}function N(V,U){function X(aa,Y){M[V]=aa;++Q;if(Y){S.push(U+" ==> "+Y)}if(Q===T){if(S.length===0){try{return new D(O,M.join("\n"))}catch(Z){throw"Processing.js: Unable to execute pjs sketch: "+Z}}else{throw"Processing.js: Unable to load pjs sketch files: "+S.join("\n")}}}if(U.charAt(0)==="#"){var W=d.getElementById(U.substring(1));if(W){X(W.text||W.textContent)}else{X("","Unable to load pjs sketch: element with id '"+U.substring(1)+"' was not found")}return}R(U,X)}for(var P=0;P Date: Fri, 22 May 2015 13:41:20 +0200 Subject: [PATCH 2/5] BLD: Do not ship processing. --- pelita/ipython/_static/processing-1.3.6.min.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pelita/ipython/_static/processing-1.3.6.min.js diff --git a/pelita/ipython/_static/processing-1.3.6.min.js b/pelita/ipython/_static/processing-1.3.6.min.js deleted file mode 100644 index fc5e794e4..000000000 --- a/pelita/ipython/_static/processing-1.3.6.min.js +++ /dev/null @@ -1,13 +0,0 @@ -/*** - - P R O C E S S I N G . J S - 1.3.6 - a port of the Processing visualization language - - Processing.js is licensed under the MIT License, see LICENSE. - For a list of copyright holders, please refer to AUTHORS. - - http://processingjs.org - -***/ - -(function(B,d,o,r){var E=function(){};var q=function(){if("console" in B){return function(L){B.console.log("Processing.js: "+L)}}return E()}();var u=function(L){var M=new XMLHttpRequest;M.open("GET",L,false);if(M.overrideMimeType){M.overrideMimeType("text/plain")}M.setRequestHeader("If-Modified-Since","Fri, 01 Jan 1960 00:00:00 GMT");M.send(null);if(M.status!==200&&M.status!==0){throw"XMLHttpRequest failed, status code "+M.status}return M.responseText};var l="document" in this&&!("fake" in this.document);d.head=d.head||d.getElementsByTagName("head")[0];function A(L,M){if(L in B){return B[L]}if(typeof B[M]==="function"){return B[M]}return function(O){if(O instanceof Array){return O}if(typeof O==="number"){var N=[];N.length=O;return N}}}var e=A("Float32Array","WebGLFloatArray"),I=A("Int32Array","WebGLIntArray"),w=A("Uint16Array","WebGLUnsignedShortArray"),b=A("Uint8Array","WebGLUnsignedByteArray");var z={X:0,Y:1,Z:2,R:3,G:4,B:5,A:6,U:7,V:8,NX:9,NY:10,NZ:11,EDGE:12,SR:13,SG:14,SB:15,SA:16,SW:17,TX:18,TY:19,TZ:20,VX:21,VY:22,VZ:23,VW:24,AR:25,AG:26,AB:27,DR:3,DG:4,DB:5,DA:6,SPR:28,SPG:29,SPB:30,SHINE:31,ER:32,EG:33,EB:34,BEEN_LIT:35,VERTEX_FIELD_COUNT:36,P2D:1,JAVA2D:1,WEBGL:2,P3D:2,OPENGL:2,PDF:0,DXF:0,OTHER:0,WINDOWS:1,MAXOSX:2,LINUX:3,EPSILON:0.0001,MAX_FLOAT:3.4028235e+38,MIN_FLOAT:-3.4028235e+38,MAX_INT:2147483647,MIN_INT:-2147483648,PI:o.PI,TWO_PI:2*o.PI,HALF_PI:o.PI/2,THIRD_PI:o.PI/3,QUARTER_PI:o.PI/4,DEG_TO_RAD:o.PI/180,RAD_TO_DEG:180/o.PI,WHITESPACE:" \t\n\r\u000c\u00a0",RGB:1,ARGB:2,HSB:3,ALPHA:4,CMYK:5,TIFF:0,TARGA:1,JPEG:2,GIF:3,BLUR:11,GRAY:12,INVERT:13,OPAQUE:14,POSTERIZE:15,THRESHOLD:16,ERODE:17,DILATE:18,REPLACE:0,BLEND:1<<0,ADD:1<<1,SUBTRACT:1<<2,LIGHTEST:1<<3,DARKEST:1<<4,DIFFERENCE:1<<5,EXCLUSION:1<<6,MULTIPLY:1<<7,SCREEN:1<<8,OVERLAY:1<<9,HARD_LIGHT:1<<10,SOFT_LIGHT:1<<11,DODGE:1<<12,BURN:1<<13,ALPHA_MASK:4278190080,RED_MASK:16711680,GREEN_MASK:65280,BLUE_MASK:255,CUSTOM:0,ORTHOGRAPHIC:2,PERSPECTIVE:3,POINT:2,POINTS:2,LINE:4,LINES:4,TRIANGLE:8,TRIANGLES:9,TRIANGLE_STRIP:10,TRIANGLE_FAN:11,QUAD:16,QUADS:16,QUAD_STRIP:17,POLYGON:20,PATH:21,RECT:30,ELLIPSE:31,ARC:32,SPHERE:40,BOX:41,GROUP:0,PRIMITIVE:1,GEOMETRY:3,VERTEX:0,BEZIER_VERTEX:1,CURVE_VERTEX:2,BREAK:3,CLOSESHAPE:4,OPEN:1,CLOSE:2,CORNER:0,CORNERS:1,RADIUS:2,CENTER_RADIUS:2,CENTER:3,DIAMETER:3,CENTER_DIAMETER:3,BASELINE:0,TOP:101,BOTTOM:102,NORMAL:1,NORMALIZED:1,IMAGE:2,MODEL:4,SHAPE:5,SQUARE:"butt",ROUND:"round",PROJECT:"square",MITER:"miter",BEVEL:"bevel",AMBIENT:0,DIRECTIONAL:1,SPOT:3,BACKSPACE:8,TAB:9,ENTER:10,RETURN:13,ESC:27,DELETE:127,CODED:65535,SHIFT:16,CONTROL:17,ALT:18,CAPSLK:20,PGUP:33,PGDN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLK:144,META:157,INSERT:155,ARROW:"default",CROSS:"crosshair",HAND:"pointer",MOVE:"move",TEXT:"text",WAIT:"wait",NOCURSOR:"url('data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='), auto",DISABLE_OPENGL_2X_SMOOTH:1,ENABLE_OPENGL_2X_SMOOTH:-1,ENABLE_OPENGL_4X_SMOOTH:2,ENABLE_NATIVE_FONTS:3,DISABLE_DEPTH_TEST:4,ENABLE_DEPTH_TEST:-4,ENABLE_DEPTH_SORT:5,DISABLE_DEPTH_SORT:-5,DISABLE_OPENGL_ERROR_REPORT:6,ENABLE_OPENGL_ERROR_REPORT:-6,ENABLE_ACCURATE_TEXTURES:7,DISABLE_ACCURATE_TEXTURES:-7,HINT_COUNT:10,SINCOS_LENGTH:720,PRECISIONB:15,PRECISIONF:1<<15,PREC_MAXVAL:(1<<15)-1,PREC_ALPHA_SHIFT:24-15,PREC_RED_SHIFT:16-15,NORMAL_MODE_AUTO:0,NORMAL_MODE_SHAPE:1,NORMAL_MODE_VERTEX:2,MAX_LIGHTS:8};function h(N){if(typeof N==="string"){var M=0;for(var L=0;L0&&typeof arguments[0]!=="number"){N=arguments[0].toArray()}else{N=[];N.length=0|arguments[0]}}this.get=function(O){return N[O]};this.contains=function(O){return this.indexOf(O)>-1};this.indexOf=function(Q){for(var P=0,O=N.length;P=0&&O<=N.length){N.splice(O,0,arguments[1])}else{throw O+" is not a valid index"}}else{throw typeof O+" is not a number"}}else{throw"Please use the proper number of parameters."}}};this.addAll=function(P,O){var Q;if(typeof P==="number"){if(P<0||P>N.length){throw"Index out of bounds for addAll: "+P+" greater or equal than "+N.length}Q=new m(O);while(Q.hasNext()){N.splice(P++,0,Q.next())}}else{Q=new m(P);while(Q.hasNext()){N.push(Q.next())}}};this.set=function(){if(arguments.length===2){var O=arguments[0];if(typeof O==="number"){if(O>=0&&O-1){N.splice(O,1);return true}return false};this.isEmpty=function(){return !N.length};this.clone=function(){return new L(this)};this.toArray=function(){return N.slice(0)};this.iterator=function(){return new M(N)}}return L}();var v=function(){function L(){if(arguments.length===1&&arguments[0] instanceof L){return arguments[0].clone()}var U=arguments.length>0?arguments[0]:16;var V=arguments.length>1?arguments[1]:0.75;var O=[];O.length=U;var Q=0;var M=this;function S(X){var W=h(X)%O.length;return W<0?O.length+W:W}function P(){if(Q<=V*O.length){return}var Z=[];for(var Y=0;Y=O.length){Y=true}else{if(O[W]===r||Z>=O[W].length){Z=-1;++W}else{return}}}}this.hasNext=function(){return !Y};this.next=function(){var ac=aa(O[W][Z]);X();return ac};this.remove=function(){ab(this.next());--Z};X()}function T(W,X,Y){this.clear=function(){M.clear()};this.contains=function(Z){return X(Z)};this.containsAll=function(aa){var Z=aa.iterator();while(Z.hasNext()){if(!this.contains(Z.next())){return false}}return true};this.isEmpty=function(){return M.isEmpty()};this.iterator=function(){return new N(W,Y)};this.remove=function(Z){if(this.contains(Z)){Y(Z);return true}return false};this.removeAll=function(ac){var Z=ac.iterator();var ab=false;while(Z.hasNext()){var aa=Z.next();if(this.contains(aa)){Y(aa);ab=true}}return true};this.retainAll=function(ad){var ab=this.iterator();var aa=[];while(ab.hasNext()){var ac=ab.next();if(!ad.contains(ac)){aa.push(ac)}}for(var Z=0;Z0};this.size=function(){return M.size()};this.toArray=function(){var Z=[];var aa=this.iterator();while(aa.hasNext()){Z.push(aa.next())}return Z}}function R(W){this._isIn=function(X){return X===M&&W.removed===r};this.equals=function(X){return p(W.key,X.getKey())};this.getKey=function(){return W.key};this.getValue=function(){return W.value};this.hashCode=function(X){return h(W.key)};this.setValue=function(Y){var X=W.value;W.value=Y;return X}}this.clear=function(){Q=0;O=[];O.length=U};this.clone=function(){var W=new L;W.putAll(this);return W};this.containsKey=function(Y){var W=S(Y);var Z=O[W];if(Z===r){return false}for(var X=0;X1){aa.splice(X,1)}else{O[W]=r}return Z}}return null};this.removeByValue=function(Y){var aa,X,W,Z;for(aa in O){if(O.hasOwnProperty(aa)){for(X=0,W=O[aa].length;X0){this.div(O)}},limit:function(O){if(this.mag()>O){this.normalize();this.mult(O)}},heading2D:function(){return -o.atan2(-this.y,this.x)},toString:function(){return"["+this.x+", "+this.y+", "+this.z+"]"},array:function(){return[this.x,this.y,this.z]}};function M(O){return function(R,Q){var P=R.get();P[O](Q);return P}}for(var N in L.prototype){if(L.prototype.hasOwnProperty(N)&&!L.hasOwnProperty(N)){L[N]=M(N)}}return L}();function K(){}K.prototype=z;var g=new K;g.ArrayList=f;g.HashMap=v;g.PVector=y;g.ObjectIterator=m;g.PConstants=z;g.defineProperty=function(M,L,N){if("defineProperty" in Object){Object.defineProperty(M,L,N)}else{if(N.hasOwnProperty("get")){M.__defineGetter__(L,N.get)}if(N.hasOwnProperty("set")){M.__defineSetter__(L,N.set)}}};function i(O,N){function P(Q){g.defineProperty(O,Q,{get:function(){return N[Q]},set:function(R){N[Q]=R},enumerable:true})}var M=[];for(var L in N){if(typeof N[L]==="function"){if(!O.hasOwnProperty(L)){O[L]=N[L]}}else{if(L.charAt(0)!=="$"&&!(L in O)){M.push(L)}}}while(M.length>0){P(M.shift())}}g.extendClassChain=function(M){var N=[M];for(var L=M.$upcast;L;L=L.$upcast){i(L,M);N.push(L);M=L}while(N.length>0){N.pop().$self=M}};g.extendStaticMembers=function(L,M){i(L,M)};g.extendInterfaceMembers=function(L,M){i(L,M)};g.addMethod=function(O,N,Q,P){if(O[N]){var M=Q.length,L=O[N];O[N]=function(){if(arguments.length===M){return Q.apply(this,arguments)}return L.apply(this,arguments)}}else{O[N]=Q}};g.createJavaArray=function(P,Q){var M=null;if(typeof Q[0]==="number"){var L=0|Q[0];if(Q.length<=1){M=[];M.length=L;for(var O=0;O"+aa;d.body.appendChild(R);var S=L.width,Z=L.height,T=Z/2;W.fillStyle="white";W.fillRect(0,0,S,Z);W.fillStyle="black";W.fillText(aa,0,T);var N=W.getImageData(0,0,S,Z).data;var X=0,Q=S*4,Y=N.length;while(++X0&&N[X]===255){E()}var ab=o.round(X/Q);V.ascent=ac*(T-P);V.descent=ac*(ab-T);if(d.defaultView.getComputedStyle){var M=d.defaultView.getComputedStyle(R,null).getPropertyValue("height");M=ac*M.replace("px","");if(M>=V.size*2){V.leading=o.round(M/2)}}d.body.removeChild(R)}function F(L,M){if(L===r){L=""}this.name=L;if(M===r){M=0}this.size=M;this.glyph=false;this.ascent=0;this.descent=0;this.leading=1.2*M;var P=L.indexOf(" Italic Bold");if(P!==-1){L=L.substring(0,P)}this.style="normal";var O=L.indexOf(" Italic");if(O!==-1){L=L.substring(0,O);this.style="italic"}this.weight="normal";var N=L.indexOf(" Bold");if(N!==-1){L=L.substring(0,N);this.weight="bold"}this.family="sans-serif";if(L!==r){switch(L){case"sans-serif":case"serif":case"monospace":case"fantasy":case"cursive":this.family=L;break;default:this.family='"'+L+'", sans-serif';break}}this.context2d=null;n(this);this.css=this.getCSSDefinition();this.context2d.font=this.css}F.prototype.getCSSDefinition=function(N,L){if(N===r){N=this.size+"px"}if(L===r){L=this.leading+"px"}var M=[this.style,"normal",this.weight,N+"/"+L,this.family];return M.join(" ")};F.prototype.measureTextWidth=function(L){return this.context2d.measureText(L).width};F.PFontCache={};F.get=function(N,O){var M=F.PFontCache;var L=N+"/"+O;if(!M[L]){M[L]=new F(N,O)}return M[L]};F.list=function(){return["sans-serif","serif","monospace","fantasy","cursive"]};F.preloading={template:{},initialized:false,initialize:function(){var N=function(){var P="#E3KAI2wAgT1MvMg7Eo3VmNtYX7ABi3CxnbHlm7Abw3kaGVhZ7ACs3OGhoZWE7A53CRobXR47AY3AGbG9jYQ7G03Bm1heH7ABC3CBuYW1l7Ae3AgcG9zd7AI3AE#B3AQ2kgTY18PPPUACwAg3ALSRoo3#yld0xg32QAB77#E777773B#E3C#I#Q77773E#Q7777777772CMAIw7AB77732B#M#Q3wAB#g3B#E#E2BB//82BB////w#B7#gAEg3E77x2B32B#E#Q#MTcBAQ32gAe#M#QQJ#E32M#QQJ#I#g32Q77#";var O=function(Q){return"AAAAAAAA".substr(~~Q?7-Q:6)};return P.replace(/[#237]/g,O)};var L=d.createElement("style");L.setAttribute("type","text/css");L.innerHTML='@font-face {\n font-family: "PjsEmptyFont";\n src: url(\'data:application/x-font-ttf;base64,'+N()+"')\n format('truetype');\n}";d.head.appendChild(L);var M=d.createElement("span");M.style.cssText='position: absolute; top: 0; left: 0; opacity: 0; font-family: "PjsEmptyFont", fantasy;';M.innerHTML="AAAAAAAA";d.body.appendChild(M);this.template=M;this.initialized=true},getElementWidth:function(L){return d.defaultView.getComputedStyle(L,"").getPropertyValue("width")},timeAttempted:0,pending:function(P){if(!this.initialized){this.initialize()}var N,L,O=this.getElementWidth(this.template);for(var M=0;M cos( light.angle ) ) { spotAttenuation = pow( spotDot, light.concentration ); } else{ spotAttenuation = 0.0; } attenuation *= spotAttenuation;")+" float nDotVP = max( 0.0, dot( vertNormal, VP )); vec3 halfVector = normalize( VP - normalize(ecPos) ); float nDotHV = max( 0.0, dot( vertNormal, halfVector )); if( nDotVP == 0.0 ) { powerfactor = 0.0; } else { powerfactor = pow( nDotHV, shininess ); } spec += specular * powerfactor * attenuation; col += light.color * nDotVP * attenuation;}void main(void) { vec3 finalAmbient = vec3( 0.0, 0.0, 0.0 ); vec3 finalDiffuse = vec3( 0.0, 0.0, 0.0 ); vec3 finalSpecular = vec3( 0.0, 0.0, 0.0 ); vec4 col = color; if(color[0] == -1.0){ col = aColor; } vec3 norm = normalize(vec3( normalTransform * vec4( Normal, 0.0 ) )); vec4 ecPos4 = view * model * vec4(Vertex,1.0); vec3 ecPos = (vec3(ecPos4))/ecPos4.w; if( lightCount == 0 ) { frontColor = col + vec4(mat_specular,1.0); } else { for( int i = 0; i < 8; i++ ) { Light l = getLight(i); if( i >= lightCount ){ break; } if( l.type == 0 ) { AmbientLight( finalAmbient, ecPos, l ); } else if( l.type == 1 ) { DirectionalLight( finalDiffuse, finalSpecular, norm, ecPos, l ); } else if( l.type == 2 ) { PointLight( finalDiffuse, finalSpecular, norm, ecPos, l ); } else { SpotLight( finalDiffuse, finalSpecular, norm, ecPos, l ); } } if( usingMat == false ) { frontColor = vec4( vec3(col) * finalAmbient + vec3(col) * finalDiffuse + vec3(col) * finalSpecular, col[3] ); } else{ frontColor = vec4( mat_emissive + (vec3(col) * mat_ambient * finalAmbient) + (vec3(col) * finalDiffuse) + (mat_specular * finalSpecular), col[3] ); } } vTexture.xy = aTexture.xy; gl_Position = projection * view * model * vec4( Vertex, 1.0 );}";var bH="#ifdef GL_ES\nprecision highp float;\n#endif\nvarying vec4 frontColor;uniform sampler2D sampler;uniform bool usingTexture;varying vec2 vTexture;void main(void){ if(usingTexture){ gl_FragColor = vec4(texture2D(sampler, vTexture.xy)) * frontColor; } else{ gl_FragColor = frontColor; }}";function dY(d9,d8,eb,ea){var d7=dz.locations[d9];if(d7===r){d7=d4.getUniformLocation(d8,eb);dz.locations[d9]=d7}if(d7!==null){if(ea.length===4){d4.uniform4fv(d7,ea)}else{if(ea.length===3){d4.uniform3fv(d7,ea)}else{if(ea.length===2){d4.uniform2fv(d7,ea)}else{d4.uniform1f(d7,ea)}}}}}function dV(d9,d8,eb,ea){var d7=dz.locations[d9];if(d7===r){d7=d4.getUniformLocation(d8,eb);dz.locations[d9]=d7}if(d7!==null){if(ea.length===4){d4.uniform4iv(d7,ea)}else{if(ea.length===3){d4.uniform3iv(d7,ea)}else{if(ea.length===2){d4.uniform2iv(d7,ea)}else{d4.uniform1i(d7,ea)}}}}}function a5(eb,d9,ec,ea,d8){var d7=dz.locations[eb];if(d7===r){d7=d4.getUniformLocation(d9,ec);dz.locations[eb]=d7}if(d7!==-1){if(d8.length===16){d4.uniformMatrix4fv(d7,ea,d8)}else{if(d8.length===9){d4.uniformMatrix3fv(d7,ea,d8)}else{d4.uniformMatrix2fv(d7,ea,d8)}}}}function db(eb,d9,ec,d8,ea){var d7=dz.attributes[eb];if(d7===r){d7=d4.getAttribLocation(d9,ec);dz.attributes[eb]=d7}if(d7!==-1){d4.bindBuffer(d4.ARRAY_BUFFER,ea);d4.vertexAttribPointer(d7,d8,d4.FLOAT,false,0,0);d4.enableVertexAttribArray(d7)}}function cf(d9,d8,ea){var d7=dz.attributes[d9];if(d7===r){d7=d4.getAttribLocation(d8,ea);dz.attributes[d9]=d7}if(d7!==-1){d4.disableVertexAttribArray(d7)}}var bC=function(d9,eb,d8){var ec=d9.createShader(d9.VERTEX_SHADER);d9.shaderSource(ec,eb);d9.compileShader(ec);if(!d9.getShaderParameter(ec,d9.COMPILE_STATUS)){throw d9.getShaderInfoLog(ec)}var ea=d9.createShader(d9.FRAGMENT_SHADER);d9.shaderSource(ea,d8);d9.compileShader(ea);if(!d9.getShaderParameter(ea,d9.COMPILE_STATUS)){throw d9.getShaderInfoLog(ea)}var d7=d9.createProgram();d9.attachShader(d7,ec);d9.attachShader(d7,ea);d9.linkProgram(d7);if(!d9.getProgramParameter(d7,d9.LINK_STATUS)){throw"Error linking shaders."}return d7};var aV=function(d7,eb,d8,ea,d9){return{x:d7,y:eb,w:d8,h:ea}};var bh=aV;var b0=function(d7,eb,d8,ea,d9){return{x:d7,y:eb,w:d9?d8:d8-d7,h:d9?ea:ea-eb}};var aL=function(d7,eb,d8,ea,d9){return{x:d7-d8/2,y:eb-ea/2,w:d8,h:ea}};var dp=function(){};var bO=function(){};var by=function(){};var b9=function(){};bO.prototype=new dp;bO.prototype.constructor=bO;by.prototype=new dp;by.prototype.constructor=by;b9.prototype=new dp;b9.prototype.constructor=b9;dp.prototype.a3DOnlyFunction=E;var ck={};var bN=cV.Character=function(d7){if(typeof d7==="string"&&d7.length===1){this.code=d7.charCodeAt(0)}else{if(typeof d7==="number"){this.code=d7}else{if(d7 instanceof bN){this.code=d7}else{this.code=NaN}}}return ck[this.code]===r?ck[this.code]=this:ck[this.code]};bN.prototype.toString=function(){return String.fromCharCode(this.code)};bN.prototype.valueOf=function(){return this.code};var M=cV.PShape=function(d7){this.family=d7||0;this.visible=true;this.style=true;this.children=[];this.nameTable=[];this.params=[];this.name="";this.image=null;this.matrix=null;this.kind=null;this.close=null;this.width=null;this.height=null;this.parent=null};M.prototype={isVisible:function(){return this.visible},setVisible:function(d7){this.visible=d7},disableStyle:function(){this.style=false;for(var d8=0,d7=this.children.length;d80){for(d8=0,d7=this.nameTable.length;d8, it's <"+this.element.getName()+">"}}else{if(arguments.length===2){if(typeof arguments[1]==="string"){if(arguments[1].indexOf(".svg")>-1){this.element=new cV.XMLElement(null,arguments[1]);this.vertexCodes=[];this.vertices=[];this.opacity=1;this.stroke=false;this.strokeColor=4278190080;this.strokeWeight=1;this.strokeCap="butt";this.strokeJoin="miter";this.strokeGradient="";this.strokeGradientPaint="";this.strokeName="";this.strokeOpacity=1;this.fill=true;this.fillColor=4278190080;this.fillGradient=null;this.fillGradientPaint=null;this.fillOpacity=1}}else{if(arguments[0]){this.element=arguments[1];this.vertexCodes=arguments[0].vertexCodes.slice();this.vertices=arguments[0].vertices.slice();this.stroke=arguments[0].stroke;this.strokeColor=arguments[0].strokeColor;this.strokeWeight=arguments[0].strokeWeight;this.strokeCap=arguments[0].strokeCap;this.strokeJoin=arguments[0].strokeJoin;this.strokeGradient=arguments[0].strokeGradient;this.strokeGradientPaint=arguments[0].strokeGradientPaint;this.strokeName=arguments[0].strokeName;this.fill=arguments[0].fill;this.fillColor=arguments[0].fillColor;this.fillGradient=arguments[0].fillGradient;this.fillGradientPaint=arguments[0].fillGradientPaint;this.fillName=arguments[0].fillName;this.strokeOpacity=arguments[0].strokeOpacity;this.fillOpacity=arguments[0].fillOpacity;this.opacity=arguments[0].opacity}}}}this.name=this.element.getStringAttribute("id");var d7=this.element.getStringAttribute("display","inline");this.visible=d7!=="none";var ec=this.element.getAttribute("transform");if(ec){this.matrix=this.parseMatrix(ec)}var d9=this.element.getStringAttribute("viewBox");if(d9!==null){var eb=d9.split(" ");this.width=eb[2];this.height=eb[3]}var d8=this.element.getStringAttribute("width");var ea=this.element.getStringAttribute("height");if(d8!==null){this.width=this.parseUnitSize(d8);this.height=this.parseUnitSize(ea)}else{if(this.width===0||this.height===0){this.width=1;this.height=1;throw"The width and/or height is not readable in the tag of this file."}}this.parseColors(this.element);this.parseChildren(this.element)};cq.prototype=new M;cq.prototype.parseMatrix=function(){function d7(d9){var d8=[];d9.replace(/\((.*?)\)/,function(){return function(ea,eb){d8=eb.replace(/,+/g," ").split(/\s+/)}}());return d8}return function(ef){this.checkMatrix(2);var d8=[];ef.replace(/\s*(\w+)\((.*?)\)/g,function(ei){d8.push(cV.trim(ei))});if(d8.length===0){return null}for(var ed=0,eb=d8.length;ed=65&&eq<=90||eq>=97&&eq<=122){er=eu;eu++;if(eu=65&&eq<=90||eq>=97&&eq<=100||eq>=102&&eq<=122)&&et===false){if(eq===32){if(eo!==""){es.push(parseFloat(eo));eo=""}eu++}else{if(eq===45){if(ev[eu-1].valueOf()===101){eo+=ev[eu].toString();eu++}else{if(eo!==""){es.push(parseFloat(eo))}eo=ev[eu].toString();eu++}}else{eo+=ev[eu].toString();eu++}}if(eu===ev.length){et=true}else{eq=ev[eu].valueOf()}}}if(eo!==""){es.push(parseFloat(eo));eo=""}eb=ev[er];eq=eb.valueOf();if(eq===77){if(es.length>=2&&es.length%2===0){ea=es[0];d9=es[1];this.parsePathMoveto(ea,d9);if(es.length>2){for(er=2,ep=es.length;er=2&&es.length%2===0){ea+=es[0];d9+=es[1];this.parsePathMoveto(ea,d9);if(es.length>2){for(er=2,ep=es.length;er=2&&es.length%2===0){for(er=0,ep=es.length;er=2&&es.length%2===0){for(er=0,ep=es.length;er=6&&es.length%6===0){for(er=0,ep=es.length;er=6&&es.length%6===0){for(er=0,ep=es.length;er=4&&es.length%4===0){for(er=0,ep=es.length;er=4&&es.length%4===0){for(er=0,ep=es.length;er=4&&es.length%4===0){for(er=0,ep=es.length;er=4&&es.length%4===0){for(er=0,ep=es.length;er=2&&es.length%2===0){for(er=0,ep=es.length;er=2&&es.length%2===0){for(er=0,ep=es.length;er0){this.parsePathCode(1);this.parsePathVertex(d9+(d7-d9)*2/3,eb+(ec-eb)*2/3);this.parsePathVertex(d8+(d7-d8)*2/3,ea+(ec-ea)*2/3);this.parsePathVertex(d8,ea)}else{throw"Path must start with M/m"}};cq.prototype.parsePathCurveto=function(ea,ec,d8,eb,d7,d9){if(this.vertices.length>0){this.parsePathCode(1);this.parsePathVertex(ea,ec);this.parsePathVertex(d8,eb);this.parsePathVertex(d7,d9)}else{throw"Path must start with M/m"}};cq.prototype.parsePathLineto=function(d8,d7){if(this.vertices.length>0){this.parsePathCode(0);this.parsePathVertex(d8,d7);this.vertices[this.vertices.length-1]["moveTo"]=false}else{throw"Path must start with M/m"}};cq.prototype.parsePathMoveto=function(d8,d7){if(this.vertices.length>0){this.parsePathCode(3)}this.parsePathCode(0);this.parsePathVertex(d8,d7);this.vertices[this.vertices.length-1]["moveTo"]=true};cq.prototype.parsePathVertex=function(d7,d9){var d8=[];d8[0]=d7;d8[1]=d9;this.vertices.push(d8)};cq.prototype.parsePathCode=function(d7){this.vertexCodes.push(d7)};cq.prototype.parsePoly=function(eb){this.family=21;this.close=eb;var d8=cV.trim(this.element.getStringAttribute("points").replace(/[,\s]+/g," "));if(d8!==null){var d7=d8.split(" ");if(d7.length%2===0){for(var ea=0,d9=d7.length;ea"}};cq.prototype.parseEllipse=function(d9){this.kind=31;this.family=1;this.params=[];this.params[0]=this.element.getFloatAttribute("cx")|0;this.params[1]=this.element.getFloatAttribute("cy")|0;var d8,d7;if(d9){d8=d7=this.element.getFloatAttribute("r");if(d8<0){throw"svg error: negative radius found while parsing "}}else{d8=this.element.getFloatAttribute("rx");d7=this.element.getFloatAttribute("ry");if(d8<0||d7<0){throw"svg error: negative x-axis radius or y-axis radius found while parsing "}}this.params[0]-=d8;this.params[1]-=d7;this.params[2]=d8*2;this.params[3]=d7*2};cq.prototype.parseLine=function(){this.kind=4;this.family=1;this.params=[];this.params[0]=this.element.getFloatAttribute("x1");this.params[1]=this.element.getFloatAttribute("y1");this.params[2]=this.element.getFloatAttribute("x2");this.params[3]=this.element.getFloatAttribute("y2")};cq.prototype.parseColors=function(d9){if(d9.hasAttribute("opacity")){this.setOpacity(d9.getAttribute("opacity"))}if(d9.hasAttribute("stroke")){this.setStroke(d9.getAttribute("stroke"))}if(d9.hasAttribute("stroke-width")){this.setStrokeWeight(d9.getAttribute("stroke-width"))}if(d9.hasAttribute("stroke-linejoin")){this.setStrokeJoin(d9.getAttribute("stroke-linejoin"))}if(d9.hasAttribute("stroke-linecap")){this.setStrokeCap(d9.getStringAttribute("stroke-linecap"))}if(d9.hasAttribute("fill")){this.setFill(d9.getStringAttribute("fill"))}if(d9.hasAttribute("style")){var ec=d9.getStringAttribute("style");var ea=ec.toString().split(";");for(var d8=0,d7=ea.length;d8=1&&arguments[0]!==null){if(d9.isVisible()){cV.pushMatrix();if(Q===3){if(arguments.length===5){cV.translate(d8-ea/2,eb-d7/2);cV.scale(ea/d9.getWidth(),d7/d9.getHeight())}else{if(arguments.length===3){cV.translate(d8-d9.getWidth()/2,-d9.getHeight()/2)}else{cV.translate(-d9.getWidth()/2,-d9.getHeight()/2)}}}else{if(Q===0){if(arguments.length===5){cV.translate(d8,eb);cV.scale(ea/d9.getWidth(),d7/d9.getHeight())}else{if(arguments.length===3){cV.translate(d8,eb)}}}else{if(Q===1){if(arguments.length===5){ea-=d8;d7-=eb;cV.translate(d8,eb);cV.scale(ea/d9.getWidth(),d7/d9.getHeight())}else{if(arguments.length===3){cV.translate(d8,eb)}}}}}d9.draw();if(arguments.length===1&&Q===3||arguments.length>1){cV.popMatrix()}}}};cV.shapeMode=function(d7){Q=d7};cV.loadShape=function(d7){if(arguments.length===1){if(d7.indexOf(".svg")>-1){return new cq(null,d7)}}return null};var cS=function(eb,ea,d7,d8,d9){this.fullName=eb||"";this.name=ea||"";this.namespace=d7||"";this.value=d8;this.type=d9};cS.prototype={getName:function(){return this.name},getFullName:function(){return this.fullName},getNamespace:function(){return this.namespace},getValue:function(){return this.value},getType:function(){return this.type},setValue:function(d7){this.value=d7}};var b8=cV.XMLElement=function(){this.attributes=[];this.children=[];this.fullName=null;this.name=null;this.namespace="";this.content=null;this.parent=null;this.lineNr="";this.systemID="";this.type="ELEMENT";if(arguments.length===4){this.fullName=arguments[0]||"";if(arguments[1]){this.name=arguments[1]}else{var d7=this.fullName.indexOf(":");if(d7>=0){this.name=this.fullName.substring(d7+1)}else{this.name=this.fullName}}this.namespace=arguments[1];this.lineNr=arguments[3];this.systemID=arguments[2]}else{if(arguments.length===2&&arguments[1].indexOf(".")>-1){this.parse(arguments[arguments.length-1])}else{if(arguments.length===1&&typeof arguments[0]==="string"){this.parse(arguments[0])}}}};b8.prototype={parse:function(d7){var d9;try{var eb=d7.substring(d7.length-4);if(eb===".xml"||eb===".svg"){d7=u(d7)}d9=(new DOMParser).parseFromString(d7,"text/xml");var d8=d9.documentElement;if(d8){this.parseChildrenRecursive(null,d8)}else{throw"Error loading document"}return this}catch(ea){throw ea}},parseChildrenRecursive:function(ef,ed){var ec,d8,ee,eb,ea,d7;if(!ef){this.fullName=ed.localName;this.name=ed.nodeName;ec=this}else{ec=new b8(ed.localName,ed.nodeName,"","");ec.parent=ef}if(ed.nodeType===3&&ed.textContent!==""){return this.createPCDataElement(ed.textContent)}for(eb=0,ea=ed.attributes.length;eb0){var eb,ea;for(d9=0,d8=this.children.length;d90},addChild:function(d7){if(d7!==null){d7.parent=this;this.children.push(d7)}},insertChild:function(d9,d7){if(d9){if(d9.getLocalName()===null&&!this.hasChildren()){var d8=this.children[this.children.length-1];if(d8.getLocalName()===null){d8.setContent(d8.getContent()+d9.getContent());return}}d9.parent=this;this.children.splice(d7,0,d9)}},getChild:function(){if(typeof arguments[0]==="number"){return this.children[arguments[0]]}if(arguments[0].indexOf("/")!==-1){this.getChildRecursive(arguments[0].split("/"),0);return null}var d7,ea;for(var d9=0,d8=this.getChildCount();d9d7){this.children.splice(d7,1)}},findAttribute:function(d8,ea){this.namespace=ea||"";for(var d9=0,d7=this.attributes.length;d90){D.debug("Tried to set content for XMLElement with children")}this.content=d7},setName:function(){if(arguments.length===1){this.name=arguments[0];this.fullName=arguments[0];this.namespace=null}else{var d7=arguments[0].indexOf(":");if(arguments[1]===null||d7<0){this.name=arguments[0]}else{this.name=arguments[0].substring(d7+1)}this.fullName=arguments[0];this.namespace=arguments[1]}},getName:function(){return this.fullName},getLocalName:function(){return this.name},getAttributeCount:function(){return this.attributes.length},toString:function(){if(this.type==="TEXT"){return this.content}var d9=(this.namespace!==""&&this.namespace!==this.name?this.namespace+":":"")+this.name;var ea="<"+d9;var d8,eb;for(d8=0;d8"}else{ea+=">"+this.content+""}}else{ea+=">";for(eb=0;eb"}return ea}};b8.parse=function(d8){var d7=new b8;d7.parse(d8);return d7};var cl=function(ea){var d7=0;for(var d8=0;d8-2147483648){var d8=this.elements[0];var ed=this.elements[1];var eb=this.elements[2];var ea=this.elements[3];var d9=this.elements[4];var d7=this.elements[5];this.elements[0]=d9/ec;this.elements[3]=-ea/ec;this.elements[1]=-ed/ec;this.elements[4]=d8/ec;this.elements[2]=(ed*d7-d9*eb)/ec;this.elements[5]=(ea*eb-d8*d7)/ec;return true}return false},scale:function(d8,d7){if(d8&&!d7){d7=d8}if(d8&&d7){this.elements[0]*=d8;this.elements[1]*=d7;this.elements[3]*=d8;this.elements[4]*=d7}},invScale:function(d8,d7){if(d8&&!d7){d7=d8}this.scale(1/d8,1/d7)},apply:function(){var d9;if(arguments.length===1&&arguments[0] instanceof aT){d9=arguments[0].array()}else{if(arguments.length===6){d9=Array.prototype.slice.call(arguments)}else{if(arguments.length===1&&arguments[0] instanceof Array){d9=arguments[0]}}}var d7=[0,0,this.elements[2],0,0,this.elements[5]];var ea=0;for(var eb=0;eb<2;eb++){for(var d8=0;d8<3;d8++,ea++){d7[ea]+=this.elements[eb*3+0]*d9[d8+0]+this.elements[eb*3+1]*d9[d8+3]}}this.elements=d7.slice()},preApply:function(){var d8;if(arguments.length===1&&arguments[0] instanceof aT){d8=arguments[0].array()}else{if(arguments.length===6){d8=Array.prototype.slice.call(arguments)}else{if(arguments.length===1&&arguments[0] instanceof Array){d8=arguments[0]}}}var d7=[0,0,d8[2],0,0,d8[5]];d7[2]=d8[2]+this.elements[2]*d8[0]+this.elements[5]*d8[1];d7[5]=d8[5]+this.elements[2]*d8[3]+this.elements[5]*d8[4];d7[0]=this.elements[0]*d8[0]+this.elements[3]*d8[1];d7[3]=this.elements[0]*d8[3]+this.elements[3]*d8[4];d7[1]=this.elements[1]*d8[0]+this.elements[4]*d8[1];d7[4]=this.elements[1]*d8[3]+this.elements[4]*d8[4];this.elements=d7.slice()},rotate:function(d9){var eb=o.cos(d9);var d7=o.sin(d9);var ea=this.elements[0];var d8=this.elements[1];this.elements[0]=eb*ea+d7*d8;this.elements[1]=-d7*ea+eb*d8;ea=this.elements[3];d8=this.elements[4];this.elements[3]=eb*ea+d7*d8;this.elements[4]=-d7*ea+eb*d8},rotateZ:function(d7){this.rotate(d7)},invRotateZ:function(d7){this.rotateZ(d7-o.PI)},print:function(){var d8=cl(this.elements);var d7=""+cV.nfs(this.elements[0],d8,4)+" "+cV.nfs(this.elements[1],d8,4)+" "+cV.nfs(this.elements[2],d8,4)+"\n"+cV.nfs(this.elements[3],d8,4)+" "+cV.nfs(this.elements[4],d8,4)+" "+cV.nfs(this.elements[5],d8,4)+"\n\n";cV.println(d7)}};var aM=cV.PMatrix3D=function(){this.reset()};aM.prototype={set:function(){if(arguments.length===16){this.elements=Array.prototype.slice.call(arguments)}else{if(arguments.length===1&&arguments[0] instanceof aM){this.elements=arguments[0].array()}else{if(arguments.length===1&&arguments[0] instanceof Array){this.elements=arguments[0].slice()}}}},get:function(){var d7=new aM;d7.set(this.elements);return d7},reset:function(){this.elements=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]},array:function aD(){return this.elements.slice()},translate:function(d8,d7,d9){if(d9===r){d9=0}this.elements[3]+=d8*this.elements[0]+d7*this.elements[1]+d9*this.elements[2];this.elements[7]+=d8*this.elements[4]+d7*this.elements[5]+d9*this.elements[6];this.elements[11]+=d8*this.elements[8]+d7*this.elements[9]+d9*this.elements[10];this.elements[15]+=d8*this.elements[12]+d7*this.elements[13]+d9*this.elements[14]},transpose:function(){var d7=this.elements[4];this.elements[4]=this.elements[1];this.elements[1]=d7;d7=this.elements[8];this.elements[8]=this.elements[2];this.elements[2]=d7;d7=this.elements[6];this.elements[6]=this.elements[9];this.elements[9]=d7;d7=this.elements[3];this.elements[3]=this.elements[12];this.elements[12]=d7;d7=this.elements[7];this.elements[7]=this.elements[13];this.elements[13]=d7;d7=this.elements[11];this.elements[11]=this.elements[14];this.elements[14]=d7},mult:function(d9,ea){var d7,ec,eb,d8;if(d9 instanceof y){d7=d9.x;ec=d9.y;eb=d9.z;d8=1;if(!ea){ea=new y}}else{if(d9 instanceof Array){d7=d9[0];ec=d9[1];eb=d9[2];d8=d9[3]||1;if(!ea||ea.length!==3&&ea.length!==4){ea=[0,0,0]}}}if(ea instanceof Array){if(ea.length===3){ea[0]=this.elements[0]*d7+this.elements[1]*ec+this.elements[2]*eb+this.elements[3];ea[1]=this.elements[4]*d7+this.elements[5]*ec+this.elements[6]*eb+this.elements[7];ea[2]=this.elements[8]*d7+this.elements[9]*ec+this.elements[10]*eb+this.elements[11]}else{if(ea.length===4){ea[0]=this.elements[0]*d7+this.elements[1]*ec+this.elements[2]*eb+this.elements[3]*d8;ea[1]=this.elements[4]*d7+this.elements[5]*ec+this.elements[6]*eb+this.elements[7]*d8;ea[2]=this.elements[8]*d7+this.elements[9]*ec+this.elements[10]*eb+this.elements[11]*d8;ea[3]=this.elements[12]*d7+this.elements[13]*ec+this.elements[14]*eb+this.elements[15]*d8}}}if(ea instanceof y){ea.x=this.elements[0]*d7+this.elements[1]*ec+this.elements[2]*eb+this.elements[3];ea.y=this.elements[4]*d7+this.elements[5]*ec+this.elements[6]*eb+this.elements[7];ea.z=this.elements[8]*d7+this.elements[9]*ec+this.elements[10]*eb+this.elements[11]}return ea},preApply:function(){var d9;if(arguments.length===1&&arguments[0] instanceof aM){d9=arguments[0].array()}else{if(arguments.length===16){d9=Array.prototype.slice.call(arguments)}else{if(arguments.length===1&&arguments[0] instanceof Array){d9=arguments[0]}}}var d7=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];var ea=0;for(var eb=0;eb<4;eb++){for(var d8=0;d8<4;d8++,ea++){d7[ea]+=this.elements[d8+0]*d9[eb*4+0]+this.elements[d8+4]*d9[eb*4+1]+this.elements[d8+8]*d9[eb*4+2]+this.elements[d8+12]*d9[eb*4+3]}}this.elements=d7.slice()},apply:function(){var d9;if(arguments.length===1&&arguments[0] instanceof aM){d9=arguments[0].array()}else{if(arguments.length===16){d9=Array.prototype.slice.call(arguments)}else{if(arguments.length===1&&arguments[0] instanceof Array){d9=arguments[0]}}}var d7=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];var ea=0;for(var eb=0;eb<4;eb++){for(var d8=0;d8<4;d8++,ea++){d7[ea]+=this.elements[eb*4+0]*d9[d8+0]+this.elements[eb*4+1]*d9[d8+4]+this.elements[eb*4+2]*d9[d8+8]+this.elements[eb*4+3]*d9[d8+12]}}this.elements=d7.slice()},rotate:function(eb,d7,ed,ea){if(!ed){this.rotateZ(eb)}else{var ec=cV.cos(eb);var d9=cV.sin(eb);var d8=1-ec;this.apply(d8*d7*d7+ec,d8*d7*ed-d9*ea,d8*d7*ea+d9*ed,0,d8*d7*ed+d9*ea,d8*ed*ed+ec,d8*ed*ea-d9*d7,0,d8*d7*ea-d9*ed,d8*ed*ea+d9*d7,d8*ea*ea+ec,0,0,0,0,1)}},invApply:function(){if(Z===r){Z=new aM}var d7=arguments;Z.set(d7[0],d7[1],d7[2],d7[3],d7[4],d7[5],d7[6],d7[7],d7[8],d7[9],d7[10],d7[11],d7[12],d7[13],d7[14],d7[15]);if(!Z.invert()){return false}this.preApply(Z);return true},rotateX:function(d8){var d9=cV.cos(d8);var d7=cV.sin(d8);this.apply([1,0,0,0,0,d9,-d7,0,0,d7,d9,0,0,0,0,1])},rotateY:function(d8){var d9=cV.cos(d8);var d7=cV.sin(d8);this.apply([d9,0,d7,0,0,1,0,0,-d7,0,d9,0,0,0,0,1])},rotateZ:function(d8){var d9=o.cos(d8);var d7=o.sin(d8);this.apply([d9,-d7,0,0,d7,d9,0,0,0,0,1,0,0,0,0,1])},scale:function(d9,d8,d7){if(d9&&!d8&&!d7){d8=d7=d9}else{if(d9&&d8&&!d7){d7=1}}if(d9&&d8&&d7){this.elements[0]*=d9;this.elements[1]*=d8;this.elements[2]*=d7;this.elements[4]*=d9;this.elements[5]*=d8;this.elements[6]*=d7;this.elements[8]*=d9;this.elements[9]*=d8;this.elements[10]*=d7;this.elements[12]*=d9;this.elements[13]*=d8;this.elements[14]*=d7}},skewX:function(d8){var d7=o.tan(d8);this.apply(1,d7,0,0,0,1,0,0,0,0,1,0,0,0,0,1)},skewY:function(d8){var d7=o.tan(d8);this.apply(1,0,0,0,d7,1,0,0,0,0,1,0,0,0,0,1)},multX:function(d7,ea,d9,d8){if(!d9){return this.elements[0]*d7+this.elements[1]*ea+this.elements[3]}if(!d8){return this.elements[0]*d7+this.elements[1]*ea+this.elements[2]*d9+this.elements[3]}return this.elements[0]*d7+this.elements[1]*ea+this.elements[2]*d9+this.elements[3]*d8},multY:function(d7,ea,d9,d8){if(!d9){return this.elements[4]*d7+this.elements[5]*ea+this.elements[7]}if(!d8){return this.elements[4]*d7+this.elements[5]*ea+this.elements[6]*d9+this.elements[7]}return this.elements[4]*d7+this.elements[5]*ea+this.elements[6]*d9+this.elements[7]*d8},multZ:function(d7,ea,d9,d8){if(!d8){return this.elements[8]*d7+this.elements[9]*ea+this.elements[10]*d9+this.elements[11]}return this.elements[8]*d7+this.elements[9]*ea+this.elements[10]*d9+this.elements[11]*d8},multW:function(d7,ea,d9,d8){if(!d8){return this.elements[12]*d7+this.elements[13]*ea+this.elements[14]*d9+this.elements[15]}return this.elements[12]*d7+this.elements[13]*ea+this.elements[14]*d9+this.elements[15]*d8},invert:function(){var eg=this.elements[0]*this.elements[5]-this.elements[1]*this.elements[4];var ef=this.elements[0]*this.elements[6]-this.elements[2]*this.elements[4];var ee=this.elements[0]*this.elements[7]-this.elements[3]*this.elements[4];var ed=this.elements[1]*this.elements[6]-this.elements[2]*this.elements[5];var ec=this.elements[1]*this.elements[7]-this.elements[3]*this.elements[5];var eb=this.elements[2]*this.elements[7]-this.elements[3]*this.elements[6];var ea=this.elements[8]*this.elements[13]-this.elements[9]*this.elements[12];var d9=this.elements[8]*this.elements[14]-this.elements[10]*this.elements[12];var d8=this.elements[8]*this.elements[15]-this.elements[11]*this.elements[12];var el=this.elements[9]*this.elements[14]-this.elements[10]*this.elements[13];var ej=this.elements[9]*this.elements[15]-this.elements[11]*this.elements[13];var ei=this.elements[10]*this.elements[15]-this.elements[11]*this.elements[14];var ek=eg*ei-ef*ej+ee*el+ed*d8-ec*d9+eb*ea;if(o.abs(ek)<=1e-9){return false}var eh=[];eh[0]=+this.elements[5]*ei-this.elements[6]*ej+this.elements[7]*el;eh[4]=-this.elements[4]*ei+this.elements[6]*d8-this.elements[7]*d9;eh[8]=+this.elements[4]*ej-this.elements[5]*d8+this.elements[7]*ea;eh[12]=-this.elements[4]*el+this.elements[5]*d9-this.elements[6]*ea;eh[1]=-this.elements[1]*ei+this.elements[2]*ej-this.elements[3]*el;eh[5]=+this.elements[0]*ei-this.elements[2]*d8+this.elements[3]*d9;eh[9]=-this.elements[0]*ej+this.elements[1]*d8-this.elements[3]*ea;eh[13]=+this.elements[0]*el-this.elements[1]*d9+this.elements[2]*ea;eh[2]=+this.elements[13]*eb-this.elements[14]*ec+this.elements[15]*ed;eh[6]=-this.elements[12]*eb+this.elements[14]*ee-this.elements[15]*ef;eh[10]=+this.elements[12]*ec-this.elements[13]*ee+this.elements[15]*eg;eh[14]=-this.elements[12]*ed+this.elements[13]*ef-this.elements[14]*eg;eh[3]=-this.elements[9]*eb+this.elements[10]*ec-this.elements[11]*ed;eh[7]=+this.elements[8]*eb-this.elements[10]*ee+this.elements[11]*ef;eh[11]=-this.elements[8]*ec+this.elements[9]*ee-this.elements[11]*eg;eh[15]=+this.elements[8]*ed-this.elements[9]*ef+this.elements[10]*eg;var d7=1/ek;eh[0]*=d7;eh[1]*=d7;eh[2]*=d7;eh[3]*=d7;eh[4]*=d7;eh[5]*=d7;eh[6]*=d7;eh[7]*=d7;eh[8]*=d7;eh[9]*=d7;eh[10]*=d7;eh[11]*=d7;eh[12]*=d7;eh[13]*=d7;eh[14]*=d7;eh[15]*=d7;this.elements=eh.slice();return true},toString:function(){var d8="";for(var d7=0;d7<15;d7++){d8+=this.elements[d7]+", "}d8+=this.elements[15];return d8},print:function(){var d8=cl(this.elements);var d7=""+cV.nfs(this.elements[0],d8,4)+" "+cV.nfs(this.elements[1],d8,4)+" "+cV.nfs(this.elements[2],d8,4)+" "+cV.nfs(this.elements[3],d8,4)+"\n"+cV.nfs(this.elements[4],d8,4)+" "+cV.nfs(this.elements[5],d8,4)+" "+cV.nfs(this.elements[6],d8,4)+" "+cV.nfs(this.elements[7],d8,4)+"\n"+cV.nfs(this.elements[8],d8,4)+" "+cV.nfs(this.elements[9],d8,4)+" "+cV.nfs(this.elements[10],d8,4)+" "+cV.nfs(this.elements[11],d8,4)+"\n"+cV.nfs(this.elements[12],d8,4)+" "+cV.nfs(this.elements[13],d8,4)+" "+cV.nfs(this.elements[14],d8,4)+" "+cV.nfs(this.elements[15],d8,4)+"\n\n";cV.println(d7)},invTranslate:function(d8,d7,d9){this.preApply(1,0,0,-d8,0,1,0,-d7,0,0,1,-d9,0,0,0,1)},invRotateX:function(d8){var d9=o.cos(-d8);var d7=o.sin(-d8);this.preApply([1,0,0,0,0,d9,-d7,0,0,d7,d9,0,0,0,0,1])},invRotateY:function(d8){var d9=o.cos(-d8);var d7=o.sin(-d8);this.preApply([d9,0,d7,0,0,1,0,0,-d7,0,d9,0,0,0,0,1])},invRotateZ:function(d8){var d9=o.cos(-d8);var d7=o.sin(-d8);this.preApply([d9,-d7,0,0,d7,d9,0,0,0,0,1,0,0,0,0,1])},invScale:function(d7,d9,d8){this.preApply([1/d7,0,0,0,0,1/d9,0,0,0,0,1/d8,0,0,0,0,1])}};var T=cV.PMatrixStack=function(){this.matrixStack=[]};T.prototype.load=function(){var d7=dU.$newPMatrix();if(arguments.length===1){d7.set(arguments[0])}else{d7.set(arguments)}this.matrixStack.push(d7)};bO.prototype.$newPMatrix=function(){return new aT};by.prototype.$newPMatrix=function(){return new aM};T.prototype.push=function(){this.matrixStack.push(this.peek())};T.prototype.pop=function(){return this.matrixStack.pop()};T.prototype.peek=function(){var d7=dU.$newPMatrix();d7.set(this.matrixStack[this.matrixStack.length-1]);return d7};T.prototype.mult=function(d7){this.matrixStack[this.matrixStack.length-1].apply(d7)};cV.split=function(d8,d7){return d8.split(d7)};cV.splitTokens=function(ea,d9){if(arguments.length===1){d9="\n\t\r\u000c "}d9="["+d9+"]";var d8=[];var d7=0;var eb=ea.search(d9);while(eb>=0){if(eb===0){ea=ea.substring(1)}else{d8[d7]=ea.substring(0,eb);d7++;ea=ea.substring(eb)}eb=ea.search(d9)}if(ea.length>0){d8[d7]=ea}if(d8.length===0){d8=r}return d8};cV.append=function(d8,d7){d8[d8.length]=d7;return d8};cV.concat=function(d8,d7){return d8.concat(d7)};cV.sort=function(ec,ea){var d8=[];if(ec.length>0){var eb=ea>0?ea:ec.length;for(var d9=0;d90){for(var d7=d8.length;d7>8)};cV.peg=function(d7){return d7<0?0:d7>255?255:d7};cV.modes=function(){var ec=4278190080,d9=16711680,d8=65280,eb=255,ea=o.min,d7=o.max;function ed(ei,el,eh,eq,es,er,ej,en,em,ef,eg){var ep=ea(((ei&4278190080)>>>24)+el,255)<<24;var ee=eh+((em-eh)*el>>8);ee=(ee<0?0:ee>255?255:ee)<<16;var ek=eq+((ef-eq)*el>>8);ek=(ek<0?0:ek>255?255:ek)<<8;var eo=es+((eg-es)*el>>8);eo=eo<0?0:eo>255?255:eo;return ep|ee|ek|eo}return{replace:function(ef,ee){return ee},blend:function(eg,ef){var ei=(ef&ec)>>>24,ee=eg&d9,ek=eg&d8,em=eg&eb,el=ef&d9,eh=ef&d8,ej=ef&eb;return ea(((eg&ec)>>>24)+ei,255)<<24|ee+((el-ee)*ei>>8)&d9|ek+((eh-ek)*ei>>8)&d8|em+((ej-em)*ei>>8)&eb},add:function(ef,ee){var eg=(ee&ec)>>>24;return ea(((ef&ec)>>>24)+eg,255)<<24|ea((ef&d9)+((ee&d9)>>8)*eg,d9)&d9|ea((ef&d8)+((ee&d8)>>8)*eg,d8)&d8|ea((ef&eb)+((ee&eb)*eg>>8),eb)},subtract:function(ef,ee){var eg=(ee&ec)>>>24;return ea(((ef&ec)>>>24)+eg,255)<<24|d7((ef&d9)-((ee&d9)>>8)*eg,d8)&d9|d7((ef&d8)-((ee&d8)>>8)*eg,eb)&d8|d7((ef&eb)-((ee&eb)*eg>>8),0)},lightest:function(ef,ee){var eg=(ee&ec)>>>24;return ea(((ef&ec)>>>24)+eg,255)<<24|d7(ef&d9,((ee&d9)>>8)*eg)&d9|d7(ef&d8,((ee&d8)>>8)*eg)&d8|d7(ef&eb,(ee&eb)*eg>>8)},darkest:function(eg,ef){var ei=(ef&ec)>>>24,ee=eg&d9,ek=eg&d8,em=eg&eb,el=ea(eg&d9,((ef&d9)>>8)*ei),eh=ea(eg&d8,((ef&d8)>>8)*ei),ej=ea(eg&eb,(ef&eb)*ei>>8);return ea(((eg&ec)>>>24)+ei,255)<<24|ee+((el-ee)*ei>>8)&d9|ek+((eh-ek)*ei>>8)&d8|em+((ej-em)*ei>>8)&eb},difference:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=eg>eo?eg-eo:eo-eg,ee=en>ej?en-ej:ej-en,ef=ep>em?ep-em:em-ep;return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},exclusion:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=eg+eo-(eg*eo>>7),ee=en+ej-(en*ej>>7),ef=ep+em-(ep*em>>7);return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},multiply:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=eg*eo>>8,ee=en*ej>>8,ef=ep*em>>8;return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},screen:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=255-((255-eg)*(255-eo)>>8),ee=255-((255-en)*(255-ej)>>8),ef=255-((255-ep)*(255-em)>>8);return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},hard_light:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=eo<128?eg*eo>>7:255-((255-eg)*(255-eo)>>7),ee=ej<128?en*ej>>7:255-((255-en)*(255-ej)>>7),ef=em<128?ep*em>>7:255-((255-ep)*(255-em)>>7);return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},soft_light:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=(eg*eo>>7)+(eg*eg>>8)-(eg*eg*eo>>15),ee=(en*ej>>7)+(en*en>>8)-(en*en*ej>>15),ef=(ep*em>>7)+(ep*ep>>8)-(ep*ep*em>>15);return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},overlay:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb,el=eg<128?eg*eo>>7:255-((255-eg)*(255-eo)>>7),ee=en<128?en*ej>>7:255-((255-en)*(255-ej)>>7),ef=ep<128?ep*em>>7:255-((255-ep)*(255-em)>>7);return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},dodge:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb;var el=255;if(eo!==255){el=(eg<<8)/(255-eo);el=el<0?0:el>255?255:el}var ee=255;if(ej!==255){ee=(en<<8)/(255-ej);ee=ee<0?0:ee>255?255:ee}var ef=255;if(em!==255){ef=(ep<<8)/(255-em);ef=ef<0?0:ef>255?255:ef}return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)},burn:function(ei,eh){var ek=(eh&ec)>>>24,eg=(ei&d9)>>16,en=(ei&d8)>>8,ep=ei&eb,eo=(eh&d9)>>16,ej=(eh&d8)>>8,em=eh&eb;var el=0;if(eo!==0){el=(255-eg<<8)/eo;el=255-(el<0?0:el>255?255:el)}var ee=0;if(ej!==0){ee=(255-en<<8)/ej;ee=255-(ee<0?0:ee>255?255:ee)}var ef=0;if(em!==0){ef=(255-ep<<8)/em;ef=255-(ef<0?0:ef>255?255:ef)}return ed(ei,ek,eg,en,ep,eo,ej,em,el,ee,ef)}}}();function dD(ec,eb,d9,d8){var d7,ea,ee,ef;if(cX===3){var ed=cV.color.toRGB(ec,eb,d9);d7=ed[0];ea=ed[1];ee=ed[2]}else{d7=o.round(255*(ec/bG));ea=o.round(255*(eb/bF));ee=o.round(255*(d9/bD))}ef=o.round(255*(d8/bR));d7=d7<0?0:d7;ea=ea<0?0:ea;ee=ee<0?0:ee;ef=ef<0?0:ef;d7=d7>255?255:d7;ea=ea>255?255:ea;ee=ee>255?255:ee;ef=ef>255?255:ef;return ef<<24&4278190080|d7<<16&16711680|ea<<8&65280|ee&255}function dG(d7,d9){var d8;if(d7&4278190080){d8=o.round(255*(d9/bR));d8=d8>255?255:d8;d8=d8<0?0:d8;return d7-(d7&4278190080)+(d8<<24&4278190080)}if(cX===1){return dD(d7,d7,d7,d9)}if(cX===3){return dD(0,0,d7/bG*bD,d9)}}function dI(d7){if(d7<=bG&&d7>=0){if(cX===1){return dD(d7,d7,d7,bR)}if(cX===3){return dD(0,0,d7/bG*bD,bR)}}if(d7){if(d7>2147483647){d7-=4294967296}return d7}}cV.color=function(d7,ea,d9,d8){if(d7!==r&&ea!==r&&d9!==r&&d8!==r){return dD(d7,ea,d9,d8)}if(d7!==r&&ea!==r&&d9!==r){return dD(d7,ea,d9,bR)}if(d7!==r&&ea!==r){return dG(d7,ea)}if(typeof d7==="number"){return dI(d7)}return dD(bG,bF,bD,bR)};cV.color.toString=function(d7){return"rgba("+((d7>>16)&255)+","+((d7>>8)&255)+","+(d7&255)+","+((d7>>24)&255)/255+")"};cV.color.toInt=function(ea,d9,d7,d8){return d8<<24&4278190080|ea<<16&16711680|d9<<8&65280|d7&255};cV.color.toArray=function(d7){return[(d7>>16)&255,(d7>>8)&255,d7&255,(d7>>24)&255]};cV.color.toGLArray=function(d7){return[((d7>>16)&255)/255,((d7>>8)&255)/255,(d7&255)/255,((d7&4278190080)>>>24)/255]};cV.color.toRGB=function(d9,ef,ec){d9=d9>bG?bG:d9;ef=ef>bF?bF:ef;ec=ec>bD?bD:ec;d9=d9/bG*360;ef=ef/bF*100;ec=ec/bD*100;var ee=o.round(ec/100*255);if(ef===0){return[ee,ee,ee]}var ea=d9%360;var eb=ea%60;var d8=o.round(ec*(100-ef)/10000*255);var d7=o.round(ec*(6000-ef*eb)/600000*255);var ed=o.round(ec*(6000-ef*(60-eb))/600000*255);switch(o.floor(ea/60)){case 0:return[ee,ed,d8];case 1:return[d7,ee,d8];case 2:return[d8,ee,ed];case 3:return[d8,d7,ee];case 4:return[ed,d8,ee];case 5:return[ee,d8,d7]}};function aP(ee){var ed,ec,d8;ed=((ee>>16)&255)/255;ec=((ee>>8)&255)/255;d8=(ee&255)/255;var d7=cV.max(cV.max(ed,ec),d8),ea=cV.min(cV.min(ed,ec),d8),d9,eb;if(ea===d7){return[0,0,d7*bD]}eb=(d7-ea)/d7;if(ed===d7){d9=(ec-d8)/(d7-ea)}else{if(ec===d7){d9=2+(d8-ed)/(d7-ea)}else{d9=4+(ed-ec)/(d7-ea)}}d9/=6;if(d9<0){d9+=1}else{if(d9>1){d9-=1}}return[d9*bG,eb*bF,d7*bD]}cV.brightness=function(d7){return aP(d7)[2]};cV.saturation=function(d7){return aP(d7)[1]};cV.hue=function(d7){return aP(d7)[0]};cV.red=function(d7){return((d7>>16)&255)/255*bG};cV.green=function(d7){return((d7>>8)&255)/255*bF};cV.blue=function(d7){return(d7&255)/255*bD};cV.alpha=function(d7){return((d7>>24)&255)/255*bR};cV.lerpColor=function(ej,ei,ec){var eh,en,eo,ep,el,d7,ed,er,ek,es,eb,eq;var ef,ee,d8,em,eg;var ea=cV.color(ej);var d9=cV.color(ei);if(cX===3){ef=aP(ea);er=((ea>>24)&255)/bR;ee=aP(d9);eq=((d9>>24)&255)/bR;em=cV.lerp(ef[0],ee[0],ec);eg=cV.lerp(ef[1],ee[1],ec);eo=cV.lerp(ef[2],ee[2],ec);d8=cV.color.toRGB(em,eg,eo);ep=cV.lerp(er,eq,ec)*bR;return ep<<24&4278190080|(d8[0]&255)<<16|(d8[1]&255)<<8|d8[2]&255}el=(ea>>16)&255;d7=(ea>>8)&255;ed=ea&255;er=((ea>>24)&255)/bR;ek=(d9>>16)&255;es=(d9>>8)&255;eb=d9&255;eq=((d9&4278190080)>>>24)/bR;eh=cV.lerp(el,ek,ec)|0;en=cV.lerp(d7,es,ec)|0;eo=cV.lerp(ed,eb,ec)|0;ep=cV.lerp(er,eq,ec)*bR;return ep<<24&4278190080|eh<<16&16711680|en<<8&65280|eo&255};cV.colorMode=function(){cX=arguments[0];if(arguments.length>1){bG=arguments[1];bF=arguments[2]||arguments[1];bD=arguments[3]||arguments[1];bR=arguments[4]||arguments[1]}};cV.blendColor=function(d8,d7,d9){if(d9===0){return cV.modes.replace(d8,d7)}else{if(d9===1){return cV.modes.blend(d8,d7)}else{if(d9===2){return cV.modes.add(d8,d7)}else{if(d9===4){return cV.modes.subtract(d8,d7)}else{if(d9===8){return cV.modes.lightest(d8,d7)}else{if(d9===16){return cV.modes.darkest(d8,d7)}else{if(d9===32){return cV.modes.difference(d8,d7)}else{if(d9===64){return cV.modes.exclusion(d8,d7)}else{if(d9===128){return cV.modes.multiply(d8,d7)}else{if(d9===256){return cV.modes.screen(d8,d7)}else{if(d9===1024){return cV.modes.hard_light(d8,d7)}else{if(d9===2048){return cV.modes.soft_light(d8,d7)}else{if(d9===512){return cV.modes.overlay(d8,d7)}else{if(d9===4096){return cV.modes.dodge(d8,d7)}else{if(d9===8192){return cV.modes.burn(d8,d7)}}}}}}}}}}}}}}}};function aC(){d4.save()}function cO(){d4.restore();b2=true;ap=true}cV.printMatrix=function(){dF.print()};bO.prototype.translate=function(d7,d8){dF.translate(d7,d8);aQ.invTranslate(d7,d8);d4.translate(d7,d8)};by.prototype.translate=function(d7,d9,d8){dF.translate(d7,d9,d8);aQ.invTranslate(d7,d9,d8)};bO.prototype.scale=function(d7,d8){dF.scale(d7,d8);aQ.invScale(d7,d8);d4.scale(d7,d8||d7)};by.prototype.scale=function(d7,d9,d8){dF.scale(d7,d9,d8);aQ.invScale(d7,d9,d8)};bO.prototype.pushMatrix=function(){al.load(dF);c9.load(aQ);aC()};by.prototype.pushMatrix=function(){al.load(dF);c9.load(aQ)};bO.prototype.popMatrix=function(){dF.set(al.pop());aQ.set(c9.pop());cO()};by.prototype.popMatrix=function(){dF.set(al.pop());aQ.set(c9.pop())};bO.prototype.resetMatrix=function(){dF.reset();aQ.reset();d4.setTransform(1,0,0,1,0,0)};by.prototype.resetMatrix=function(){dF.reset();aQ.reset()};dp.prototype.applyMatrix=function(){var d7=arguments;dF.apply(d7[0],d7[1],d7[2],d7[3],d7[4],d7[5],d7[6],d7[7],d7[8],d7[9],d7[10],d7[11],d7[12],d7[13],d7[14],d7[15]);aQ.invApply(d7[0],d7[1],d7[2],d7[3],d7[4],d7[5],d7[6],d7[7],d7[8],d7[9],d7[10],d7[11],d7[12],d7[13],d7[14],d7[15])};bO.prototype.applyMatrix=function(){var d7=arguments;for(var d8=d7.length;d8<16;d8++){d7[d8]=0}d7[10]=d7[15]=1;dp.prototype.applyMatrix.apply(this,d7)};cV.rotateX=function(d7){dF.rotateX(d7);aQ.invRotateX(d7)};bO.prototype.rotateZ=function(){throw"rotateZ() is not supported in 2D mode. Use rotate(float) instead."};by.prototype.rotateZ=function(d7){dF.rotateZ(d7);aQ.invRotateZ(d7)};cV.rotateY=function(d7){dF.rotateY(d7);aQ.invRotateY(d7)};bO.prototype.rotate=function(d7){dF.rotateZ(d7);aQ.invRotateZ(d7);d4.rotate(d7)};by.prototype.rotate=function(d7){cV.rotateZ(d7)};cV.pushStyle=function(){aC();cV.pushMatrix();var d7={doFill:aF,currentFillColor:aX,doStroke:cd,currentStrokeColor:cu,curTint:bb,curRectMode:bI,curColorMode:cX,colorModeX:bG,colorModeZ:bD,colorModeY:bF,colorModeA:bR,curTextFont:U,horizontalTextAlignment:L,verticalTextAlignment:c0,textMode:cH,curFontName:W,curTextSize:dW,curTextAscent:aZ,curTextDescent:dx,curTextLeading:d3};bj.push(d7)};cV.popStyle=function(){var d7=bj.pop();if(d7){cO();cV.popMatrix();aF=d7.doFill;aX=d7.currentFillColor;cd=d7.doStroke;cu=d7.currentStrokeColor;bb=d7.curTint;bI=d7.curRectmode;cX=d7.curColorMode;bG=d7.colorModeX;bD=d7.colorModeZ;bF=d7.colorModeY;bR=d7.colorModeA;U=d7.curTextFont;W=d7.curFontName;dW=d7.curTextSize;L=d7.horizontalTextAlignment;c0=d7.verticalTextAlignment;cH=d7.textMode;aZ=d7.curTextAscent;dx=d7.curTextDescent;d3=d7.curTextLeading}else{throw"Too many popStyle() without enough pushStyle()"}};cV.year=function(){return(new Date).getFullYear()};cV.month=function(){return(new Date).getMonth()+1};cV.day=function(){return(new Date).getDate()};cV.hour=function(){return(new Date).getHours()};cV.minute=function(){return(new Date).getMinutes()};cV.second=function(){return(new Date).getSeconds()};cV.millis=function(){return Date.now()-dm};function cs(){var d7=(Date.now()-dq)/1000;N++;var d8=N/d7;if(d7>0.5){dq=Date.now();N=0;cV.__frameRate=d8}cV.frameCount++}bO.prototype.redraw=function(){cs();d4.lineWidth=dS;var d7=cV.pmouseX,d8=cV.pmouseY;cV.pmouseX=dJ;cV.pmouseY=d1;aC();cV.draw();cO();dJ=cV.mouseX;d1=cV.mouseY;cV.pmouseX=d7;cV.pmouseY=d8};by.prototype.redraw=function(){cs();var d7=cV.pmouseX,d8=cV.pmouseY;cV.pmouseX=dJ;cV.pmouseY=d1;d4.clear(d4.DEPTH_BUFFER_BIT);dz={attributes:{},locations:{}};cV.noLights();cV.lightFalloff(1,0,0);cV.shininess(1);cV.ambient(255,255,255);cV.specular(0,0,0);cV.emissive(0,0,0);cV.camera();cV.draw();dJ=cV.mouseX;d1=cV.mouseY;cV.pmouseX=d7;cV.pmouseY=d8};cV.noLoop=function(){aB=false;aw=false;clearInterval(b3);cP.onPause()};cV.loop=function(){if(aw){return}dq=Date.now();N=0;b3=B.setInterval(function(){try{cP.onFrameStart();cV.redraw();cP.onFrameEnd()}catch(d7){B.clearInterval(b3);throw d7}},ay);aB=true;aw=true;cP.onLoop()};cV.frameRate=function(d7){dQ=d7;ay=1000/dQ;if(aB){cV.noLoop();cV.loop()}};var at=[];function bM(d9,d8,d7){if(d9.addEventListener){d9.addEventListener(d8,d7,false)}else{d9.attachEvent("on"+d8,d7)}at.push({elem:d9,type:d8,fn:d7})}function dd(d7){var ea=d7.elem,d9=d7.type,d8=d7.fn;if(ea.removeEventListener){ea.removeEventListener(d9,d8,false)}else{if(ea.detachEvent){ea.detachEvent("on"+d9,d8)}}}cV.exit=function(){B.clearInterval(b3);J(cV.externals.canvas.id);for(var d8 in D.lib){if(D.lib.hasOwnProperty(d8)){if(D.lib[d8].hasOwnProperty("detach")){D.lib[d8].detach(cV)}}}var d7=at.length;while(d7--){dd(at[d7])}cP.onExit()};cV.cursor=function(){if(arguments.length>1||arguments.length===1&&arguments[0] instanceof cV.PImage){var ea=arguments[0],d7,ec;if(arguments.length>=3){d7=arguments[1];ec=arguments[2];if(d7<0||ec<0||ec>=ea.height||d7>=ea.width){throw"x and y must be non-negative and less than the dimensions of the image"}}else{d7=ea.width>>>1;ec=ea.height>>>1}var d8=ea.toDataURL();var d9='url("'+d8+'") '+d7+" "+ec+", default";X=ac.style.cursor=d9}else{if(arguments.length===1){var eb=arguments[0];X=ac.style.cursor=eb}else{X=ac.style.cursor=cj}}};cV.noCursor=function(){X=ac.style.cursor=z.NOCURSOR};cV.link=function(d7,d8){if(d8!==r){B.open(d7,d8)}else{B.location=d7}};cV.beginDraw=E;cV.endDraw=E;bO.prototype.toImageData=function(d7,ea,d8,d9){d7=d7!==r?d7:0;ea=ea!==r?ea:0;d8=d8!==r?d8:cV.width;d9=d9!==r?d9:cV.height;return d4.getImageData(d7,ea,d8,d9)};by.prototype.toImageData=function(ef,ee,eg,eb){ef=ef!==r?ef:0;ee=ee!==r?ee:0;eg=eg!==r?eg:cV.width;eb=eb!==r?eb:cV.height;var ed=d.createElement("canvas"),eh=ed.getContext("2d"),ea=eh.createImageData(eg,eb),d8=new b(eg*eb*4);d4.readPixels(ef,ee,eg,eb,d4.RGBA,d4.UNSIGNED_BYTE,d8);for(var d9=0,ec=d8.length,d7=ea.data;d90){ea=d9}else{if(d8 instanceof bN){ea=16;d8|=0}else{ea=32;while(ea>1&&!(d8>>>ea-1&1)){ea--}}}var d7="";while(ea>0){d7+=d8>>>--ea&1?"1":"0"}return d7};cV.unbinary=function(d8){var ea=d8.length-1,d9=1,d7=0;while(ea>=0){var eb=d8[ea--];if(eb!=="0"&&eb!=="1"){throw"the value passed into unbinary was not an 8 bit binary number"}if(eb==="1"){d7+=d9}d9<<=1}return d7};function cW(ej,eh,eb,em,ed,ek){var d9=ej<0?eb:eh;var d8=ed===0;var ei=ed===r||ed<0?0:ed;var eg=o.abs(ej);if(d8){ei=1;eg*=10;while(o.abs(o.round(eg)-eg)>0.000001&&ei<7){++ei;eg*=10}}else{if(ei!==0){eg*=o.pow(10,ei)}}var ea,ef=eg*2;if(o.floor(eg)===eg){ea=eg}else{if(o.floor(ef)===ef){var d7=o.floor(eg);ea=d7+d7%2}else{ea=o.round(eg)}}var ec="";var el=em+ei;while(el>0||ea>0){el--;ec=""+ea%10+ec;ea=o.floor(ea/10)}if(ek!==r){var ee=ec.length-3-ei;while(ee>0){ec=ec.substring(0,ee)+ek+ec.substring(ee);ee-=3}}if(ei>0){return d9+ec.substring(0,ec.length-ei)+"."+ec.substring(ec.length-ei,ec.length)}return d9+ec}function an(ed,ec,d7,ef,d8,ee){if(ed instanceof Array){var ea=[];for(var d9=0,eb=ed.length;d9=d8){d7=d7.substring(d7.length-d8,d7.length)}return d7};cV.hex=function(d8,d7){if(arguments.length===1){if(d8 instanceof bN){d7=4}else{d7=8}}return aK(d8,d7)};function dB(d7){var d8=parseInt("0x"+d7,16);if(d8>2147483647){d8-=4294967296}return d8}cV.unhex=function(d9){if(d9 instanceof Array){var d7=[];for(var d8=0;d80?ea:null};cV.__contains=function(d8,d7){if(typeof d8!=="string"){return d8.contains.apply(d8,a8(arguments))}return d8!==null&&d7!==null&&typeof d7==="string"&&d8.indexOf(d7)>-1};cV.__replaceAll=function(d7,d9,d8){if(typeof d7!=="string"){return d7.replaceAll.apply(d7,a8(arguments))}return d7.replace(new RegExp(d9,"g"),d8)};cV.__replaceFirst=function(d7,d9,d8){if(typeof d7!=="string"){return d7.replaceFirst.apply(d7,a8(arguments))}return d7.replace(new RegExp(d9,""),d8)};cV.__replace=function(ea,ec,eb){if(typeof ea!=="string"){return ea.replace.apply(ea,a8(arguments))}if(ec instanceof RegExp){return ea.replace(ec,eb)}if(typeof ec!=="string"){ec=ec.toString()}if(ec===""){return ea}var d9=ea.indexOf(ec);if(d9<0){return ea}var d8=0,d7="";do{d7+=ea.substring(d8,d9)+eb;d8=d9+ec.length}while((d9=ea.indexOf(ec,d8))>=0);return d7+ea.substring(d8)};cV.__equals=function(d8,d7){if(d8.equals instanceof Function){return d8.equals.apply(d8,a8(arguments))}return d8.valueOf()===d7.valueOf()};cV.__equalsIgnoreCase=function(d8,d7){if(typeof d8!=="string"){return d8.equalsIgnoreCase.apply(d8,a8(arguments))}return d8.toLowerCase()===d7.toLowerCase()};cV.__toCharArray=function(d9){if(typeof d9!=="string"){return d9.toCharArray.apply(d9,a8(arguments))}var ea=[];for(var d8=0,d7=d9.length;d8d7.length){return false}return d9===""||d9===d7?true:d7.indexOf(d9)===d8};cV.__endsWith=function(d8,d9){if(typeof d8!=="string"){return d8.endsWith.apply(d8,a8(arguments))}var d7=d9?d9.length:0;return d9===""||d9===d8?true:d8.indexOf(d9)===d8.length-d7};cV.__hashCode=function(d7){if(d7.hashCode instanceof Function){return d7.hashCode.apply(d7,a8(arguments))}return h(d7)};cV.__printStackTrace=function(d7){cV.println("Exception: "+d7.toString())};var d6=[];cV.println=function(d7){var d8=d6.length;if(d8){D.logger.log(d6.join(""));d6.length=0}if(arguments.length===0&&d8===0){D.logger.log("")}else{if(arguments.length!==0){D.logger.log(d7)}}};cV.print=function(d7){d6.push(d7)};cV.str=function(d9){if(d9 instanceof Array){var d7=[];for(var d8=0;d80){var d7=ea.shift();if(d7===d8){return true}if(d7.$interfaces){ea=ea.concat(d7.$interfaces)}}return false}while(eb.hasOwnProperty("$base")){eb=eb.$base;if(eb===d8){return true}}return false};cV.abs=o.abs;cV.ceil=o.ceil;cV.constrain=function(d8,d9,d7){return d8>d7?d7:d80)){throw"Non-empty array is expected"}var d7=d8[0],ea=d8.length;for(var d9=1;d90)){throw"Non-empty array is expected"}var d9=d7[0],ea=d7.length;for(var d8=1;d8d7[d8]){d9=d7[d8]}}return d9};cV.norm=function(d8,d7,d9){return(d8-d7)/(d9-d7)};cV.pow=o.pow;cV.round=o.round;cV.sq=function(d7){return d7*d7};cV.sqrt=o.sqrt;cV.acos=o.acos;cV.asin=o.asin;cV.atan=o.atan;cV.atan2=o.atan2;cV.cos=o.cos;cV.degrees=function(d7){return d7*180/o.PI};cV.radians=function(d7){return d7/180*o.PI};cV.sin=o.sin;cV.tan=o.tan;var bW=o.random;cV.random=function(){if(arguments.length===0){return bW()}if(arguments.length===1){return bW()*arguments[0]}var d8=arguments[0],d7=arguments[1];return bW()*(d7-d8)+d8};function cn(d9,d8){var eb=d9||362436069,d7=d8||521288629;var ea=function(){eb=36969*(eb&65535)+(eb>>>16)&4294967295;d7=18000*(d7&65535)+(d7>>>16)&4294967295;return((eb&65535)<<16|d7&65535)&4294967295};this.nextDouble=function(){var ec=ea()/4294967296;return ec<0?1+ec:ec};this.nextInt=ea}cn.createRandomized=function(){var d7=new Date;return new cn(d7/60000&4294967295,d7&4294967295)};cV.randomSeed=function(d7){bW=(new cn(d7)).nextDouble};cV.Random=function(d7){var ea=false,d8,d9;this.nextGaussian=function(){if(ea){ea=false;return d8}var ee,ec,eb;do{ee=2*d9()-1;ec=2*d9()-1;eb=ee*ee+ec*ec}while(eb>=1||eb===0);var ed=o.sqrt(-2*o.log(eb)/eb);d8=ec*ed;ea=true;return ee*ed};d9=d7===r?o.random:(new cn(d7)).nextDouble};function dw(ee){var d8=ee!==r?new cn(ee):cn.createRandomized();var ed,eb;var ea=new b(512);for(ed=0;ed<256;++ed){ea[ed]=ed}for(ed=0;ed<256;++ed){var eg=ea[eb=d8.nextInt()&255];ea[eb]=ea[ed];ea[ed]=eg}for(ed=0;ed<256;++ed){ea[ed+256]=ea[ed]}function d7(ek,eh,en,em){var el=ek&15;var ej=el<8?eh:en,ei=el<4?en:el===12||el===14?eh:em;return((el&1)===0?ej:-ej)+((el&2)===0?ei:-ei)}function ec(ej,eh,ek){var ei=(ej&1)===0?eh:ek;return(ej&2)===0?-ei:ei}function ef(ei,eh){return(ei&1)===0?-eh:eh}function d9(ej,ei,eh){return ei+ej*(eh-ei)}this.noise3d=function(et,es,er){var ek=o.floor(et)&255,ei=o.floor(es)&255,eh=o.floor(er)&255;et-=o.floor(et);es-=o.floor(es);er-=o.floor(er);var eo=(3-2*et)*et*et,en=(3-2*es)*es*es,em=(3-2*er)*er*er;var ev=ea[ek]+ei,eq=ea[ev]+eh,ep=ea[ev+1]+eh,eu=ea[ek+1]+ei,el=ea[eu]+eh,ej=ea[eu+1]+eh;return d9(em,d9(en,d9(eo,d7(ea[eq],et,es,er),d7(ea[el],et-1,es,er)),d9(eo,d7(ea[ep],et,es-1,er),d7(ea[ej],et-1,es-1,er))),d9(en,d9(eo,d7(ea[eq+1],et,es,er-1),d7(ea[el+1],et-1,es,er-1)),d9(eo,d7(ea[ep+1],et,es-1,er-1),d7(ea[ej+1],et-1,es-1,er-1))))};this.noise2d=function(eh,eo){var en=o.floor(eh)&255,el=o.floor(eo)&255;eh-=o.floor(eh);eo-=o.floor(eo);var ej=(3-2*eh)*eh*eh,ei=(3-2*eo)*eo*eo;var em=ea[en]+el,ek=ea[en+1]+el;return d9(ei,d9(ej,ec(ea[em],eh,eo),ec(ea[ek],eh-1,eo)),d9(ej,ec(ea[em+1],eh,eo-1),ec(ea[ek+1],eh-1,eo-1)))};this.noise1d=function(eh){var ej=o.floor(eh)&255;eh-=o.floor(eh);var ei=(3-2*eh)*eh*eh;return d9(ei,ef(ea[ej],eh),ef(ea[ej+1],eh-1))}}var bU={generator:r,octaves:4,fallout:0.5,seed:r};cV.noise=function(d7,ee,ed){if(bU.generator===r){bU.generator=new dw(bU.seed)}var ec=bU.generator;var eb=1,d8=1,ea=0;for(var d9=0;d90){ac.style.removeProperty("width");ac.style.removeProperty("height")}ac.width=cV.width=d8||100;ac.height=cV.height=eb||100;for(var ec in d9){if(d9.hasOwnProperty(ec)){d4[ec]=d9[ec]}}cV.textFont(U);cV.background();bY=o.max(1000,d8*eb*0.05);cV.externals.context=d4;for(var d7=0;d7<720;d7++){ag[d7]=cV.sin(d7*(o.PI/180)*0.5);bi[d7]=cV.cos(d7*(o.PI/180)*0.5)}};bO.prototype.size=function(d7,d9,d8){if(d4===r){d4=ac.getContext("2d");al=new T;c9=new T;dF=new aT;aQ=new aT}dp.prototype.size.apply(this,arguments)};by.prototype.size=function(){var d8=false;return function d7(ea,ec,eb){if(d8){throw"Multiple calls to size() for 3D renders are not allowed."}d8=true;function ed(ef){var ei=["experimental-webgl","webgl","webkit-3d"],eh;for(var eg=0,ee=ei.length;eg>16)&255)/255,((d8&65280)>>>8)/255,(d8&255)/255];d4.useProgram(du);dY("lights.color.3d."+dH,du,"lights"+dH+".color",d9);dY("lights.position.3d."+dH,du,"lights"+dH+".position",ed.array());dV("lights.type.3d."+dH,du,"lights"+dH+".type",0);dV("lightCount3d",du,"lightCount",++dH)};bO.prototype.directionalLight=dp.prototype.a3DOnlyFunction;by.prototype.directionalLight=function(d7,ed,ef,ee,ec,eb){if(dH===8){throw"can only create "+8+" lights"}d4.useProgram(du);var eg=new aM;eg.scale(1,-1,1);eg.apply(dF.array());eg=eg.array();var d9=[eg[0]*ee+eg[4]*ec+eg[8]*eb,eg[1]*ee+eg[5]*ec+eg[9]*eb,eg[2]*ee+eg[6]*ec+eg[10]*eb];var d8=dD(d7,ed,ef,0);var ea=[((d8>>16)&255)/255,((d8>>8)&255)/255,(d8&255)/255];dY("lights.color.3d."+dH,du,"lights"+dH+".color",ea);dY("lights.position.3d."+dH,du,"lights"+dH+".position",d9);dV("lights.type.3d."+dH,du,"lights"+dH+".type",1);dV("lightCount3d",du,"lightCount",++dH)};bO.prototype.lightFalloff=dp.prototype.a3DOnlyFunction;by.prototype.lightFalloff=function(d8,d7,d9){d4.useProgram(du);dY("falloff3d",du,"falloff",[d8,d7,d9])};bO.prototype.lightSpecular=dp.prototype.a3DOnlyFunction;by.prototype.lightSpecular=function(eb,ea,d7){var d8=dD(eb,ea,d7,0);var d9=[((d8>>16)&255)/255,((d8>>8)&255)/255,(d8&255)/255];d4.useProgram(du);dY("specular3d",du,"specular",d9)};cV.lights=function(){cV.ambientLight(128,128,128);cV.directionalLight(128,128,128,0,0,-1);cV.lightFalloff(1,0,0);cV.lightSpecular(0,0,0)};bO.prototype.pointLight=dp.prototype.a3DOnlyFunction;by.prototype.pointLight=function(d7,ea,ef,eg,ec,eb){if(dH===8){throw"can only create "+8+" lights"}var ed=new y(eg,ec,eb);var ee=new aM;ee.scale(1,-1,1);ee.apply(dF.array());ee.mult(ed,ed);var d8=dD(d7,ea,ef,0);var d9=[((d8>>16)&255)/255,((d8>>8)&255)/255,(d8&255)/255];d4.useProgram(du);dY("lights.color.3d."+dH,du,"lights"+dH+".color",d9);dY("lights.position.3d."+dH,du,"lights"+dH+".position",ed.array());dV("lights.type.3d."+dH,du,"lights"+dH+".type",2);dV("lightCount3d",du,"lightCount",++dH)};bO.prototype.noLights=dp.prototype.a3DOnlyFunction;by.prototype.noLights=function(){dH=0;d4.useProgram(du);dV("lightCount3d",du,"lightCount",dH)};bO.prototype.spotLight=dp.prototype.a3DOnlyFunction;by.prototype.spotLight=function(d7,ef,ek,el,ej,eh,eg,ee,ec,eb,ed){if(dH===8){throw"can only create "+8+" lights"}d4.useProgram(du);var ei=new y(el,ej,eh);var em=new aM;em.scale(1,-1,1);em.apply(dF.array());em.mult(ei,ei);em=em.array();var d9=[em[0]*eg+em[4]*ee+em[8]*ec,em[1]*eg+em[5]*ee+em[9]*ec,em[2]*eg+em[6]*ee+em[10]*ec];var d8=dD(d7,ef,ek,0);var ea=[((d8>>16)&255)/255,((d8>>8)&255)/255,(d8&255)/255];dY("lights.color.3d."+dH,du,"lights"+dH+".color",ea);dY("lights.position.3d."+dH,du,"lights"+dH+".position",ei.array());dY("lights.direction.3d."+dH,du,"lights"+dH+".direction",d9);dY("lights.concentration.3d."+dH,du,"lights"+dH+".concentration",ed);dY("lights.angle.3d."+dH,du,"lights"+dH+".angle",eb);dV("lights.type.3d."+dH,du,"lights"+dH+".type",3);dV("lightCount3d",du,"lightCount",++dH)};bO.prototype.beginCamera=function(){throw"beginCamera() is not available in 2D mode"};by.prototype.beginCamera=function(){if(ao){throw"You cannot call beginCamera() again before calling endCamera()"}ao=true;dF=cg;aQ=bT};bO.prototype.endCamera=function(){throw"endCamera() is not available in 2D mode"};by.prototype.endCamera=function(){if(!ao){throw"You cannot call endCamera() before calling beginCamera()"}dF.set(bT);aQ.set(cg);ao=false};cV.camera=function(ei,eh,ef,ed,eb,ea,eq,eo,em){if(ei===r){dj=cV.width/2;dh=cV.height/2;dg=dh/o.tan(cJ/2);ei=dj;eh=dh;ef=dg;ed=dj;eb=dh;ea=0;eq=0;eo=1;em=0}var ec=new y(ei-ed,eh-eb,ef-ea);var ee=new y(eq,eo,em);ec.normalize();var eg=y.cross(ee,ec);ee=y.cross(ec,eg);eg.normalize();ee.normalize();var er=eg.x,ep=eg.y,en=eg.z;var d9=ee.x,d8=ee.y,d7=ee.z;var el=ec.x,ek=ec.y,ej=ec.z;bT.set(er,ep,en,0,d9,d8,d7,0,el,ek,ej,0,0,0,0,1);bT.translate(-ei,-eh,-ef);cg.reset();cg.invApply(er,ep,en,0,d9,d8,d7,0,el,ek,ej,0,0,0,0,1);cg.translate(ei,eh,ef);dF.set(bT);aQ.set(cg)};cV.perspective=function(eb,d9,ec,d8){if(arguments.length===0){dh=ac.height/2;dg=dh/o.tan(cJ/2);aW=dg/10;au=dg*10;b4=cV.width/cV.height;eb=cJ;d9=b4;ec=aW;d8=au}var ed,d7,ee,ea;ed=ec*o.tan(eb/2);d7=-ed;ee=ed*d9;ea=d7*d9;cV.frustum(ea,ee,d7,ed,ec,d8)};bO.prototype.frustum=function(){throw"Processing.js: frustum() is not supported in 2D mode"};by.prototype.frustum=function(ed,d9,d8,ec,eb,d7){ch=true;da=new aM;da.set(2*eb/(d9-ed),0,(d9+ed)/(d9-ed),0,0,2*eb/(ec-d8),(ec+d8)/(ec-d8),0,0,0,-(d7+eb)/(d7-eb),-(2*d7*eb)/(d7-eb),0,0,-1,0);var ea=new aM;ea.set(da);ea.transpose();d4.useProgram(dM);a5("projection2d",dM,"projection",false,ea.array());d4.useProgram(du);a5("projection3d",du,"projection",false,ea.array());d4.useProgram(bQ);a5("uProjectionUS",bQ,"uProjection",false,ea.array())};cV.ortho=function(d8,ej,d7,eh,ee,ed){if(arguments.length===0){d8=0;ej=cV.width;d7=0;eh=cV.height;ee=-10;ed=10}var ei=2/(ej-d8);var eg=2/(eh-d7);var ef=-2/(ed-ee);var ec=-(ej+d8)/(ej-d8);var eb=-(eh+d7)/(eh-d7);var ea=-(ed+ee)/(ed-ee);da=new aM;da.set(ei,0,0,ec,0,eg,0,eb,0,0,ef,ea,0,0,0,1);var d9=new aM;d9.set(da);d9.transpose();d4.useProgram(dM);a5("projection2d",dM,"projection",false,d9.array());d4.useProgram(du);a5("projection3d",du,"projection",false,d9.array());d4.useProgram(bQ);a5("uProjectionUS",bQ,"uProjection",false,d9.array());ch=false};cV.printProjection=function(){da.print()};cV.printCamera=function(){bT.print()};bO.prototype.box=dp.prototype.a3DOnlyFunction;by.prototype.box=function(d9,ec,ee){if(!ec||!ee){ec=ee=d9}var eb=new aM;eb.scale(d9,ec,ee);var d8=new aM;d8.scale(1,-1,1);d8.apply(dF.array());d8.transpose();if(aF){d4.useProgram(du);a5("model3d",du,"model",false,eb.array());a5("view3d",du,"view",false,d8.array());d4.enable(d4.POLYGON_OFFSET_FILL);d4.polygonOffset(1,1);dY("color3d",du,"color",bl);if(dH>0){var ea=new aM;ea.set(d8);var d7=new aM;d7.set(eb);ea.mult(d7);var ed=new aM;ed.set(ea);ed.invert();ed.transpose();a5("normalTransform3d",du,"normalTransform",false,ed.array());db("normal3d",du,"Normal",3,cI)}else{cf("normal3d",du,"Normal")}db("vertex3d",du,"Vertex",3,bd);cf("aColor3d",du,"aColor");cf("aTexture3d",du,"aTexture");d4.drawArrays(d4.TRIANGLES,0,df.length/3);d4.disable(d4.POLYGON_OFFSET_FILL)}if(dS>0&&cd){d4.useProgram(dM);a5("model2d",dM,"model",false,eb.array());a5("view2d",dM,"view",false,d8.array());dY("color2d",dM,"color",cZ);dV("picktype2d",dM,"picktype",0);db("vertex2d",dM,"Vertex",3,di);cf("aTextureCoord2d",dM,"aTextureCoord");d4.drawArrays(d4.LINES,0,bE.length/3)}};var cC=function(){var d8;cE=[];for(d8=0;d80){var d9=new aM;d9.set(d8);var d7=new aM;d7.set(ea);d9.mult(d7);var ec=new aM;ec.set(d9);ec.invert();ec.transpose();a5("normalTransform3d",du,"normalTransform",false,ec.array());db("normal3d",du,"Normal",3,bc)}else{cf("normal3d",du,"Normal")}d4.useProgram(du);cf("aTexture3d",du,"aTexture");a5("model3d",du,"model",false,ea.array());a5("view3d",du,"view",false,d8.array());db("vertex3d",du,"Vertex",3,bc);cf("aColor3d",du,"aColor");d4.enable(d4.POLYGON_OFFSET_FILL);d4.polygonOffset(1,1);dY("color3d",du,"color",bl);d4.drawArrays(d4.TRIANGLE_STRIP,0,cE.length/3);d4.disable(d4.POLYGON_OFFSET_FILL)}if(dS>0&&cd){d4.useProgram(dM);a5("model2d",dM,"model",false,ea.array());a5("view2d",dM,"view",false,d8.array());db("vertex2d",dM,"Vertex",3,bc);cf("aTextureCoord2d",dM,"aTextureCoord");dY("color2d",dM,"color",cZ);dV("picktype2d",dM,"picktype",0);d4.drawArrays(d4.LINE_STRIP,0,cE.length/3)}};cV.modelX=function(ed,ec,eb){var ef=dF.array();var eh=cg.array();var d7=ef[0]*ed+ef[1]*ec+ef[2]*eb+ef[3];var eg=ef[4]*ed+ef[5]*ec+ef[6]*eb+ef[7];var ee=ef[8]*ed+ef[9]*ec+ef[10]*eb+ef[11];var d8=ef[12]*ed+ef[13]*ec+ef[14]*eb+ef[15];var d9=eh[0]*d7+eh[1]*eg+eh[2]*ee+eh[3]*d8;var ea=eh[12]*d7+eh[13]*eg+eh[14]*ee+eh[15]*d8;return ea!==0?d9/ea:d9};cV.modelY=function(ed,ec,eb){var ef=dF.array();var eh=cg.array();var d7=ef[0]*ed+ef[1]*ec+ef[2]*eb+ef[3];var eg=ef[4]*ed+ef[5]*ec+ef[6]*eb+ef[7];var ee=ef[8]*ed+ef[9]*ec+ef[10]*eb+ef[11];var d8=ef[12]*ed+ef[13]*ec+ef[14]*eb+ef[15];var d9=eh[4]*d7+eh[5]*eg+eh[6]*ee+eh[7]*d8;var ea=eh[12]*d7+eh[13]*eg+eh[14]*ee+eh[15]*d8;return ea!==0?d9/ea:d9};cV.modelZ=function(ed,ec,eb){var ef=dF.array();var eh=cg.array();var d7=ef[0]*ed+ef[1]*ec+ef[2]*eb+ef[3];var eg=ef[4]*ed+ef[5]*ec+ef[6]*eb+ef[7];var ee=ef[8]*ed+ef[9]*ec+ef[10]*eb+ef[11];var d9=ef[12]*ed+ef[13]*ec+ef[14]*eb+ef[15];var d8=eh[8]*d7+eh[9]*eg+eh[10]*ee+eh[11]*d9;var ea=eh[12]*d7+eh[13]*eg+eh[14]*ee+eh[15]*d9;return ea!==0?d8/ea:d8};bO.prototype.ambient=dp.prototype.a3DOnlyFunction;by.prototype.ambient=function(ea,d9,d8){d4.useProgram(du);dV("usingMat3d",du,"usingMat",true);var d7=cV.color(ea,d9,d8);dY("mat_ambient3d",du,"mat_ambient",cV.color.toGLArray(d7).slice(0,3))};bO.prototype.emissive=dp.prototype.a3DOnlyFunction;by.prototype.emissive=function(ea,d9,d8){d4.useProgram(du);dV("usingMat3d",du,"usingMat",true);var d7=cV.color(ea,d9,d8);dY("mat_emissive3d",du,"mat_emissive",cV.color.toGLArray(d7).slice(0,3))};bO.prototype.shininess=dp.prototype.a3DOnlyFunction;by.prototype.shininess=function(d7){d4.useProgram(du);dV("usingMat3d",du,"usingMat",true);dY("shininess3d",du,"shininess",d7)};bO.prototype.specular=dp.prototype.a3DOnlyFunction;by.prototype.specular=function(ea,d9,d8){d4.useProgram(du);dV("usingMat3d",du,"usingMat",true);var d7=cV.color(ea,d9,d8);dY("mat_specular3d",du,"mat_specular",cV.color.toGLArray(d7).slice(0,3))};cV.screenX=function(ee,ed,ec){var eg=dF.array();if(eg.length===16){var d7=eg[0]*ee+eg[1]*ed+eg[2]*ec+eg[3];var eh=eg[4]*ee+eg[5]*ed+eg[6]*ec+eg[7];var ef=eg[8]*ee+eg[9]*ed+eg[10]*ec+eg[11];var d8=eg[12]*ee+eg[13]*ed+eg[14]*ec+eg[15];var eb=da.array();var d9=eb[0]*d7+eb[1]*eh+eb[2]*ef+eb[3]*d8;var ea=eb[12]*d7+eb[13]*eh+eb[14]*ef+eb[15]*d8;if(ea!==0){d9/=ea}return cV.width*(1+d9)/2}return dF.multX(ee,ed)};cV.screenY=function az(ee,ed,ec){var eg=dF.array();if(eg.length===16){var d7=eg[0]*ee+eg[1]*ed+eg[2]*ec+eg[3];var eh=eg[4]*ee+eg[5]*ed+eg[6]*ec+eg[7];var ef=eg[8]*ee+eg[9]*ed+eg[10]*ec+eg[11];var d8=eg[12]*ee+eg[13]*ed+eg[14]*ec+eg[15];var eb=da.array();var d9=eb[4]*d7+eb[5]*eh+eb[6]*ef+eb[7]*d8;var ea=eb[12]*d7+eb[13]*eh+eb[14]*ef+eb[15]*d8;if(ea!==0){d9/=ea}return cV.height*(1+d9)/2}return dF.multY(ee,ed)};cV.screenZ=function ax(ee,ed,ec){var eg=dF.array();if(eg.length!==16){return 0}var eb=da.array();var d7=eg[0]*ee+eg[1]*ed+eg[2]*ec+eg[3];var eh=eg[4]*ee+eg[5]*ed+eg[6]*ec+eg[7];var ef=eg[8]*ee+eg[9]*ed+eg[10]*ec+eg[11];var d9=eg[12]*ee+eg[13]*ed+eg[14]*ec+eg[15];var d8=eb[8]*d7+eb[9]*eh+eb[10]*ef+eb[11]*d9;var ea=eb[12]*d7+eb[13]*eh+eb[14]*ef+eb[15]*d9;if(ea!==0){d8/=ea}return(d8+1)/2};dp.prototype.fill=function(){var d7=cV.color(arguments[0],arguments[1],arguments[2],arguments[3]);if(d7===aX&&aF){return}aF=true;aX=d7};bO.prototype.fill=function(){dp.prototype.fill.apply(this,arguments);ap=true};by.prototype.fill=function(){dp.prototype.fill.apply(this,arguments);bl=cV.color.toGLArray(aX)};function bk(){if(aF){if(ap){d4.fillStyle=cV.color.toString(aX);ap=false}d4.fill()}}cV.noFill=function(){aF=false};dp.prototype.stroke=function(){var d7=cV.color(arguments[0],arguments[1],arguments[2],arguments[3]);if(d7===cu&&cd){return}cd=true;cu=d7};bO.prototype.stroke=function(){dp.prototype.stroke.apply(this,arguments);b2=true};by.prototype.stroke=function(){dp.prototype.stroke.apply(this,arguments);cZ=cV.color.toGLArray(cu)};function dc(){if(cd){if(b2){d4.strokeStyle=cV.color.toString(cu);b2=false}d4.stroke()}}cV.noStroke=function(){cd=false};dp.prototype.strokeWeight=function(d7){dS=d7};bO.prototype.strokeWeight=function(d7){dp.prototype.strokeWeight.apply(this,arguments);d4.lineWidth=d7};by.prototype.strokeWeight=function(d7){dp.prototype.strokeWeight.apply(this,arguments);d4.useProgram(dM);dY("pointSize2d",dM,"pointSize",d7);d4.useProgram(bQ);dY("pointSizeUnlitShape",bQ,"pointSize",d7);d4.lineWidth(d7)};cV.strokeCap=function(d7){dU.$ensureContext().lineCap=d7};cV.strokeJoin=function(d7){dU.$ensureContext().lineJoin=d7};bO.prototype.smooth=function(){dK=true;var d7=ac.style;d7.setProperty("image-rendering","optimizeQuality","important");d7.setProperty("-ms-interpolation-mode","bicubic","important");if(d4.hasOwnProperty("mozImageSmoothingEnabled")){d4.mozImageSmoothingEnabled=true}};by.prototype.smooth=E;bO.prototype.noSmooth=function(){dK=false;var d7=ac.style;d7.setProperty("image-rendering","optimizeSpeed","important");d7.setProperty("image-rendering","-moz-crisp-edges","important");d7.setProperty("image-rendering","-webkit-optimize-contrast","important");d7.setProperty("image-rendering","optimize-contrast","important");d7.setProperty("-ms-interpolation-mode","nearest-neighbor","important");if(d4.hasOwnProperty("mozImageSmoothingEnabled")){d4.mozImageSmoothingEnabled=false}};by.prototype.noSmooth=E;bO.prototype.point=function(d7,d8){if(!cd){return}d7=o.round(d7);d8=o.round(d8);d4.fillStyle=cV.color.toString(cu);ap=true;if(dS>1){d4.beginPath();d4.arc(d7,d8,dS/2,0,6.283185307179586,false);d4.fill()}else{d4.fillRect(d7,d8,1,1)}};by.prototype.point=function(d7,eb,ea){var d9=new aM;d9.translate(d7,eb,ea||0);d9.transpose();var d8=new aM;d8.scale(1,-1,1);d8.apply(dF.array());d8.transpose();d4.useProgram(dM);a5("model2d",dM,"model",false,d9.array());a5("view2d",dM,"view",false,d8.array());if(dS>0&&cd){dY("color2d",dM,"color",cZ);dV("picktype2d",dM,"picktype",0);db("vertex2d",dM,"Vertex",3,av);cf("aTextureCoord2d",dM,"aTextureCoord");d4.drawArrays(d4.POINTS,0,1)}};cV.beginShape=function(d7){dN=d7;d2=[];a7=[]};bO.prototype.vertex=function(d7,eb,ea,d9){var d8=[];if(dr){dr=false}d8.isVert=true;d8[0]=d7;d8[1]=eb;d8[2]=0;d8[3]=ea;d8[4]=d9;d8[5]=aX;d8[6]=cu;a7.push(d8)};by.prototype.vertex=function(d7,ec,eb,ea,d9){var d8=[];if(dr){dr=false}d8.isVert=true;if(d9===r&&dP){d9=ea;ea=eb;eb=0}if(ea!==r&&d9!==r){if(d0===2){ea/=cr.width;d9/=cr.height}ea=ea>1?1:ea;ea=ea<0?0:ea;d9=d9>1?1:d9;d9=d9<0?0:d9}d8[0]=d7;d8[1]=ec;d8[2]=eb||0;d8[3]=ea||0;d8[4]=d9||0;d8[5]=bl[0];d8[6]=bl[1];d8[7]=bl[2];d8[8]=bl[3];d8[9]=cZ[0];d8[10]=cZ[1];d8[11]=cZ[2];d8[12]=cZ[3];d8[13]=a4;d8[14]=a3;d8[15]=a2;a7.push(d8)};var dX=function(d9,d8){var d7=new aM;d7.scale(1,-1,1);d7.apply(dF.array());d7.transpose();d4.useProgram(bQ);a5("uViewUS",bQ,"uView",false,d7.array());db("aVertexUS",bQ,"aVertex",3,av);d4.bufferData(d4.ARRAY_BUFFER,new e(d9),d4.STREAM_DRAW);db("aColorUS",bQ,"aColor",4,aE);d4.bufferData(d4.ARRAY_BUFFER,new e(d8),d4.STREAM_DRAW);d4.drawArrays(d4.POINTS,0,d9.length/3)};var bg=function(eb,ea,d9){var d8;if(ea==="LINES"){d8=d4.LINES}else{if(ea==="LINE_LOOP"){d8=d4.LINE_LOOP}else{d8=d4.LINE_STRIP}}var d7=new aM;d7.scale(1,-1,1);d7.apply(dF.array());d7.transpose();d4.useProgram(bQ);a5("uViewUS",bQ,"uView",false,d7.array());db("aVertexUS",bQ,"aVertex",3,b7);d4.bufferData(d4.ARRAY_BUFFER,new e(eb),d4.STREAM_DRAW);db("aColorUS",bQ,"aColor",4,bz);d4.bufferData(d4.ARRAY_BUFFER,new e(d9),d4.STREAM_DRAW);d4.drawArrays(d8,0,eb.length/3)};var dk=function(ec,eb,ea,d9){var d8;if(eb==="TRIANGLES"){d8=d4.TRIANGLES}else{if(eb==="TRIANGLE_FAN"){d8=d4.TRIANGLE_FAN}else{d8=d4.TRIANGLE_STRIP}}var d7=new aM;d7.scale(1,-1,1);d7.apply(dF.array());d7.transpose();d4.useProgram(du);a5("model3d",du,"model",false,[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]);a5("view3d",du,"view",false,d7.array());d4.enable(d4.POLYGON_OFFSET_FILL);d4.polygonOffset(1,1);dY("color3d",du,"color",[-1,0,0,0]);db("vertex3d",du,"Vertex",3,ar);d4.bufferData(d4.ARRAY_BUFFER,new e(ec),d4.STREAM_DRAW);if(dP&&bb!==null){bt(ea)}db("aColor3d",du,"aColor",4,aE);d4.bufferData(d4.ARRAY_BUFFER,new e(ea),d4.STREAM_DRAW);cf("normal3d",du,"Normal");if(dP){dV("usingTexture3d",du,"usingTexture",dP);db("aTexture3d",du,"aTexture",2,ae);d4.bufferData(d4.ARRAY_BUFFER,new e(d9),d4.STREAM_DRAW)}d4.drawArrays(d8,0,ec.length/3);d4.disable(d4.POLYGON_OFFSET_FILL)};function cR(){bk();dc();d4.closePath()}bO.prototype.endShape=function(ee){if(a7.length===0){return}var ea=ee===2;if(ea){a7.push(a7[0])}var d9=[];var d7=[];var eg=[];var ej=[];var ec=[];var ef;dr=true;var ed,eb,d8;var ei=a7.length;for(ed=0;ed3){var eh=[],ek=1-aH;d4.beginPath();d4.moveTo(a7[1][0],a7[1][1]);for(ed=1;ed+22){d4.beginPath();d4.moveTo(a7[0][0],a7[0][1]);d4.lineTo(a7[1][0],a7[1][1]);d4.lineTo(a7[2][0],a7[2][1]);if(aF){cV.fill(a7[2][5]);bk()}if(cd){cV.stroke(a7[2][6]);dc()}d4.closePath();for(ed=3;ed3){for(ed=0;ed+12){for(ed=0;ed+22){for(ed=0;ed+22){for(ed=0;ed<3;ed++){ef=a7[ed];for(eb=0;eb<3;eb++){d9.push(ef[eb])}}for(ed=0;ed<3;ed++){ef=a7[ed];for(eb=9;eb<13;eb++){ej.push(ef[eb])}}if(cd){bg(d9,"LINE_LOOP",ej)}for(ed=2;ed+13){for(ed=0;ed<2;ed++){ef=a7[ed];for(eb=0;eb<3;eb++){d9.push(ef[eb])}}for(ed=0;ed<2;ed++){ef=a7[ed];for(eb=9;eb<13;eb++){ej.push(ef[eb])}}bg(d9,"LINE_STRIP",ej);if(ei>4&&ei%2>0){eh=d7.splice(d7.length-3);a7.pop()}for(ed=0;ed+33){aq(ca[c1-4][0],ca[c1-4][1],ca[c1-4][2],ca[c1-3][0],ca[c1-3][1],ca[c1-3][2],ca[c1-2][0],ca[c1-2][1],ca[c1-2][2],ca[c1-1][0],ca[c1-1][1],ca[c1-1][2])}};bO.prototype.curve=function(){if(arguments.length===8){cV.beginShape();cV.curveVertex(arguments[0],arguments[1]);cV.curveVertex(arguments[2],arguments[3]);cV.curveVertex(arguments[4],arguments[5]);cV.curveVertex(arguments[6],arguments[7]);cV.endShape()}};by.prototype.curve=function(){if(arguments.length===12){cV.beginShape();cV.curveVertex(arguments[0],arguments[1],arguments[2]);cV.curveVertex(arguments[3],arguments[4],arguments[5]);cV.curveVertex(arguments[6],arguments[7],arguments[8]);cV.curveVertex(arguments[9],arguments[10],arguments[11]);cV.endShape()}};cV.curveTightness=function(d7){aH=d7};cV.curveDetail=function(d7){O=d7;dn()};cV.rectMode=function(d7){bI=d7};cV.imageMode=function(d7){switch(d7){case 0:bh=aV;break;case 1:bh=b0;break;case 3:bh=aL;break;default:throw"Invalid imageMode"}};cV.ellipseMode=function(d7){cM=d7};cV.arc=function(ej,eh,ea,el,d9,ei){if(ea<=0||ei6.283185307179586){d9=0;ei=6.283185307179586}var ek=ea/2;var em=el/2;var ee=ej+ek;var ec=eh+em;var d8=0|-0.5+d9*cV.RAD_TO_DEG*2;var eg=0|0.5+ei*cV.RAD_TO_DEG*2;var ef,ed;if(aF){var eb=cd;cd=false;cV.beginShape();cV.vertex(ee,ec);for(ef=d8;ef<=eg;ef++){ed=ef%720;cV.vertex(ee+bi[ed]*ek,ec+ag[ed]*em)}cV.endShape(2);cd=eb}if(cd){var d7=aF;aF=false;cV.beginShape();for(ef=d8;ef<=eg;ef++){ed=ef%720;cV.vertex(ee+bi[ed]*ek,ec+ag[ed]*em)}cV.endShape();aF=d7}};bO.prototype.line=function(d8,ef,d7,ed){if(!cd){return}d8=o.round(d8);d7=o.round(d7);ef=o.round(ef);ed=o.round(ed);if(d8===d7&&ef===ed){cV.point(d8,ef);return}var d9=r,eg=r,ec=true,ee=dF.array(),ea=[1,0,0,0,1,0];for(var eb=0;eb<6&&ec;eb++){ec=ee[eb]===ea[eb]}if(ec){if(d8===d7){if(ef>ed){d9=ef;ef=ed;ed=d9}ed++;if(dS%2===1){d4.translate(0.5,0)}}else{if(ef===ed){if(d8>d7){d9=d8;d8=d7;d7=d9}d7++;if(dS%2===1){d4.translate(0,0.5)}}}if(dS===1){eg=d4.lineCap;d4.lineCap="butt"}}d4.beginPath();d4.moveTo(d8||0,ef||0);d4.lineTo(d7||0,ed||0);dc();if(ec){if(d8===d7&&dS%2===1){d4.translate(-0.5,0)}else{if(ef===ed&&dS%2===1){d4.translate(0,-0.5)}}if(dS===1){d4.lineCap=eg}}};by.prototype.line=function(d9,ec,ee,d8,ea,ed){if(ea===r||ed===r){ed=0;ea=d8;d8=ee;ee=0}if(d9===d8&&ec===ea&&ee===ed){cV.point(d9,ec,ee);return}var eb=[d9,ec,ee,d8,ea,ed];var d7=new aM;d7.scale(1,-1,1);d7.apply(dF.array());d7.transpose();if(dS>0&&cd){d4.useProgram(dM);a5("model2d",dM,"model",false,[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]);a5("view2d",dM,"view",false,d7.array());dY("color2d",dM,"color",cZ);dV("picktype2d",dM,"picktype",0);db("vertex2d",dM,"Vertex",3,b7);cf("aTextureCoord2d",dM,"aTextureCoord");d4.bufferData(d4.ARRAY_BUFFER,new e(eb),d4.STREAM_DRAW);d4.drawArrays(d4.LINES,0,2)}};bO.prototype.bezier=function(){if(arguments.length!==8){throw"You must use 8 parameters for bezier() in 2D mode"}cV.beginShape();cV.vertex(arguments[0],arguments[1]);cV.bezierVertex(arguments[2],arguments[3],arguments[4],arguments[5],arguments[6],arguments[7]);cV.endShape()};by.prototype.bezier=function(){if(arguments.length!==12){throw"You must use 12 parameters for bezier() in 3D mode"}cV.beginShape();cV.vertex(arguments[0],arguments[1],arguments[2]);cV.bezierVertex(arguments[3],arguments[4],arguments[5],arguments[6],arguments[7],arguments[8],arguments[9],arguments[10],arguments[11]);cV.endShape()};cV.bezierDetail=function(d7){cx=d7};cV.bezierPoint=function(d8,d7,eb,ea,d9){return(1-d9)*(1-d9)*(1-d9)*d8+3*(1-d9)*(1-d9)*d9*d7+3*(1-d9)*d9*d9*eb+d9*d9*d9*ea};cV.bezierTangent=function(d8,d7,eb,ea,d9){return 3*d9*d9*(-d8+3*d7-3*eb+ea)+6*d9*(d8-2*d7+eb)+3*(-d8+d7)};cV.curvePoint=function(d8,d7,eb,ea,d9){return 0.5*(2*d7+(-d8+eb)*d9+(2*d8-5*d7+4*eb-ea)*d9*d9+(-d8+3*d7-3*eb+ea)*d9*d9*d9)};cV.curveTangent=function(d8,d7,eb,ea,d9){return 0.5*(-d8+eb+2*(2*d8-5*d7+4*eb-ea)*d9+3*(-d8+3*d7-3*eb+ea)*d9*d9)};cV.triangle=function(ea,ec,d8,eb,d7,d9){cV.beginShape(9);cV.vertex(ea,ec,0);cV.vertex(d8,eb,0);cV.vertex(d7,d9,0);cV.endShape()};cV.quad=function(ec,ee,ea,ed,d8,eb,d7,d9){cV.beginShape(16);cV.vertex(ec,ee,0);cV.vertex(ea,ed,0);cV.vertex(d8,eb,0);cV.vertex(d7,d9,0);cV.endShape()};var bL=function(ed,ec,d7,ee,eg,eb,ef,d8){if(d8===r){eb=eg;ef=eg;d8=eg}var d9=d7/2,ea=ee/2;if(eg>d9||eg>ea){eg=o.min(d9,ea)}if(eb>d9||eb>ea){eb=o.min(d9,ea)}if(ef>d9||ef>ea){ef=o.min(d9,ea)}if(d8>d9||d8>ea){d8=o.min(d9,ea)}if(!aF||cd){d4.translate(0.5,0.5)}d4.beginPath();d4.moveTo(ed+eg,ec);d4.lineTo(ed+d7-eb,ec);d4.quadraticCurveTo(ed+d7,ec,ed+d7,ec+eb);d4.lineTo(ed+d7,ec+ee-ef);d4.quadraticCurveTo(ed+d7,ec+ee,ed+d7-ef,ec+ee);d4.lineTo(ed+d8,ec+ee);d4.quadraticCurveTo(ed,ec+ee,ed,ec+ee-d8);d4.lineTo(ed,ec+eg);d4.quadraticCurveTo(ed,ec,ed+eg,ec);if(!aF||cd){d4.translate(-0.5,-0.5)}bk();dc()};bO.prototype.rect=function(d8,ee,eb,d7,d9,ec,ea,ed){if(!eb&&!d7){return}if(bI===1){eb-=d8;d7-=ee}else{if(bI===2){eb*=2;d7*=2;d8-=eb/2;ee-=d7/2}else{if(bI===3){d8-=eb/2;ee-=d7/2}}}d8=o.round(d8);ee=o.round(ee);eb=o.round(eb);d7=o.round(d7);if(d9!==r){bL(d8,ee,eb,d7,d9,ec,ea,ed);return}if(cd&&dS%2===1){d4.translate(0.5,0.5)}d4.beginPath();d4.rect(d8,ee,eb,d7);bk();dc();if(cd&&dS%2===1){d4.translate(-0.5,-0.5)}};by.prototype.rect=function(ef,ee,d7,eh,ej,ec,ei,d8){if(ej!==r){throw"rect() with rounded corners is not supported in 3D mode"}if(bI===1){d7-=ef;eh-=ee}else{if(bI===2){d7*=2;eh*=2;ef-=d7/2;ee-=eh/2}else{if(bI===3){ef-=d7/2;ee-=eh/2}}}var eb=new aM;eb.translate(ef,ee,0);eb.scale(d7,eh,1);eb.transpose();var ed=new aM;ed.scale(1,-1,1);ed.apply(dF.array());ed.transpose();if(dS>0&&cd){d4.useProgram(dM);a5("model2d",dM,"model",false,eb.array());a5("view2d",dM,"view",false,ed.array());dY("color2d",dM,"color",cZ);dV("picktype2d",dM,"picktype",0);db("vertex2d",dM,"Vertex",3,aA);cf("aTextureCoord2d",dM,"aTextureCoord");d4.drawArrays(d4.LINE_LOOP,0,aj.length/3)}if(aF){d4.useProgram(du);a5("model3d",du,"model",false,eb.array());a5("view3d",du,"view",false,ed.array());d4.enable(d4.POLYGON_OFFSET_FILL);d4.polygonOffset(1,1);dY("color3d",du,"color",bl);if(dH>0){var eg=new aM;eg.set(ed);var d9=new aM;d9.set(eb);eg.mult(d9);var ea=new aM;ea.set(eg);ea.invert();ea.transpose();a5("normalTransform3d",du,"normalTransform",false,ea.array());db("normal3d",du,"Normal",3,b1)}else{cf("normal3d",du,"Normal")}db("vertex3d",du,"Vertex",3,aA);d4.drawArrays(d4.TRIANGLE_FAN,0,aj.length/3);d4.disable(d4.POLYGON_OFFSET_FILL)}};bO.prototype.ellipse=function(ed,ec,d8,ef){ed=ed||0;ec=ec||0;if(d8<=0&&ef<=0){return}if(cM===2){d8*=2;ef*=2}else{if(cM===1){d8=d8-ed;ef=ef-ec;ed+=d8/2;ec+=ef/2}else{if(cM===0){ed+=d8/2;ec+=ef/2}}}if(d8===ef){d4.beginPath();d4.arc(ed,ec,d8/2,0,6.283185307179586,false);bk();dc()}else{var ee=d8/2,eb=ef/2,d7=0.5522847498307933,ea=d7*ee,d9=d7*eb;cV.beginShape();cV.vertex(ed+ee,ec);cV.bezierVertex(ed+ee,ec-d9,ed+ea,ec-eb,ed,ec-eb);cV.bezierVertex(ed-ea,ec-eb,ed-ee,ec-d9,ed-ee,ec);cV.bezierVertex(ed-ee,ec+d9,ed-ea,ec+eb,ed,ec+eb);cV.bezierVertex(ed+ea,ec+eb,ed+ee,ec+d9,ed+ee,ec);cV.endShape()}};by.prototype.ellipse=function(ek,ej,d9,em){ek=ek||0;ej=ej||0;if(d9<=0&&em<=0){return}if(cM===2){d9*=2;em*=2}else{if(cM===1){d9=d9-ek;em=em-ej;ek+=d9/2;ej+=em/2}else{if(cM===0){ek+=d9/2;ej+=em/2}}}var el=d9/2,eg=em/2,d7=0.5522847498307933,eb=d7*el,ea=d7*eg;cV.beginShape();cV.vertex(ek+el,ej);cV.bezierVertex(ek+el,ej-ea,0,ek+eb,ej-eg,0,ek,ej-eg,0);cV.bezierVertex(ek-eb,ej-eg,0,ek-el,ej-ea,0,ek-el,ej,0);cV.bezierVertex(ek-el,ej+ea,0,ek-eb,ej+eg,0,ek,ej+eg,0);cV.bezierVertex(ek+eb,ej+eg,0,ek+el,ej+ea,0,ek+el,ej,0);cV.endShape();if(aF){var ec=0,eh=0,ee,ed;for(ee=0;ee>16)&255;ea[eb+1]=(ec>>8)&255;ea[eb+2]=ec&255;ea[eb+3]=(ec>>24)&255;d8.__isDirty=true}}(d7),toArray:function(d8){return function(){var d9=[],ec=d8.imageData.data,eb=d8.width*d8.height;if(d8.isRemote){throw"Image is loaded remotely. Cannot get pixels."}for(var ea=0,ed=0;ea>16)&255;ec[ed+1]=(ee>>8)&255;ec[ed+2]=ee&255;ec[ed+3]=(ee>>24)&255}d8.__isDirty=true}}(d7)}}var cF=function(ea,ed,eb){this.__isDirty=false;if(ea instanceof HTMLImageElement){this.fromHTMLImageData(ea)}else{if(ed||eb){this.width=ea||1;this.height=ed||1;var d8=this.sourceImg=d.createElement("canvas");d8.width=this.width;d8.height=this.height;var ee=this.imageData=d8.getContext("2d").createImageData(this.width,this.height);this.format=eb===2||eb===4?eb:1;if(this.format===1){for(var d9=3,ec=this.imageData.data,d7=ec.length;d9=cV.width||d7<0||ea<0||ea>=cV.height){return 0}if(dR){var d9=((0|d7)+cV.width*(0|ea))*4;d8=cV.imageData.data;return(d8[d9+3]&255)<<24|(d8[d9]&255)<<16|(d8[d9+1]&255)<<8|d8[d9+2]&255}d8=cV.toImageData(0|d7,0|ea,1,1).data;return(d8[3]&255)<<24|(d8[0]&255)<<16|(d8[1]&255)<<8|d8[2]&255}function c7(d7,eb,d8){if(d8.isRemote){throw"Image is loaded remotely. Cannot get x,y."}var ea=eb*d8.width*4+d7*4,d9=d8.imageData.data;return(d9[ea+3]&255)<<24|(d9[ea]&255)<<16|(d9[ea+1]&255)<<8|d9[ea+2]&255}function c5(d7,eb,d8,d9){var ea=new cF(d8,d9,2);ea.fromImageData(cV.toImageData(d7,eb,d8,d9));return ea}function c4(ec,eb,ed,ei,eo){if(eo.isRemote){throw"Image is loaded remotely. Cannot get x,y,w,h."}var em=new cF(ed,ei,2),d9=em.imageData.data,ea=eo.width,ej=eo.height,el=eo.imageData.data;var d7=o.max(0,-eb),d8=o.max(0,-ec),ee=o.min(ei,ej-eb),ef=o.min(ed,ea-ec);for(var eh=d7;eh=0&&d9>=0&&d9bY){R()}}}function bs(d7,ed,ea,d8){if(d8.isRemote){throw"Image is loaded remotely. Cannot set x,y."}var ec=cV.color.toArray(ea);var eb=ed*d8.width*4+d7*4;var d9=d8.imageData.data;d9[eb]=ec[0];d9[eb+1]=ec[1];d9[eb+2]=ec[2];d9[eb+3]=ec[3]}cV.set=function(d7,ec,ea,d9){var d8,eb;if(arguments.length===3){if(typeof ea==="number"){bu(d7,ec,ea)}else{if(ea instanceof cF||ea.__isPImage){cV.image(ea,d7,ec)}}}else{if(arguments.length===4){bs(d7,ec,ea,d9)}}};cV.imageData={};cV.pixels={getLength:function(){return cV.imageData.data.length?cV.imageData.data.length/4:0},getPixel:function(d7){var d9=d7*4,d8=cV.imageData.data;return d8[d9+3]<<24&4278190080|d8[d9+0]<<16&16711680|d8[d9+1]<<8&65280|d8[d9+2]&255},setPixel:function(d7,ea){var d9=d7*4,d8=cV.imageData.data;d8[d9+0]=(ea&16711680)>>>16;d8[d9+1]=(ea&65280)>>>8;d8[d9+2]=ea&255;d8[d9+3]=(ea&4278190080)>>>24},toArray:function(){var d7=[],d9=cV.imageData.width*cV.imageData.height,ea=cV.imageData.data;for(var d8=0,eb=0;d80){bB(ea,d9,d8,d7)}var eb=cV.color.toGLArray(a0);d4.clearColor(eb[0],eb[1],eb[2],eb[3]);d4.clear(d4.COLOR_BUFFER_BIT|d4.DEPTH_BUFFER_BIT)};bO.prototype.image=function(ea,ef,ed,eg,eb){ef=o.round(ef);ed=o.round(ed);if(ea.width>0){var eh=eg||ea.width;var ee=eb||ea.height;var d7=bh(ef||0,ed||0,eg||ea.width,eb||ea.height,arguments.length<4);var ec=!!ea.sourceImg&&bb===null;if(ec){var d8=ea.sourceImg;if(ea.__isDirty){ea.updatePixels()}d4.drawImage(d8,0,0,d8.width,d8.height,d7.x,d7.y,d7.w,d7.h)}else{var d9=ea.toImageData();if(bb!==null){bb(d9);ea.__isDirty=true}d4.drawImage(bv(d9).canvas,0,0,ea.width,ea.height,d7.x,d7.y,d7.w,d7.h)}}};by.prototype.image=function(d9,d7,eb,d8,ea){if(d9.width>0){d7=o.round(d7);eb=o.round(eb);d8=d8||d9.width;ea=ea||d9.height;cV.beginShape(cV.QUADS);cV.texture(d9);cV.vertex(d7,eb,0,0,0);cV.vertex(d7,eb+ea,0,0,ea);cV.vertex(d7+d8,eb+ea,0,d8,ea);cV.vertex(d7+d8,eb,0,d8,0);cV.endShape()}};cV.tint=function(ea,d9,d7,ef){var ec=cV.color(ea,d9,d7,ef);var d8=cV.red(ec)/bG;var eb=cV.green(ec)/bF;var ed=cV.blue(ec)/bD;var ee=cV.alpha(ec)/bR;bb=function(ej){var ei=ej.data,eh=4*ej.width*ej.height;for(var eg=0;eg=d7){break}em=0}for(eu=em;eu=d7){break}eb=(es+ey)*4;ep=ed[eu];eo+=ep*ea[eb+3];ec+=ep*ea[eb];ei+=ep*ea[eb+1];en+=ep*ea[eb+2];d9+=ep;es++}ek=ey+eh;ez[ek]=eo/d9;er[ek]=ec/d9;eA[ek]=ei/d9;ee[ek]=en/d9}ey+=d7}ey=0;ew=-ej;ev=ew*d7;for(eg=0;eg=d8){break}em=0;ek=ew;es=eh+ev}for(eu=em;eu=d8){break}ep=ed[eu];eo+=ep*ez[es];ec+=ep*er[es];ei+=ep*eA[es];en+=ep*ee[es];d9+=ep;ek++;es+=d7}eb=(eh+ey)*4;ea[eb]=ec/d9;ea[eb+1]=ei/d9;ea[eb+2]=en/d9;ea[eb+3]=eo/d9}ey+=d7;ev+=d7;ew++}};var ce=function(eo,ei){var ee=0;var es=ei.pixels.getLength();var ej=new I(es);var em,d8,eh,eg,ea;var en,eb,ed,ef,d9,ek,er,d7,ep,ec,eq,el;if(!eo){while(ee=d8){en=ee}if(ed<0){ed=0}if(ef>=es){ef=ee}er=ei.pixels.getPixel(ed);ek=ei.pixels.getPixel(eb);d7=ei.pixels.getPixel(ef);d9=ei.pixels.getPixel(en);ea=77*(eh>>16&255)+151*(eh>>8&255)+28*(eh&255);ec=77*(ek>>16&255)+151*(ek>>8&255)+28*(ek&255);ep=77*(d9>>16&255)+151*(d9>>8&255)+28*(d9&255);eq=77*(er>>16&255)+151*(er>>8&255)+28*(er&255);el=77*(d7>>16&255)+151*(d7>>8&255)+28*(d7&255);if(ec>ea){eg=ek;ea=ec}if(ep>ea){eg=d9;ea=ep}if(eq>ea){eg=er;ea=eq}if(el>ea){eg=d7;ea=el}ej[ee++]=eg}}}else{while(ee=d8){en=ee}if(ed<0){ed=0}if(ef>=es){ef=ee}er=ei.pixels.getPixel(ed);ek=ei.pixels.getPixel(eb);d7=ei.pixels.getPixel(ef);d9=ei.pixels.getPixel(en);ea=77*(eh>>16&255)+151*(eh>>8&255)+28*(eh&255);ec=77*(ek>>16&255)+151*(ek>>8&255)+28*(ek&255);ep=77*(d9>>16&255)+151*(d9>>8&255)+28*(d9&255);eq=77*(er>>16&255)+151*(er>>8&255)+28*(er&255);el=77*(d7>>16&255)+151*(d7>>8&255)+28*(d7&255);if(ec>16&255)+151*(ec>>8&255)+28*(ec&255)>>8;eh.pixels.setPixel(eg,ec&4278190080|d8<<16|d8<<8|d8)}}break;case 13:for(eg=0;eg255){throw"Levels must be between 2 and 255 for filter(POSTERIZE, levels)"}var ef=em-1;for(eg=0;eg>16&255;var ek=eh.pixels.getPixel(eg)>>8&255;var d9=eh.pixels.getPixel(eg)&255;d7=(d7*em>>8)*255/ef;ek=(ek*em>>8)*255/ef;d9=(d9*em>>8)*255/ef;eh.pixels.setPixel(eg,4278190080&eh.pixels.getPixel(eg)|d7<<16|ek<<8|d9)}break;case 14:for(eg=0;eg1){throw"Level must be between 0 and 1 for filter(THRESHOLD, level)"}var eb=cV.floor(ed*255);for(eg=0;eg>16,cV.max((eh.pixels.getPixel(eg)&65280)>>8,eh.pixels.getPixel(eg)&255));eh.pixels.setPixel(eg,eh.pixels.getPixel(eg)&4278190080|(elei){d7=ei}}else{var eh=ei+d9-ek;if(d7>eh){d7=eh}}if(edeb){ee=eb}}else{var ea=eb+eg-ed;if(ee>ea){ee=ea}}return !(d7<=0||ee<=0)};var dO={};dO[1]=cV.modes.blend;dO[2]=cV.modes.add;dO[4]=cV.modes.subtract;dO[8]=cV.modes.lightest;dO[16]=cV.modes.darkest;dO[0]=cV.modes.replace;dO[32]=cV.modes.difference;dO[64]=cV.modes.exclusion;dO[128]=cV.modes.multiply;dO[256]=cV.modes.screen;dO[512]=cV.modes.overlay;dO[1024]=cV.modes.hard_light;dO[2048]=cV.modes.soft_light;dO[4096]=cV.modes.dodge;dO[8192]=cV.modes.burn;cV.blit_resize=function(ek,ew,eq,ev,ep,eB,eg,eo,eu,el,et,ej,em){var ez,ey;if(ew<0){ew=0}if(eq<0){eq=0}if(ev>=ek.width){ev=ek.width-1}if(ep>=ek.height){ep=ek.height-1}var eF=ev-ew;var eK=ep-eq;var d7=et-eu;var eh=ej-el;if(d7<=0||eh<=0||eF<=0||eK<=0||eu>=eg||el>=eo||ew>=ek.width||eq>=ek.height){return}var ee=o.floor(eF/d7*32768);var eb=o.floor(eK/eh*32768);var eD=cV.shared;eD.srcXOffset=o.floor(eu<0?-eu*ee:ew*32768);eD.srcYOffset=o.floor(el<0?-el*eb:eq*32768);if(eu<0){d7+=eu;eu=0}if(el<0){eh+=el;el=0}d7=o.min(d7,eg-eu);eh=o.min(eh,eo-el);var er=el*eg+eu;var eN;eD.srcBuffer=ek.imageData.data;eD.iw=ek.width;eD.iw1=ek.width-1;eD.ih1=ek.height-1;var es=cV.filter_bilinear,eH=cV.filter_new_scanline,ef=dO[em],eE,eJ,eC,eG,d9,ea,d8=4278190080,eI=16711680,ex=65280,ed=255,eM=32767,eA=15,ei=1,en=9,ec=eD.srcBuffer,eL=o.min;for(ey=0;ey>eA)*eD.iw;eD.v2=eL((eD.srcYOffset>>eA)+1,eD.ih1)*eD.iw;for(ez=0;ez>eA;eD.ll=eD.ifU*eD.fracV>>eA;eD.ur=eD.fracU*eD.ifV>>eA;eD.lr=eD.fracU*eD.fracV>>eA;eD.u1=eD.sX>>eA;eD.u2=eL(eD.u1+1,eD.iw1);eC=(eD.v1+eD.u1)*4;eG=(eD.v1+eD.u2)*4;d9=(eD.v2+eD.u1)*4;ea=(eD.v2+eD.u2)*4;eD.cUL=ec[eC+3]<<24&d8|ec[eC]<<16&eI|ec[eC+1]<<8&ex|ec[eC+2]&ed;eD.cUR=ec[eG+3]<<24&d8|ec[eG]<<16&eI|ec[eG+1]<<8&ex|ec[eG+2]&ed;eD.cLL=ec[d9+3]<<24&d8|ec[d9]<<16&eI|ec[d9+1]<<8&ex|ec[d9+2]&ed;eD.cLR=ec[ea+3]<<24&d8|ec[ea]<<16&eI|ec[ea+1]<<8&ex|ec[ea+2]&ed;eD.r=eD.ul*((eD.cUL&eI)>>16)+eD.ll*((eD.cLL&eI)>>16)+eD.ur*((eD.cUR&eI)>>16)+eD.lr*((eD.cLR&eI)>>16)<>>eA&ex;eD.b=eD.ul*(eD.cUL&ed)+eD.ll*(eD.cLL&ed)+eD.ur*(eD.cUR&ed)+eD.lr*(eD.cLR&ed)>>>eA;eD.a=eD.ul*((eD.cUL&d8)>>>24)+eD.ll*((eD.cLL&d8)>>>24)+eD.ur*((eD.cUR&d8)>>>24)+eD.lr*((eD.cLR&d8)>>>24)<>>16;eB[eJ+1]=(eE&ex)>>>8;eB[eJ+2]=eE&ed;eB[eJ+3]=(eE&d8)>>>24;eD.sX+=ee}er+=eg;eD.srcYOffset+=eb}};cV.loadFont=function(d8,d9){if(d8===r){throw"font name required in loadFont."}if(d8.indexOf(".svg")===-1){if(d9===r){d9=U.size}return F.get(d8,d9)}var d7=cV.loadGlyphs(d8);return{name:d8,css:"12px sans-serif",glyph:true,units_per_em:d7.units_per_em,horiz_adv_x:1/d7.units_per_em*d7.horiz_adv_x,ascent:d7.ascent,descent:d7.descent,width:function(ee){var ec=0;var ea=ee.length;for(var eb=0;eb":return d7.greater;case"?":return d7.question;case"@":return d7.at;case"[":return d7.bracketleft;case"\\":return d7.backslash;case"]":return d7.bracketright;case"^":return d7.asciicircum;case"`":return d7.grave;case"{":return d7.braceleft;case"|":return d7.bar;case"}":return d7.braceright;case"~":return d7.asciitilde;default:return d7[d8]}}catch(d9){D.debug(d9)}};bO.prototype.text$line=function(ef,ei,eh,eg,ec){var ee=0,ed=0;if(!U.glyph){if(ef&&"fillText" in d4){if(ap){d4.fillStyle=cV.color.toString(aX);ap=false}if(ec===39||ec===3){ee=U.measureTextWidth(ef);if(ec===39){ed=-ee}else{ed=-ee/2}}d4.fillText(ef,ei+ed,eh)}}else{var d7=cV.glyphTable[W];aC();d4.translate(ei,eh+dW);if(ec===39||ec===3){ee=d7.width(ef);if(ec===39){ed=-ee}else{ed=-ee/2}}var ej=d7.units_per_em,eb=1/ej*dW;d4.scale(eb,eb);for(var d8=0,d9=ef.length;d8ek){return}var ej=-1;var eb=0;var d7=0;var ed=[];for(var ec=0,ep=en.length;ec0){ej=ec}else{return}}if(ee==="\n"){ed.push({text:en.substring(eb,ec),width:d7});eb=ec+1}else{ed.push({text:en.substring(eb,ej+1),width:d7});eb=ej+1}d7=0;ec=eb-1}}if(ebek-dx){break}ea=ed[d9];dU.text$line(ea.text,ei+er,eh+ef+eq,eg,L)}}cV.text=function(){if(cH===5){return}if(arguments.length===3){be(br(arguments[0]),arguments[1],arguments[2],0)}else{if(arguments.length===4){be(br(arguments[0]),arguments[1],arguments[2],arguments[3])}else{if(arguments.length===5){a9(br(arguments[0]),arguments[1],arguments[2],arguments[3],arguments[4],0)}else{if(arguments.length===6){a9(br(arguments[0]),arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])}}}}};cV.textMode=function(d7){cH=d7};cV.loadGlyphs=function(ed){var ef,ee,eb,d9,em,el,ek,en,eh,eo,ei,ej="[0-9\\-]+",eg;var ec=function(eu,et){var er=0,eq=[],ep,es=new RegExp(eu,"g");ep=eq[er]=es.exec(et);while(ep){er++;ep=eq[er]=es.exec(et)}return eq};var d8=function(eu){var ev=ec("[A-Za-z][0-9\\- ]+|Z",eu);var et=function(){aC();return dU.$ensureContext()};var er=function(){bk();dc();cO()};eg="return {draw:function(){var curContext=beforePathDraw();curContext.beginPath();";ef=0;ee=0;eb=0;d9=0;em=0;el=0;eu=0;en=0;eh="";eo=ev.length-1;for(var eq=0;eq([=]?)/g,Y)}while(X);var bi=aC(ay);var aj;var aH={},a7,ax=0;function ba(bp,bo){var bq=bi.length;bi.push(bp);return'"'+bo+bq+'"'}function a5(){return"class"+ ++ax}function bj(bp,bq,bo){bp.classId=bq;bp.scopeId=bo;aH[bq]=bp}var T,Q,an,aT,bg,aX;var M=/\b((?:(?:public|private|final|protected|static|abstract)\s+)*)(class|interface)\s+([A-Za-z_$][\w$]*\b)(\s+extends\s+[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*,\s*[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*\b)*)?(\s+implements\s+[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*,\s*[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*\b)*)?\s*("A\d+")/g;var a9=/\b((?:(?:public|private|final|protected|static|abstract|synchronized)\s+)*)((?!(?:else|new|return|throw|function|public|private|protected)\b)[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*"C\d+")*)\s*([A-Za-z_$][\w$]*\b)\s*("B\d+")(\s*throws\s+[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*,\s*[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*)*)?\s*("A\d+"|;)/g;var aK=/^((?:(?:public|private|final|protected|static)\s+)*)((?!(?:else|new|return|throw)\b)[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*"C\d+")*)\s*([A-Za-z_$][\w$]*\b)\s*(?:"C\d+"\s*)*([=,]|$)/;var bk=/\b((?:(?:public|private|final|protected|static|abstract)\s+)*)((?!(?:new|return|throw)\b)[A-Za-z_$][\w$]*\b)\s*("B\d+")(\s*throws\s+[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*,\s*[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*)*)?\s*("A\d+")/g;var U=/^((?:(?:public|private|final|protected|static)\s+)*)((?!(?:new|return|throw)\b)[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*(?:\s*"C\d+")*)\s*/;var ar=/\bfunction(?:\s+([A-Za-z_$][\w$]*))?\s*("B\d+")\s*("A\d+")/g;function ac(bp){var bo=bp;bo=bo.replace(M,function(bq){return ba(bq,"E")});bo=bo.replace(a9,function(bq){return ba(bq,"D")});bo=bo.replace(ar,function(bq){return ba(bq,"H")});return bo}function bb(bq,bp){var bo=bq.replace(bk,function(bv,bs,bt,bw,bu,br){if(bt!==bp){return bv}return ba(bv,"G")});return bo}function aF(bo){this.name=bo}aF.prototype.toString=function(){return this.name};function am(bo){this.params=bo}am.prototype.getNames=function(){var bq=[];for(var bp=0,bo=this.params.length;bp1){if(!/^\[\s*\]$/.test(bi[bt[1]])){return bw}}return""+bv});br=br.replace(/\(int\)([^,\]\)\}\?\:\*\+\-\/\^\|\%\&\~<\>\=]+)/g,function(bu,bt){var bv=aN(bt);return bv.untrim("__int_cast("+bv.middle+")")});br=br.replace(/\bsuper(\s*"B\d+")/g,"$$superCstr$1").replace(/\bsuper(\s*\.)/g,"$$super$1");br=br.replace(/\b0+((\d*)(?:\.[\d*])?(?:[eE][\-\+]?\d+)?[fF]?)\b/,function(bv,bu,bt){if(bu===bt){return bv}return bt===""?"0"+bu:bu});br=br.replace(/\b(\.?\d+\.?)[fF]\b/g,"$1");br=br.replace(/([^\s])%([^=\s])/g,"$1 % $2");br=br.replace(/\b(frameRate|keyPressed|mousePressed)\b(?!\s*"B)/g,"__$1");br=br.replace(/\b(boolean|byte|char|float|int)\s*"B/g,function(bu,bt){return"parse"+bt.substring(0,1).toUpperCase()+bt.substring(1)+'"B'});br=br.replace(/\bpixels\b\s*(("C(\d+)")|\.length)?(\s*=(?!=)([^,\]\)\}]+))?/g,function(bu,by,bt,bx,bw,bz){if(bt){var bv=bi[bx];if(bw){return"pixels.setPixel"+ba("("+bv.substring(1,bv.length-1)+","+bz+")","B")}return"pixels.getPixel"+ba("("+bv.substring(1,bv.length-1)+")","B")}if(by){return"pixels.getLength"+ba("()","B")}if(bw){return"pixels.set"+ba("("+bz+")","B")}return"pixels.toArray"+ba("()","B")});var bq;function bp(bu,bt,by,bw){var bv=bi[bw];bq=true;var bx=aN(bv.substring(1,bv.length-1));return"__"+by+(bx.middle===""?ba("("+bt.replace(/\.\s*$/,"")+")","B"):ba("("+bt.replace(/\.\s*$/,"")+","+bx.middle+")","B"))}do{bq=false;br=br.replace(/((?:'\d+'|\b[A-Za-z_$][\w$]*\s*(?:"[BC]\d+")*)\s*\.\s*(?:[A-Za-z_$][\w$]*\s*(?:"[BC]\d+"\s*)*\.\s*)*)(replace|replaceAll|replaceFirst|contains|equals|equalsIgnoreCase|hashCode|toCharArray|printStackTrace|split|startsWith|endsWith|codePointAt)\s*"B(\d+)"/g,bp)}while(bq);function bo(bv,bt,bu){bq=true;return"__instanceof"+ba("("+bt+", "+bu+")","B")}do{bq=false;br=br.replace(/((?:'\d+'|\b[A-Za-z_$][\w$]*\s*(?:"[BC]\d+")*)\s*(?:\.\s*[A-Za-z_$][\w$]*\s*(?:"[BC]\d+"\s*)*)*)instanceof\s+([A-Za-z_$][\w$]*\s*(?:\.\s*[A-Za-z_$][\w$]*)*)/g,bo)}while(bq);br=br.replace(/\bthis(\s*"B\d+")/g,"$$constr$1");return br}function aA(bp,bo){this.baseInterfaceName=bp;this.body=bo;bo.owner=this}aA.prototype.toString=function(){return"new ("+this.body+")"};function ag(bq){var bp=(new RegExp(/\bnew\s*([A-Za-z_$][\w$]*\s*(?:\.\s*[A-Za-z_$][\w$]*)*)\s*"B\d+"\s*"A(\d+)"/)).exec(bq);var bt=a7,bs=a5();a7=bs;var bo=bp[1]+"$"+bs;var br=new aA(bo,T(bi[bp[2]],bo,"","implements "+bp[1]));bj(br,bs,bt);a7=bt;return br}function ad(bp,bq,bo){this.name=bp;this.params=bq;this.body=bo}ad.prototype.toString=function(){var bp=aj;var bq=at({"this":null},this.params.getNames());aj=function(br){return bq.hasOwnProperty(br.name)?br.name:bp(br)};var bo="function";if(this.name){bo+=" "+this.name}bo+=this.params+" "+this.body;aj=bp;return bo};function aI(bp){var bo=(new RegExp(/\b([A-Za-z_$][\w$]*)\s*"B(\d+)"\s*"A(\d+)"/)).exec(bp);return new ad(bo[1]!=="function"?bo[1]:null,aB(bi[bo[2]]),an(bi[bo[3]]))}function ab(bo){this.members=bo}ab.prototype.toString=function(){var bq=aj;aj=function(bs){return bs.name==="this"?"this":bq(bs)};var bo="";for(var br=0,bp=this.members.length;br=0){bo=bo.substring(0,bo.indexOf("="))}return"("+bo+" in "+this.container+")"};function aW(bp,bo){this.initStatement=bp;this.container=bo}aW.iteratorId=0;aW.prototype.toString=function(){var bs=this.initStatement.toString();var bp="$it"+aW.iteratorId++;var br=bs.replace(/^\s*var\s*/,"").split("=")[0];var bq="var "+bp+" = new $p.ObjectIterator("+this.container+"), "+br+" = void(0)";var bo=bp+".hasNext() && (("+br+" = "+bp+".next()) || true)";return"("+bq+"; "+bo+";)"};function W(bp){var bo;if(/\bin\b/.test(bp)){bo=bp.substring(1,bp.length-1).split(/\bin\b/g);return new aQ(bl(a4(bo[0])),aX(bo[1]))}if(bp.indexOf(":")>=0&&bp.indexOf(";")<0){bo=bp.substring(1,bp.length-1).split(":");return new aW(bl(a4(bo[0])),aX(bo[1]))}bo=bp.substring(1,bp.length-1).split(";");return new aZ(bl(a4(bo[0])),aX(bo[1]),aX(bo[2]))}function a0(bo){bo.sort(function(bq,bp){return bp.weight-bq.weight})}function Z(bq,bo,bp){this.name=bq;this.body=bo;this.isStatic=bp;bo.owner=this}Z.prototype.toString=function(){return""+this.body};function al(bq,bo,bp){this.name=bq;this.body=bo;this.isStatic=bp;bo.owner=this}al.prototype.toString=function(){return""+this.body};function R(bq){var bp=M.exec(bq);M.lastIndex=0;var br=bp[1].indexOf("static")>=0;var bo=bi[aO(bp[6])],bt;var bu=a7,bs=a5();a7=bs;if(bp[2]==="interface"){bt=new Z(bp[3],Q(bo,bp[3],bp[4]),br)}else{bt=new al(bp[3],T(bo,bp[3],bp[4],bp[5]),br)}bj(bt,bs,bu);a7=bu;return bt}function aa(bq,br,bo,bp){this.name=bq;this.params=br;this.body=bo;this.isStatic=bp}aa.prototype.toString=function(){var bq=at({},this.params.getNames());var bp=aj;aj=function(br){return bq.hasOwnProperty(br.name)?br.name:bp(br)};var bo="function "+this.methodId+this.params+" "+this.body+"\n";aj=bp;return bo};function N(br){var bp=a9.exec(br);a9.lastIndex=0;var bq=bp[1].indexOf("static")>=0;var bo=bp[6]!==";"?bi[aO(bp[6])]:"{}";return new aa(bp[3],aB(bi[aO(bp[4])]),an(bo),bq)}function ak(bq,bp,bo){this.definitions=bq;this.fieldType=bp;this.isStatic=bo}ak.prototype.getNames=function(){var bq=[];for(var bp=0,bo=this.definitions.length;bp=0;var br=bt.substring(bs[0].length).split(/,\s*/g);var bp=aR(bs[2]);for(var bq=0;bq0){bv+=this.functions.join("\n")+"\n"}a0(this.innerClasses);for(bI=0,bG=this.innerClasses.length;bI0){bv+=this.cstrs.join("\n")+"\n"}bv+="function $constr() {\n";var bM=[];for(bI=0,bG=this.cstrs.length;bI0){bv+=bM.join(" else ")+" else "}bv+="$superCstr();\n}\n";bv+="$constr.apply(null, arguments);\n";aj=bN;return"(function() {\nfunction "+bq+"() {\n"+bv+"}\n"+bD+bx+"return "+bq+";\n})()"};T=function(bx,bp,bo,bA){var bC=bx.substring(1,bx.length-1);bC=ac(bC);bC=bb(bC,bp);var bq=[],br=[],bB=[],bu=[];bC=bC.replace(/"([DEGH])(\d+)"/g,function(bF,bE,bD){if(bE==="D"){bq.push(bD)}else{if(bE==="E"){br.push(bD)}else{if(bE==="H"){bu.push(bD)}else{bB.push(bD)}}}return""});var bw=bC.replace(/^(?:\s*;)+/,"").split(/;(?:\s*;)*/g);var bv,bt;var bs;if(bo!==r){bv=bo.replace(/^\s*extends\s+([A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*)\s*$/g,"$1")}if(bA!==r){bt=bA.replace(/^\s*implements\s+(.+?)\s*$/g,"$1").split(/\s*,\s*/g)}for(bs=0;bs0){for(bt=0,br=bu.length;bt0){bw.interfaces=bA}}}}}function a6(bo){var bt=[],bq={};var bp,bw,bu;for(bp in aH){if(aH.hasOwnProperty(bp)){bu=aH[bp];if(!bu.inScope&&!bu.derived){bt.push(bp);bu.weight=0}else{var bv=[];if(bu.inScope){for(bw in bu.inScope){if(bu.inScope.hasOwnProperty(bw)){bv.push(bu.inScope[bw])}}}if(bu.derived){bv=bv.concat(bu.derived)}bq[bp]=bv}}}function bx(bz,bB){var by=bq[bz];if(!by){return false}var bA=by.indexOf(bB);if(bA<0){return false}by.splice(bA,1);if(by.length>0){return false}delete bq[bz];return true}while(bt.length>0){bp=bt.shift();bu=aH[bp];if(bu.scopeId&&bx(bu.scopeId,bu)){bt.push(bu.scopeId);aH[bu.scopeId].weight=bu.weight+1}if(bu.base&&bx(bu.base.classId,bu)){bt.push(bu.base.classId);bu.base.weight=bu.weight+1}if(bu.interfaces){var bs,br;for(bs=0,br=bu.interfaces.length;bsaE){aD=aE-aF}}az.height=aD/aE*100+"%";an()},ax=[ah(am,"mousemove",function(aD){if(aB){ay(ab.innerHeight-aD.clientY);ar.scrollTop=ao}}),ah(am,"mouseup",function(){if(aB){aB=ao=L}}),ah(aA,"dblclick",function(aD){aD.preventDefault();if(at){ay(at);at=L}else{at=ap.clientHeight;az.height="0px"}}),ah(aA,"mousedown",function(aD){aD.preventDefault();aB=Q;ao=ar.scrollTop}),ah(aA,"contextmenu",function(){aB=L}),ah(aq,"click",function(){au()})];au=function(){var aD=ax.length;while(aD--){T.apply(R,ax[aD])}aj.removeChild(ap);S.paddingBottom=av;Y(ar);Y(ap);R[N]=V};U(ap,Z,ar,ac,aA,ag,aq,al);aq[ae]="Close Log";ai(aq,X("\u2716"));aA[ae]="Double-click to toggle log minimization";aj.insertBefore(ap,aj.firstChild);R[N]=function(aF){if(aw===M){ar.removeChild(ar.firstChild)}else{aw++}var aE=ai(ar,af(ak)),aD=ai(aE,af(ak));aE[ae]=(new Date).toLocaleTimeString();U(aE,W,aD,ad);ai(aD,X(aF));ar.scrollTop=ar.scrollHeight};R[N](aC);an()}})()}else{if(typeof print===P){R[N]=print}}}return R}();D.logger=j;D.version="1.3.6";D.lib={};D.registerLibrary=function(L,M){D.lib[L]=M;if(M.hasOwnProperty("init")){M.init(g)}};D.instances=k;D.getInstanceById=function(L){return k[H[L]]};D.Sketch=function(L){this.attachFunction=L;this.options={pauseOnBlur:false,globalKeyEvents:false};this.onLoad=E;this.onSetup=E;this.onPause=E;this.onLoop=E;this.onFrameStart=E;this.onFrameEnd=E;this.onExit=E;this.params={};this.imageCache={pending:0,images:{},operaCache:{},add:function(N,M){if(this.images[N]){return}if(!l){this.images[N]=null}if(!M){M=new Image;M.onload=function(P){return function(){P.pending--}}(this);this.pending++;M.src=N}this.images[N]=M;if(B.opera){var O=d.createElement("div");O.appendChild(M);O.style.position="absolute";O.style.opacity=0;O.style.width="1px";O.style.height="1px";if(!this.operaCache[N]){d.body.appendChild(O);this.operaCache[N]=O}}}};this.sourceCode=undefined;this.attach=function(N){if(typeof this.attachFunction==="function"){this.attachFunction(N)}else{if(this.sourceCode){var M=(new Function("return ("+this.sourceCode+");"))();M(N);this.attachFunction=M}else{throw"Unable to attach sketch to the processing instance"}}};this.toString=function(){var M;var N="((function(Sketch) {\n";N+="var sketch = new Sketch(\n"+this.sourceCode+");\n";for(M in this.options){if(this.options.hasOwnProperty(M)){var O=this.options[M];N+="sketch.options."+M+" = "+(typeof O==="string"?'"'+O+'"':""+O)+";\n"}}for(M in this.imageCache){if(this.options.hasOwnProperty(M)){N+='sketch.imageCache.add("'+M+'");\n'}}N+="return sketch;\n})(Processing.Sketch))";return N}};var t=function(O,L){var M=[],S=[],T=L.length,Q=0;function R(U,W){var V=new XMLHttpRequest;V.onreadystatechange=function(){if(V.readyState===4){var X;if(V.status!==200&&V.status!==0){X="Invalid XHR status "+V.status}else{if(V.responseText===""){if("withCredentials" in new XMLHttpRequest&&(new XMLHttpRequest).withCredentials===false&&B.location.protocol==="file:"){X="XMLHttpRequest failure, possibly due to a same-origin policy violation. You can try loading this page in another browser, or load it from http://localhost using a local webserver. See the Processing.js README for a more detailed explanation of this problem and solutions."}else{X="File is empty."}}}W(V.responseText,X)}};V.open("GET",U,true);if(V.overrideMimeType){V.overrideMimeType("application/json")}V.setRequestHeader("If-Modified-Since","Fri, 01 Jan 1960 00:00:00 GMT");V.send(null)}function N(V,U){function X(aa,Y){M[V]=aa;++Q;if(Y){S.push(U+" ==> "+Y)}if(Q===T){if(S.length===0){try{return new D(O,M.join("\n"))}catch(Z){throw"Processing.js: Unable to execute pjs sketch: "+Z}}else{throw"Processing.js: Unable to load pjs sketch files: "+S.join("\n")}}}if(U.charAt(0)==="#"){var W=d.getElementById(U.substring(1));if(W){X(W.text||W.textContent)}else{X("","Unable to load pjs sketch: element with id '"+U.substring(1)+"' was not found")}return}R(U,X)}for(var P=0;P Date: Tue, 26 May 2015 11:43:02 +0200 Subject: [PATCH 3/5] RF: New backend. --- Pelita.ipynb | 15029 +----------------- pelita/ipython/__init__.py | 16 +- pelita/ipython/_static/index.html | 7 +- pelita/ipython/_static/pelita-canvas.coffee | 7 +- pelita/ipython/index.html | 0 5 files changed, 30 insertions(+), 15029 deletions(-) delete mode 100644 pelita/ipython/index.html diff --git a/Pelita.ipynb b/Pelita.ipynb index a90658eb1..c508c6d6e 100644 --- a/Pelita.ipynb +++ b/Pelita.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": { "collapsed": false }, @@ -14,7 +14,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 2, "metadata": { "collapsed": false }, @@ -25,7 +25,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 3, "metadata": { "collapsed": false }, @@ -34,7 +34,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Listening on 0.0.0.0, port 51785\n" + "Listening on 0.0.0.0, port 46668\n" ] } ], @@ -44,7 +44,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 4, "metadata": { "collapsed": false }, @@ -52,19 +52,12 @@ { "data": { "text/plain": [ - "'ipc:///tmp/pelita.139668139983872'" + "'ipc:///tmp/pelita.140416746065592'" ] }, - "execution_count": 3, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "WARNING:tornado.access:404 GET /favicon.ico (127.0.0.1) 8.05ms\n" - ] } ], "source": [ @@ -73,7 +66,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 5, "metadata": { "collapsed": false, "scrolled": false @@ -83,8 +76,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "WebSocket closed\n", - "http://0.0.0.0:51785/static/index.html\n" + "http://0.0.0.0:46668/static/index.html\n" ] }, { @@ -94,17 +86,17 @@ " \n", " " ], "text/plain": [ - "" + "" ] }, - "execution_count": 7, + "execution_count": 5, "metadata": {}, "output_type": "execute_result" } @@ -118,7 +110,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 6, "metadata": { "collapsed": false }, @@ -137,15009 +129,20 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 11, "metadata": { "collapsed": false }, "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "WebSocket opened\n" - ] - }, { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 8, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n", - "ERROR:tornado.application:Uncaught exception GET /ws-echo (127.0.0.1)\n", - "HTTPServerRequest(protocol='http', host='0.0.0.0:51785', method='GET', uri='/ws-echo', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Origin': 'http://0.0.0.0:51785', 'Connection': 'Upgrade', 'Sec-Websocket-Version': '13', 'Cache-Control': 'no-cache', 'Accept-Encoding': 'gzip, deflate, sdch', 'Pragma': 'no-cache', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Dnt': '1', 'Sec-Websocket-Extensions': 'permessage-deflate; client_max_window_bits', 'Sec-Websocket-Key': 'HzLsEPYtCCPiWji+qXPe5Q==', 'Host': '0.0.0.0:51785', 'Upgrade': 'websocket', 'Accept-Language': 'en-US,en;q=0.8,de;q=0.6'})\n", - "Traceback (most recent call last):\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/web.py\", line 1302, in _stack_context_handle_exception\n", - " raise_exc_info((type, value, traceback))\n", - " File \"\", line 3, in raise_exc_info\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/stack_context.py\", line 314, in wrapped\n", - " ret = fn(*args, **kwargs)\n", - " File \"/home/schuppner/Projects/pelita/pelita/ipython/__init__.py\", line 135, in on_data\n", - " self.write_message(data_json)\n", - " File \"/home/schuppner/.local/lib/python3.4/site-packages/tornado/websocket.py\", line 200, in write_message\n", - " raise WebSocketClosedError()\n", - "tornado.websocket.WebSocketClosedError\n" - ] } ], "source": [ diff --git a/pelita/ipython/__init__.py b/pelita/ipython/__init__.py index 79729c892..f0db631c9 100644 --- a/pelita/ipython/__init__.py +++ b/pelita/ipython/__init__.py @@ -96,22 +96,13 @@ def on_data(self, data): self._walls = [] for y in range(universe.maze.height): for x in range(universe.maze.width): - if Wall in universe.maze[x, y]: + if universe.maze[x, y]: self._walls.append("#") - elif Food in universe.maze[x, y]: - self._walls.append(".") else: self._walls.append(" ") self._walls = "".join(self._walls) - food = [] - for x in range(universe.maze.width): - col = [] - for y in range(universe.maze.height): - col += [Food in universe.maze[x, y]] - food.append(col) - width = universe.maze.width height = universe.maze.height @@ -120,13 +111,14 @@ def on_data(self, data): bot_data = bot.current_pos bots.append(bot_data) - teams = [{"name": t.name, "score": t.score} for t in universe.teams] + teams = [{"name": game_state["team_name"][idx], "score": t.score} + for idx, t in enumerate(universe.teams)] data = {'walls': self._walls, 'width': width, 'height': height, 'bots': bots, - 'food': food, + 'food': [list(f) for f in universe.food], 'teams': teams, 'state': game_state } diff --git a/pelita/ipython/_static/index.html b/pelita/ipython/_static/index.html index 8a5385b7c..4c8172806 100644 --- a/pelita/ipython/_static/index.html +++ b/pelita/ipython/_static/index.html @@ -32,7 +32,12 @@

Score A : Scor state = data.state; teams = data.teams; - createMaze($(".live-canvas"), data.width, data.height, walls, data.bots); + $(".teamA").text(data.teams[0].name); + $(".teamB").text(data.teams[1].name); + $(".scoreA").text(data.teams[0].score); + $(".scoreB").text(data.teams[1].score); + + createMaze($(".live-canvas"), data.width, data.height, walls, food, data.bots); }; var ws_status = $("#ws_status"); diff --git a/pelita/ipython/_static/pelita-canvas.coffee b/pelita/ipython/_static/pelita-canvas.coffee index 8d8bfd795..6c23e5635 100644 --- a/pelita/ipython/_static/pelita-canvas.coffee +++ b/pelita/ipython/_static/pelita-canvas.coffee @@ -14,7 +14,7 @@ CanvasRenderingContext2D::roundRect = (x, y, w, h, r) -> this.Maze = class Maze - constructor: (@canvas, @width, @height, @maze, @bot_positions) -> + constructor: (@canvas, @width, @height, @maze, @food, @bot_positions) -> #@width ?= @canvas.data("maze-width") #@height ?= @canvas.data("maze-height") #@maze ?= @canvas.data("maze-walls") @@ -23,6 +23,7 @@ this.Maze = class Maze @canvas.data("maze-width", @width) @canvas.data("maze-height", @height) @canvas.data("maze-walls", @maze) + @canvas.data("maze-food", @maze) @canvas.data("maze-bot-positions", @bot_positions) @ctx = @canvas[0].getContext "2d" @@ -110,8 +111,8 @@ this.Maze = class Maze #@ctx.roundRect(i * @scale, j * @scale, @scale, @scale, 2) #@ctx.fill() @ctx.fillRect(i * @scale, j * @scale, @scale, @scale) - if "." in @maze[j * @width + i] - @draw_food(i, j) + for [i, j] in @food + @draw_food(i, j) return this.createMaze = (args...) -> diff --git a/pelita/ipython/index.html b/pelita/ipython/index.html deleted file mode 100644 index e69de29bb..000000000 From 5139f1536cc2253c04e7a5869b2bcea8cf5ed5a7 Mon Sep 17 00:00:00 2001 From: Rike-Benjamin Schuppner Date: Tue, 26 May 2015 23:33:04 +0200 Subject: [PATCH 4/5] WIP: Preliminary woring version. --- Pelita.ipynb | 315 ++++++++++++++++++++---------- pelita/ipython/__init__.py | 37 +--- pelita/ipython/_static/index.html | 43 ++-- 3 files changed, 239 insertions(+), 156 deletions(-) diff --git a/Pelita.ipynb b/Pelita.ipynb index c508c6d6e..5efedfe25 100644 --- a/Pelita.ipynb +++ b/Pelita.ipynb @@ -1,15 +1,39 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Pelita Notebook\n", + "Defining a player and running a Pelita game from inside IPython" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "First: some basic imports" + ] + }, { "cell_type": "code", "execution_count": 1, "metadata": { - "collapsed": false + "collapsed": true }, "outputs": [], "source": [ - "%load_ext autoreload\n", - "%autoreload 2" + "import pelita\n", + "from players import FoodEatingPlayer\n", + "from pelita.game_master import GameMaster\n", + "from pelita.player import AbstractPlayer, SimpleTeam" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The player which we define is the `SmartRandomPlayer`, which is also shown on the homepage. Nothing too fancy here…" ] }, { @@ -20,116 +44,161 @@ }, "outputs": [], "source": [ - "import pelita.ipython" + "from pelita import datamodel\n", + "class SmartRandomPlayer(AbstractPlayer):\n", + " def get_move(self):\n", + " dangerous_enemy_pos = [bot.current_pos\n", + " for bot in self.enemy_bots if bot.is_destroyer]\n", + " killable_enemy_pos = [bot.current_pos\n", + " for bot in self.enemy_bots if bot.is_harvester]\n", + "\n", + " smart_moves = []\n", + " for move, new_pos in list(self.legal_moves.items()):\n", + " if (move == datamodel.stop or\n", + " new_pos in dangerous_enemy_pos):\n", + " continue # bad idea\n", + " elif (new_pos in killable_enemy_pos or\n", + " new_pos in self.enemy_food):\n", + " return move # get it!\n", + " else:\n", + " smart_moves.append(move)\n", + "\n", + " if smart_moves:\n", + " return self.rnd.choice(smart_moves)\n", + " else:\n", + " # we ran out of smart moves\n", + " return datamodel.stop" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We define our" ] }, { "cell_type": "code", "execution_count": 3, "metadata": { - "collapsed": false + "collapsed": true }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Listening on 0.0.0.0, port 46668\n" - ] - } - ], + "outputs": [], + "source": [ + "team = SimpleTeam(\"My winning team\", SmartRandomPlayer(), SmartRandomPlayer())" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, "source": [ - "application, sockets = pelita.ipython.printit()" + "… and the enemy’s team." ] }, { "cell_type": "code", "execution_count": 4, "metadata": { - "collapsed": false + "collapsed": true }, - "outputs": [ - { - "data": { - "text/plain": [ - "'ipc:///tmp/pelita.140416746065592'" - ] - }, - "execution_count": 4, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "application.path" + "enemy = SimpleTeam(\"Enemy team\", FoodEatingPlayer(), FoodEatingPlayer())" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We set-up a maze" ] }, { "cell_type": "code", "execution_count": 5, "metadata": { - "collapsed": false, - "scrolled": false + "collapsed": true }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "http://0.0.0.0:46668/static/index.html\n" - ] - }, - { - "data": { - "text/html": [ - "\n", - " \n", - " " - ], - "text/plain": [ - "" - ] - }, - "execution_count": 5, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "from IPython.display import IFrame\n", - "url = \"http://%s:%i/static/index.html\" % sockets[0].getsockname()\n", - "print(url)\n", - "IFrame(url, width=600, height=300)" + "layout = \"\"\"\n", + "##################################\n", + "#... # .# # # 3#\n", + "# ## # # ### # # #####1#\n", + "#. # # # . # ## #\n", + "#.# # . # . # #########\n", + "# ## # ## #### # ##. . . .#\n", + "#.. . . #. . #. # # ## ##### #\n", + "# ## #### #.## # # . . . ..#\n", + "#.. .. # # # # ##### #####\n", + "##### ##### # # # # .. ..#\n", + "#.. . . . # # ##.# #### ## #\n", + "# ##### ## # # .# . .# . . ..#\n", + "#. . . .## # #### ## # ## #\n", + "######### # . # . # #.#\n", + "# ## # . # # # .#\n", + "#0##### # # ### # # ## #\n", + "#2 # # #. # ...#\n", + "##################################\n", + "\"\"\"" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now it’s time for some interaction with IPython. Basically, we hijack IPython’s tornado application and use this for our own websockets and small file server." ] }, { "cell_type": "code", "execution_count": 6, "metadata": { - "collapsed": false + "collapsed": true + }, + "outputs": [], + "source": [ + "import pelita.ipython\n", + "from IPython.display import IFrame" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Register our application:" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": { + "collapsed": false, + "scrolled": false }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "WebSocket opened\n" + "Listening on 0.0.0.0, port 52588\n" ] } ], "source": [ - "from subprocess import Popen" + "application, sockets = pelita.ipython.init_app()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This ipc socket is a subscriber sink for a Pelita zmq publisher socket:" ] }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 8, "metadata": { "collapsed": false }, @@ -137,90 +206,130 @@ { "data": { "text/plain": [ - "" + "'ipc:///tmp/pelita.4360207608'" ] }, - "execution_count": 11, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "Popen([\"/home/schuppner/Projects/pelita/pelitagame\", \"--null\", \"--publish\", application.path])" + "application.path" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We create a publisher which will act as a viewer for the Pelita process and send all data. (Every application should have only one publisher, otherwise it might not work.)" ] }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 9, "metadata": { - "collapsed": false + "collapsed": true }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Listening on 0.0.0.0, port 36979\n" - ] - } - ], + "outputs": [], "source": [ - "application2, sockets2 = pelita.ipython.printit()" + "from pelita.simplesetup import SimplePublisher" ] }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 10, "metadata": { - "collapsed": false + "collapsed": true + }, + "outputs": [], + "source": [ + "publisher = SimplePublisher(application.path)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now we’ll get the HTML output prepared in an iframe. This will accept data over a websocket and start displaying our little game once the data arrives." + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": { + "collapsed": false, + "scrolled": true }, "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "This iframe is also available as: http://0.0.0.0:52588/static/index.html\n" + ] + }, { "data": { "text/html": [ "\n", " \n", " " ], "text/plain": [ - "" + "" ] }, - "execution_count": 12, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "IFrame(\"http://%s:%i/static/index.html\" % sockets2[0].getsockname(), width=800, height=500)" + "url = \"http://%s:%i/static/index.html\" % sockets[0].getsockname()\n", + "print(\"This iframe is also available as: {url}\".format(url=url))\n", + "IFrame(url, width=600, height=300)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Finally, we set up a game with the given layout and teams. Remember to always connect to the publisher before starting the game. Otherwise, there’ll be no output." ] }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 12, "metadata": { "collapsed": false }, "outputs": [ { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 16, - "metadata": {}, - "output_type": "execute_result" + "name": "stdout", + "output_type": "stream", + "text": [ + "WebSocket opened\n" + ] } ], "source": [ - "Popen([\"/home/schuppner/Projects/pelita/pelitagame\", \"--null\", \"--publish\", application2.path])" + "gm = GameMaster(layout, [team, enemy], 4, 100)\n", + "gm.register_viewer(publisher)\n", + "gm.play()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The most likely outcome is, that we lose badly against the FoodEatingPlayers." ] }, { @@ -249,7 +358,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.4.2" + "version": "3.4.3" } }, "nbformat": 4, diff --git a/pelita/ipython/__init__.py b/pelita/ipython/__init__.py index f0db631c9..d240a0664 100644 --- a/pelita/ipython/__init__.py +++ b/pelita/ipython/__init__.py @@ -19,15 +19,6 @@ import json -class WebWrapper: - def __init__(self): - pass - - def show(self): - pass - - - class ZMQPubSub: def __init__(self, callback): self.callback = callback @@ -46,23 +37,12 @@ class Application(tornado.web.Application): def __init__(self): self.path = 'ipc:///tmp/pelita.%i' % id(self) handlers = [ - (r"/", HomePageHandler), (r"/static/(.*)", tornado.web.StaticFileHandler, {'path': os.path.join(os.path.dirname(__file__), '_static')}), (r"/ws-echo", EchoWebSocket, {'path': self.path}) ] tornado.web.Application.__init__(self, handlers, debug=True) -# Handle the home page/index request. -# @route("/"). -class HomePageHandler(tornado.web.RequestHandler): - def get(self): - # self.render("index.html") - self.render_string("index.html") - self.write("hi") - class EchoWebSocket(tornado.websocket.WebSocketHandler): - - def initialize(self, path): self.path = path self._walls = None @@ -79,7 +59,6 @@ def open(self): def on_message(self, message): pass - # self.write_message(u"You said: " + message) def on_close(self): print("WebSocket closed") @@ -111,8 +90,11 @@ def on_data(self, data): bot_data = bot.current_pos bots.append(bot_data) - teams = [{"name": game_state["team_name"][idx], "score": t.score} - for idx, t in enumerate(universe.teams)] + if game_state: + teams = [{"name": game_state["team_name"][idx], "score": t.score} + for idx, t in enumerate(universe.teams)] + else: + teams = [] data = {'walls': self._walls, 'width': width, @@ -123,15 +105,9 @@ def on_data(self, data): 'state': game_state } data_json = json.dumps(data) - # print data_json self.write_message(data_json) - -IFRAME = """ - -""" - -def printit(): +def init_app(): application = Application() sockets = tornado.netutil.bind_sockets(0, '', family=socket.AF_INET) server = tornado.httpserver.HTTPServer(application) @@ -140,5 +116,4 @@ def printit(): for s in sockets: print('Listening on %s, port %d' % s.getsockname()[:2]) -# tornado.ioloop.IOLoop.current().start() return application, sockets diff --git a/pelita/ipython/_static/index.html b/pelita/ipython/_static/index.html index 4c8172806..64c853039 100644 --- a/pelita/ipython/_static/index.html +++ b/pelita/ipython/_static/index.html @@ -2,7 +2,6 @@ Pelita - @@ -18,27 +17,27 @@

Score A : Scor