Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty Input logs #16

Open
zilch42 opened this issue Mar 10, 2022 · 5 comments
Open

Empty Input logs #16

zilch42 opened this issue Mar 10, 2022 · 5 comments

Comments

@zilch42
Copy link

zilch42 commented Mar 10, 2022

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.

@pvictor
Copy link
Member

pvictor commented Mar 15, 2022

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

@zilch42
Copy link
Author

zilch42 commented Mar 16, 2022

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

@yogat3ch
Copy link

yogat3ch commented Nov 3, 2023

@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?

@pvictor
Copy link
Member

pvictor commented Nov 8, 2023

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

@yogat3ch
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants