Open npmhung opened 6 days ago
Is there any helpful output in the developer console of the browser? This is maybe a CORS issue?
@emilk I don't know how to do that or what should I look for, but I'm happy to try if you can provide me some instructions.
I also try to load an rrd directly from the server side with rerun *.rrd --serve
, but it did not work too.
Describe the bug rr.serve does not work as expected when running on the server.
To Reproduce Steps to reproduce the behavior:
def log_data() -> None: SIZE = 10
rr.init("rerun_example_my_data", spawn=False)
log_data() rr.connect('0.0.0.0:9876')