Error rendering Bokeh model: could not find HTML tag

I have a small bokeh server app (for tracking corona). For some reason it stopped working. It serves the html, but not showing the plot. I see this error in console:

Error rendering Bokeh model: could not find #b26ccc29-9adb-4974-94bc-2f687811393d HTML tag

I didn’t find a way to fix it
The code is here:

I tried setting log level to debug, but I am not getting any new info.

Any idea what I can do?
Please help, it is for a good cause :slight_smile:

You have to embed all of the roots that you add to the document with add_root. Don’t forget to specify the name of the root models.

I did… name tag also included. still happening

The name must be specified here: corona_report/main.py at master · hershkoy/corona_report · GitHub
The same name must be used here and the element must end up in the DOM tree: corona_report/index.html at master · hershkoy/corona_report · GitHub

yes… I just noticed
da
I feel so stupid now, wasted 5 hours on this last night

Thanks for the help :+1: