You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started the Visdom api on a cloud server, and tried to access it by mapping its port to localhost.
When I open localhost:8097, it's just a blank blue screen. I can unselect/select environment "main," but nothing is different. Other buttons in the page header doesn't produce any difference, either.
The output on the backend:
INFO:tornado.access:200 GET /static/js/layout_bin_packer.js?v=bd0a340e63783f93e70652b477fea0efcb7550c7aa9ddae85e51a6e1a3ca94230cf7661f2fc067a612a3467662cd0ae4af99ef1134afe7768fe02ffa678f1e0a (127.0.0.1) 0.65ms
INFO:tornado.access:200 GET /static/js/plotly-plotly.min.js?v=ef030b67128316f45e2163d4cc17dc10ab2e3ab883504716915d9b347576fed4149a8663d9e2e9910385ee705bb70546f16ad2979ad337cedcaa74bb65e961cd (127.0.0.1) 9.99ms
INFO:tornado.access:200 GET /static/js/mathjax-MathJax.js?v=b4e6afe70d4e8efb1227378f46db76b903c5c01a07b75559714abc97c9e6e76f382c4284f45489050af2ccc0731f16393f4cd174da847292c8455605360bb58f (127.0.0.1) 0.78ms
INFO:tornado.access:200 GET /static/fonts/glyphicons-halflings-regular.woff2 (127.0.0.1) 0.93ms
INFO:tornado.access:101 GET /socket (127.0.0.1) 0.45ms
INFO:root:Opened new socket from ip: 127.0.0.1
INFO:tornado.access:200 POST /env/main (127.0.0.1) 0.54ms
INFO:tornado.access:200 POST /env/main (127.0.0.1) 0.49ms
INFO:tornado.access:200 GET /favicon.png (127.0.0.1) 13.93ms
INFO:tornado.access:200 GET /extensions/MathMenu.js?V=2.7.1 (127.0.0.1) 13.82ms
INFO:tornado.access:200 GET /extensions/MathZoom.js?V=2.7.1 (127.0.0.1) 13.57ms
INFO:tornado.access:200 POST /env/main (127.0.0.1) 0.79ms
INFO:tornado.access:200 POST /env/main (127.0.0.1) 1.34ms
INFO:tornado.access:101 GET /socket (127.0.0.1) 0.56ms
INFO:root:Opened new socket from ip: 127.0.0.1
INFO:tornado.access:200 POST /env/main (127.0.0.1) 0.57ms
The text was updated successfully, but these errors were encountered:
I started the Visdom api on a cloud server, and tried to access it by mapping its port to localhost.
When I open
localhost:8097
, it's just a blank blue screen. I can unselect/select environment "main," but nothing is different. Other buttons in the page header doesn't produce any difference, either.The output on the backend:
The text was updated successfully, but these errors were encountered: