Unresponsive Sliders

I am getting a response in the javascript console but, errors. I embeeded the chart using:
session = push_session(document=curdoc(),app_path=’/graph’)the_script = autoload_server(model= None,session_id=session.id, app_path=’/graph’)

``


then throwing the_script into my html.

any clue as to why the sliders are not making changes to the graph? when just showing the graph with the --show command, the sliders work fine.

Unfortunately it's going to be difficult or impossible to say anything definitive without a reproducible test case to investigate. Code 1006 is an "abnormal close", I've not encountered it so it would definitely require real investigation on a running example to attempt to diagnose.

Offhand, if you are proxying through something like nginx, etc. then make sure websocket proxying is enabled.

Otherwise, I can only say that others have also iframed Bokeh apps into larger web apps successfully, and this might be a simpler configuration.

Thanks,

Bryan

···

On Aug 29, 2016, at 12:48 PM, Robbie Pritchard <[email protected]> wrote:

I am getting a response in the javascript console but, errors. I embeeded the chart using:
session = push_session(document=curdoc(),app_path='/graph')the_script = autoload_server(model= None,session_id=session.id, app_path='/graph')

then throwing the_script into my html.

any clue as to why the sliders are not making changes to the graph? when just showing the graph with the --show command, the sliders work fine.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/c0308aa7-8fa0-48d8-afae-685b016f7072%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
<Screen Shot 2016-08-29 at 12.42.58 PM.png>

I notice that I only get the javascript errors when the bokeh server isn’t running. While the server is running I get no errors, yet no updates to the graphs.

···

On Monday, August 29, 2016 at 1:37:48 PM UTC-5, Bryan Van de ven wrote:

Unfortunately it’s going to be difficult or impossible to say anything definitive without a reproducible test case to investigate. Code 1006 is an “abnormal close”, I’ve not encountered it so it would definitely require real investigation on a running example to attempt to diagnose.

Offhand, if you are proxying through something like nginx, etc. then make sure websocket proxying is enabled.

Otherwise, I can only say that others have also iframed Bokeh apps into larger web apps successfully, and this might be a simpler configuration.

Thanks,

Bryan

On Aug 29, 2016, at 12:48 PM, Robbie Pritchard [email protected] wrote:

I am getting a response in the javascript console but, errors. I embeeded the chart using:
session = push_session(document=curdoc(),app_path=‘/graph’)the_script = autoload_server(model= None,session_id=session.id, app_path=‘/graph’)

then throwing the_script into my html.

any clue as to why the sliders are not making changes to the graph? when just showing the graph with the --show command, the sliders work fine.


You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/c0308aa7-8fa0-48d8-afae-685b016f7072%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

<Screen Shot 2016-08-29 at 12.42.58 PM.png>

If the server is not running, I'd only expect a 404. As I mentioned, without minimal, complete test case that we can run that reproduces what you are seeing, its very difficult to say anything specific.

Thanks,

Bryan

···

On Aug 29, 2016, at 1:58 PM, Robbie Pritchard <[email protected]> wrote:

I notice that I only get the javascript errors when the bokeh server isn't running. While the server is running I get no errors, yet no updates to the graphs.

On Monday, August 29, 2016 at 1:37:48 PM UTC-5, Bryan Van de ven wrote:
Unfortunately it's going to be difficult or impossible to say anything definitive without a reproducible test case to investigate. Code 1006 is an "abnormal close", I've not encountered it so it would definitely require real investigation on a running example to attempt to diagnose.

Offhand, if you are proxying through something like nginx, etc. then make sure websocket proxying is enabled.

Otherwise, I can only say that others have also iframed Bokeh apps into larger web apps successfully, and this might be a simpler configuration.

Thanks,

Bryan

> On Aug 29, 2016, at 12:48 PM, Robbie Pritchard <[email protected]> wrote:
>
> I am getting a response in the javascript console but, errors. I embeeded the chart using:
> session = push_session(document=curdoc(),app_path='/graph')the_script = autoload_server(model= None,session_id=session.id, app_path='/graph')
>
> then throwing the_script into my html.
>
> any clue as to why the sliders are not making changes to the graph? when just showing the graph with the --show command, the sliders work fine.
>
>
> --
> You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to bokeh+un...@continuum.io.
> To post to this group, send email to bo...@continuum.io.
> To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/c0308aa7-8fa0-48d8-afae-685b016f7072%40continuum.io\.
> For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
> <Screen Shot 2016-08-29 at 12.42.58 PM.png>

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/304aeb34-4dc9-4c14-a591-e429ee1b42ee%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.