Best way to deal with "a client-only or invalid attribute that shouldn't have been sent"?

I’m getting the following warning when running Bokeh Application Server (0.11.1). Not sure what the message implies, and why the attributes are not expected. I’m unable to post the code from the office, so hope the description of the warning is sufficient…

The code is very similar to the movies app: http://demo.bokehplots.com/apps/movies

WARNING:bokeh.core.properties:JSON had attr ‘end’ on obj <bokeh.models.ranges.FactorRange object at …>, which is a client-only or invalid attribute that shouldn’t have been sent

Hi,

···

On Mon, Apr 25, 2016 at 3:55 PM, [email protected] wrote:

I’m getting the following warning when running Bokeh Application Server (0.11.1). Not sure what the message implies, and why the attributes are not expected. I’m unable to post the code from the office, so hope the description of the warning is sufficient…

The code is very similar to the movies app: http://demo.bokehplots.com/apps/movies

WARNING:bokeh.core.properties:JSON had attr ‘end’ on obj <bokeh.models.ranges.FactorRange object at …>, which is a client-only or invalid attribute that shouldn’t have been sent

you can disregard this warning. It indicates that some model’s (FactorRange’s in this case) internal properties were transferred from web browser to the server and server is obligated to ignore such. It’s a bug, but a harmless one. This is fixed in 0.12dev8.

Mateusz

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/876e28fd-2713-417c-b76f-d99420206a0e%40continuum.io.

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