You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
of newspaper data for one year. The app works perfectly locally (OSX 11.2; R Version 4.0.3) but breaks when deployed. The corporaexplorer/rds object is recognized because I can click on tiles to view individual documents but the app is suspended when trying a keyword search. In place of the usual time slider, I see the error:
"An error has occurred. Check your logs or contact the app author for clarification."
Checking the shiny-server logs shows this:
Listening on http://127.0.0.1:35697
Warning: Error in min: invalid 'type' (list) of argument
103: validate_slider_value
102: shiny::sliderInput
96: renderUI
95: func
82: renderFunc
81: output$time_filtering_ui
1: runApp
Warning: Error in if: argument is of length zero
1: runApp
Warning: Error in min: invalid 'type' (list) of argument
103: validate_slider_value
102: shiny::sliderInput
96: renderUI
95: func
82: renderFunc
81: output$time_filtering_ui
1: runApp
This is a wonderful app and am hoping to get it working for a project but I am stuck on debugging this particular issue. Any guidance or suggestions are greatly appreciated.
The text was updated successfully, but these errors were encountered:
I have an app hosted here: http://128.199.15.25/shiny/wapo-explorer/
of newspaper data for one year. The app works perfectly locally (OSX 11.2; R Version 4.0.3) but breaks when deployed. The corporaexplorer/rds object is recognized because I can click on tiles to view individual documents but the app is suspended when trying a keyword search. In place of the usual time slider, I see the error:
"An error has occurred. Check your logs or contact the app author for clarification."
Checking the shiny-server logs shows this:
My app.R file:
This is a wonderful app and am hoping to get it working for a project but I am stuck on debugging this particular issue. Any guidance or suggestions are greatly appreciated.
The text was updated successfully, but these errors were encountered: