69 lines
4.0 KiB
Plaintext
69 lines
4.0 KiB
Plaintext
/home/colin/anaconda3/lib/python3.7/site-packages/visdom/server.py:30: DeprecationWarning: zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.
|
|
ioloop.install() # Needs to happen before any tornado imports!
|
|
INFO:root:Application Started
|
|
INFO:tornado.access:200 POST /env/main (127.0.0.1) 0.43ms
|
|
INFO:tornado.access:101 GET /vis_socket (127.0.0.1) 0.24ms
|
|
INFO:root:Opened visdom socket from ip: 127.0.0.1
|
|
INFO:tornado.access:200 POST /events (127.0.0.1) 0.33ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.33ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.23ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.27ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.23ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.27ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.23ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.26ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.22ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.26ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.22ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.27ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.22ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.28ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.23ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.27ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.22ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.26ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.22ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.26ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.21ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.27ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.23ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.27ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.22ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.26ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.22ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.29ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.34ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.26ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.22ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.27ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.24ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.25ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.22ms
|
|
INFO:tornado.access:200 POST /win_exists (127.0.0.1) 0.26ms
|
|
INFO:tornado.access:200 POST /update (127.0.0.1) 0.22ms
|
|
Traceback (most recent call last):
|
|
File "/home/colin/anaconda3/lib/python3.7/runpy.py", line 193, in _run_module_as_main
|
|
"__main__", mod_spec)
|
|
File "/home/colin/anaconda3/lib/python3.7/runpy.py", line 85, in _run_code
|
|
exec(code, run_globals)
|
|
File "/home/colin/anaconda3/lib/python3.7/site-packages/visdom/server.py", line 1308, in <module>
|
|
download_scripts_and_run()
|
|
File "/home/colin/anaconda3/lib/python3.7/site-packages/visdom/server.py", line 1304, in download_scripts_and_run
|
|
main()
|
|
File "/home/colin/anaconda3/lib/python3.7/site-packages/visdom/server.py", line 1299, in main
|
|
print_func=print_func, user_credential=user_credential)
|
|
File "/home/colin/anaconda3/lib/python3.7/site-packages/visdom/server.py", line 1231, in start_server
|
|
ioloop.IOLoop.instance().start()
|
|
File "/home/colin/anaconda3/lib/python3.7/site-packages/tornado/platform/asyncio.py", line 132, in start
|
|
self.asyncio_loop.run_forever()
|
|
File "/home/colin/anaconda3/lib/python3.7/asyncio/base_events.py", line 534, in run_forever
|
|
self._run_once()
|
|
File "/home/colin/anaconda3/lib/python3.7/asyncio/base_events.py", line 1735, in _run_once
|
|
event_list = self._selector.select(timeout)
|
|
File "/home/colin/anaconda3/lib/python3.7/selectors.py", line 468, in select
|
|
fd_event_list = self._selector.poll(timeout, max_ev)
|
|
KeyboardInterrupt
|
|
Checking for scripts.
|
|
It's Alive!
|
|
You can navigate to http://localhost:8097
|