1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| Python 3.8.1 (default, Jan 22 2020, 06:38:00) Type 'copyright', 'credits' or 'license' for more information IPython 7.12.0 -- An enhanced Interactive Python. Type '?' for help.
ERROR:tornado.application:Uncaught exception GET / (127.0.0.1) HTTPServerRequest(protocol='http', host='127.0.0.1:8888', method='GET', uri='/', version='HTTP/1.1', remote_ip='127.0.0.1') Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/tornado/web.py", line 1697, in _execute result = method(*self.path_args, **self.path_kwargs) File "main.py", line 11, in get IPython.embed(using=False) File "/usr/lib/python3.8/site-packages/IPython/terminal/embed.py", line 388, in embed shell(header=header, stack_depth=2, compile_flags=compile_flags, File "/usr/lib/python3.8/site-packages/IPython/terminal/embed.py", line 228, in __call__ self.mainloop(local_ns, module, stack_depth=stack_depth, File "/usr/lib/python3.8/site-packages/IPython/terminal/embed.py", line 324, in mainloop self.interact() File "/usr/lib/python3.8/site-packages/IPython/terminal/interactiveshell.py", line 541, in interact code = self.prompt_for_code() File "/usr/lib/python3.8/site-packages/IPython/terminal/interactiveshell.py", line 467, in prompt_for_code text = self.pt_app.prompt( File "/usr/lib/python3.8/site-packages/prompt_toolkit/shortcuts/prompt.py", line 997, in prompt return self.app.run() File "/usr/lib/python3.8/site-packages/prompt_toolkit/application/application.py", line 810, in run return loop.run_until_complete(self.run_async(pre_run=pre_run)) File "/usr/lib/python3.8/asyncio/base_events.py", line 599, in run_until_complete self.run_forever() File "/usr/lib/python3.8/asyncio/base_events.py", line 554, in run_forever raise RuntimeError('This event loop is already running') RuntimeError: This event loop is already running ERROR:tornado.access:500 GET / (127.0.0.1) 718.57ms
|