Hello folks,
I have set up my panel (https://panel.holoviz.org/index.html) dashboard, and it is looking good, and does not throw any errors into Python console when I change some widget values (and my Bokeh plots updated as a consequence of that). However, what does bother me still is this strange behavior:
a) The app instantiates a few default values and populates Bokeh plots with them upon the session start. None of that is followed by console errors.
b) whenever I select a different value of a widget (e.g. that involves pulling data for a different group of measurements), the bokeh plots are updated accordingly. But the JS console is then contaminated with 100+ errors of the same kind, that are difficult to debug:
They are pretty much identical, and I am not sure whether that is a big deal or not. They seem to happen on both local and remote deployment. As opposed to local deployment though, on my remote deployment they are usually followed (~with 5-10s delay) of a Websocket connection drop with error 1006. At this point it is difficult to understand what 1006 can be related to, but likely not websocket message max size (as it happens after all data is delivered, and plots updated).
I am using panel
's bleeding edge master
version, but clearly as per above, the problem does not necessarily originate on python side.