shinylogs
shinylogs copied to clipboard
Empty Input logs
Hi there,
I've just tried integrating shinylogs into my (rather complex) app and the resulting logs have data in Session, Outputs, Errors, but the Inputs table is empty. (not even present in the JSON file).
It works fine with a very simple example shiny app so I gather there is some clash with something in my particular app, but I haven't been able to track it down yet, which is why I haven't included a reproducible example. Is there anything that would cause this to happen that you are aware of? That might help me track it down so that I can provide a reproducible example.
Hello,
Is there any errors in the JavaScript console ? You can access it with right click in your browser + inspect element, then go to console tab.
Victor
Hi Victor, nothing new and no errors in the JavaScript console, just the following warnings but they have always been there, long before adding shinylogs:
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/
Nothing in the R console either
@pvictor I'm finding the same to be true. It looks like shinylogs logs nothing. We're using a golem
app where all inputs are in modules - does shinylogs support modules?
@yogat3ch yes it supports modules, have you a reproducible example I can check ?
@pvictor, I can try to set one up in a demo repo soon. Thanks for responding!