gnuradio / gr-bokehgui

Web based display for GNU Radio applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why did not work but I did everything. it will be good if he had a good setup guide but

rd15armas opened this issue · comments

Generating: '/home/hp/gr-bokehgui/examples/tutorial.py'

Executing: /usr/bin/python2 -u /home/hp/gr-bokehgui/examples/tutorial.py

2018-06-27 17:46:42,699 Starting Bokeh server version 0.13.0 (running on Tornado 5.0.2)
2018-06-27 17:46:42,699 Host wildcard '*' will allow connections originating from multiple (or possibly all) hostnames or IPs. Use non-wildcard values to restrict access explicitly
2018-06-27 17:46:42,701 Bokeh app running at: http://localhost:5007/bokehgui
2018-06-27 17:46:42,701 Starting Bokeh server with process id: 4025
2018-06-27 17:46:43,526 101 GET /bokehgui/ws?bokeh-protocol-version=1.0&bokeh-session-id=tutorial (127.0.0.1) 0.30ms
2018-06-27 17:46:43,526 WebSocket connection opened
2018-06-27 17:46:43,527 ServerConnection created
Traceback (most recent call last):
File "/home/hp/gr-bokehgui/examples/tutorial.py", line 268, in
main()
File "/home/hp/gr-bokehgui/examples/tutorial.py", line 253, in main
tb = top_block_cls(doc)
File "/home/hp/gr-bokehgui/examples/tutorial.py", line 106, in init
legend_list = legend_list)
File "/usr/local/lib/python2.7/dist-packages/bokehgui/time_sink_f.py", line 65, in initialize
x_axis_type = x_axis_type)
File "/home/hp/.local/lib/python2.7/site-packages/bokeh/plotting/figure.py", line 964, in figure
return Figure(**kwargs)
File "/home/hp/.local/lib/python2.7/site-packages/bokeh/plotting/figure.py", line 156, in init
tool_objs, tool_map = _process_tools_arg(self, opts.tools, opts.tooltips)
File "/home/hp/.local/lib/python2.7/site-packages/bokeh/plotting/helpers.py", line 529, in _process_tools_arg
tool_obj = _tool_from_string(tool)
File "/home/hp/.local/lib/python2.7/site-packages/bokeh/plotting/helpers.py", line 472, in _tool_from_string
raise ValueError("unexpected tool name '%s', %s tools are %s" % (name, text, nice_join(matches)))
ValueError: unexpected tool name 'resize', similar tools are reset

Done (return code 1)

mr Kartik are you alive..
I did everything. where am i doing wrong. could some one help me please..:
I've get these error again:

<<< Welcome to GNU Radio Companion 3.7.12.0 >>>

Block paths:
/home/hp/.grc_gnuradio
/usr/local/share/gnuradio/grc/blocks

Loading: "/home/hp/gr-bokehgui/examples/test_bokehgui.grc"

Done

Loading: "/home/hp/gr-bokehgui/examples/tutorial.grc"

Done

Generating: '/home/hp/gr-bokehgui/examples/tutorial.py'

Executing: /usr/bin/python2 -u /home/hp/gr-bokehgui/examples/tutorial.py

2018-06-28 12:46:54,060 Starting Bokeh server version 0.13.0 (running on Tornado 5.0.2)
2018-06-28 12:46:54,061 Host wildcard '*' will allow connections originating from multiple (or possibly all) hostnames or IPs. Use non-wildcard values to restrict access explicitly
2018-06-28 12:46:54,062 Bokeh app running at: http://localhost:5007/bokehgui
2018-06-28 12:46:54,062 Starting Bokeh server with process id: 30790
2018-06-28 12:46:54,886 101 GET /bokehgui/ws?bokeh-protocol-version=1.0&bokeh-session-id=tutorial (127.0.0.1) 0.40ms
2018-06-28 12:46:54,886 WebSocket connection opened
2018-06-28 12:46:54,887 ServerConnection created
Traceback (most recent call last):
File "/home/hp/gr-bokehgui/examples/tutorial.py", line 198, in
main()
File "/home/hp/gr-bokehgui/examples/tutorial.py", line 183, in main
tb = top_block_cls(doc)
File "/home/hp/gr-bokehgui/examples/tutorial.py", line 84, in init
legend_list = legend_list)
File "/usr/local/lib/python2.7/dist-packages/bokehgui/freq_sink_f.py", line 63, in initialize
active_scroll = 'ywheel_zoom', )
File "/home/hp/.local/lib/python2.7/site-packages/bokeh/plotting/figure.py", line 964, in figure
return Figure(**kwargs)
File "/home/hp/.local/lib/python2.7/site-packages/bokeh/plotting/figure.py", line 156, in init
tool_objs, tool_map = _process_tools_arg(self, opts.tools, opts.tooltips)
File "/home/hp/.local/lib/python2.7/site-packages/bokeh/plotting/helpers.py", line 529, in _process_tools_arg
tool_obj = _tool_from_string(tool)
File "/home/hp/.local/lib/python2.7/site-packages/bokeh/plotting/helpers.py", line 472, in _tool_from_string
raise ValueError("unexpected tool name '%s', %s tools are %s" % (name, text, nice_join(matches)))
ValueError: unexpected tool name 'resize', similar tools are reset

Done (return code 1)

Hi,
The 'resize' tool was removed from bokeh.
This is solved by commit 4eb8503 .

I'm closing this issue.