question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Visdom display abnormally: blank blue screen or messy layout.

See original GitHub issue

Bug Description I am using visdom in a remote headless machine, and I use port forwarding to visit visdom. I map my local machine’s 8098 port to the remote’s 8097. I’ve done this several times and it works well. However, I rent a new machine and reinstall visdom recently, and visdom cease to function. Visdom cannot display nomally.

Reproduction Steps Enter steps to reproduce the behavior:

  1. Install visdom in the remote machine(Ubuntu 18.04), map 8097 to the remote’s 8098
  2. Config SSH port forwarding
  3. Visit localhost:8098

Screenshots When I visit http://localhost:8098/, the display is as follows: image As we can see, the layout is quite messy. Even I try to display some text through visdom.text, nothing appears. and if I visit http://127.0.0.1:8098/, I get a blue blank screen like this: image

Server logs: For any issues, please include the server logs. These are printed directly to stdout on the machine running visdom (python -m visdom.server).

root@C.518834:~$ python -m visdom.server /opt/conda/lib/python3.7/site-packages/visdom/server.py:39: 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! Checking for scripts. Downloading scripts, this may take a little while It’s Alive! INFO:root:Application Started You can navigate to http://localhost:8097 INFO:tornado.access:304 GET / (127.0.0.1) 22.54ms INFO:tornado.access:304 GET /static/fonts/glyphicons-halflings-regular.woff2 (127.0.0.1) 2.23ms INFO:tornado.access:101 GET /socket (127.0.0.1) 1.16ms INFO:root:Opened new socket from ip: 127.0.0.1 INFO:tornado.access:200 GET /favicon.png (127.0.0.1) 20.49ms INFO:tornado.access:200 POST /env/main (127.0.0.1) 1.73ms INFO:tornado.access:200 POST /env/main (127.0.0.1) 9.66ms INFO:tornado.access:304 GET /extensions/MathMenu.js?V=2.7.1 (127.0.0.1) 19.57ms INFO:tornado.access:304 GET /extensions/MathZoom.js?V=2.7.1 (127.0.0.1) 23.99ms INFO:tornado.access:200 GET / (127.0.0.1) 20.23ms INFO:tornado.access:200 GET /favicon.png (127.0.0.1) 20.21ms INFO:tornado.access:304 GET /extensions/MathMenu.js?V=2.7.1 (127.0.0.1) 19.77ms INFO:tornado.access:304 GET /extensions/MathZoom.js?V=2.7.1 (127.0.0.1) 24.67ms

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
cai-linjincommented, May 2, 2020

Also, in the first case(localhost:8098), the browser gives a “File failed to load: /extensions/MathZoom.js” message.

0reactions
ath34-techcommented, Nov 9, 2021

Hey i solved my problem by running npm audit fix

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visdom display abnormally: blank blue screen or messy ...
Bug Description I am using visdom in a remote headless machine, and I use port forwarding to visit visdom. I map my local...
Read more >
python - Visdom shows nothing
After starting the visdom server and opening it in the browser i only get a blue screen and the following errors:.
Read more >
The beamer class
Alternatively, you can install an empty background template, but this may result in an incorrect display in certain situations with older versions of...
Read more >
The Great Gatsby
In The Great Gatsby's nine chapters, Fitzgerald presents the rise and fall of Jay Gatsby, as related in a first-person narrative by Nick...
Read more >
Patient Stories - Ovarian Cancer | Johns Hopkins Pathology
Members of our patient community share their personal ovarian cancer stories to help those struggling with an ovarian cancer diagnosis. Stories and art...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found