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.

vis._send is not working

See original GitHub issue

vis._send doesn’t seem to be working. I ran this code:

import visdom
vis = visdom.Visdom()

trace = dict(x=[1,2,3], y=[4,5,6], marker={'color': 'red', 'symbol': 104, 'size': "10"},
                    mode="markers+lines",  text=["one","two","three"], name='1st Trace')
layout=dict(title="First Plot", xaxis={'title':'x1'}, yaxis={'title':'x2'})

vis._send({'data': [trace], 'layout': layout, 'win': 'mywin'})

and the output I get is

''

As a result, I don’t see any pane in my visdom dashboard. I do get a pane if I run vis.text("hello world") which tells me that there must be an issue related to vis._send.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
JackUrbcommented, Nov 10, 2017

No worries, thanks again for the initial catch!

1reaction
JackUrbcommented, Nov 10, 2017

That is indeed what the demo script will output, however the server should output a post to /events. Then in your browser you’ll end up with this: screen shot 2017-11-10 at 12 17 19 pm

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: Notifier between VIs not working - NI Community
So I configured a named boolean notifier that can be enabled by any the three loops and stops all three. However, it isn't...
Read more >
smtp errors when trying to send email from python vis office365
Solving - I used the answer given here - Office365 smtp server does not respond to ehlo() in python to solve it.
Read more >
Can receive, but not send, messages vis SMTP server
I am having a similar problem with EmailTray. I can receive emails from my bellsouth.net account, but not send them.
Read more >
Using send.vis.ee as default host (#111) · Issues - GitLab
ffsend uses send.vis.ee as default host (in v0.2.65+). I am hosting this instance myself. That way I can ensure best performance,...
Read more >
Issues · visjs/vis-network - GitHub
Issues · visjs/vis-network. ... Manipulation toolbar disappears when calling delete with no selected node or ... Custom menu is not visible on right...
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