shinylogs icon indicating copy to clipboard operation
shinylogs copied to clipboard

Empty Input logs

Open zilch42 opened this issue 2 years ago • 5 comments

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.

zilch42 avatar Mar 10 '22 06:03 zilch42

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

pvictor avatar Mar 15 '22 09:03 pvictor

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

zilch42 avatar Mar 16 '22 00:03 zilch42

@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 avatar Nov 03 '23 23:11 yogat3ch

@yogat3ch yes it supports modules, have you a reproducible example I can check ?

pvictor avatar Nov 08 '23 08:11 pvictor

@pvictor, I can try to set one up in a demo repo soon. Thanks for responding!

yogat3ch avatar Nov 16 '23 02:11 yogat3ch