-
Notifications
You must be signed in to change notification settings - Fork 13
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
VosonDash fails when redirected to the browser #28
Comments
Hi there, Thanks for reaching out with this error. What I think has happened is that for some reason the base R function You can manually check the problem by typing the following into the RStudio console: # check your OS environment registered home directory
Sys.getenv("HOME")
# check the result of the file.exists check is TRUE or FALSE
file.exists(paste0(Sys.getenv("HOME"), "/vosondash_keys.rds", sep = "")) These will indicate if the problem is indeed with There is also a VOSONDash startup parameter that will skip the checking of key files and get you running but you will not be able to save any API keys or tokens. You can start the app as follows:
Thanks again and let me know how you go. |
Hi there,
However, I was able to use the dashboard from the command
Thanks again |
Wanted to say that I was running into the same issue. The problem for me was that I was trying to launch the Dash using |
Thank you for letting me know about your solution! I will have a look more into the scope and loading of keys when direct package function call for the next update. |
When I try to run VOSONDash in Rstudio, it is redirected to the browser and the dashboard buttons are unusable. In Rstudio, the following error message appears:
Warning: Error in if: argument is of length zero
74: isolate
73: observeEventHandler [server/apiKeysServer.R#25]
2: shiny::runApp
1: runVOSONDash
Session ended or browser closed. Exiting.
The text was updated successfully, but these errors were encountered: