The linter has identified potential problems in the project: The following lines contain paths to files not matching in case sensitivity: 8: top30word <- as.data.frame(readRDS('top30word.RData'),stringAsFactors=F) ["top30word.RData" -> "top30word.Rdata"] The following lines contain paths to files not matching in case sensitivity: 12: top30word <- readRDS('top30word.RData') ["top30word.RData" -> "top30word.Rdata"] ------------ shinyapp.Rmd ------------ The following lines contain absolute paths: 14: if(!getwd()=="C:/Users/songl/Dropbox/Coursera/capstone/shinyapp/") 15: setwd("C:/Users/songl/Dropbox/Coursera/capstone/shinyapp/") The following lines contain paths to files not matching in case sensitivity: 16: top30word <- as.data.frame(readRDS('top30word.RData'),stringAsFactors=F) ["top30word.RData" -> "top30word.Rdata"] 72: top30word <- readRDS('top30word.RData') ["top30word.RData" -> "top30word.Rdata"] Filepaths are case-sensitive on ShinyApps.io. Paths should be to files within the project directory. If your application fails to run post-deployment, please double-check these messages. Preparing to deploy application...DONE Uploading application bundle...DONE Deploying application: 52822... Waiting for task: 60151158 building: Parsing manifest building: Building image: 223510 building: Installing packages building: Installing files building: Pushing image: 223510 deploying: Starting instances rollforward: Activating new instances terminating: Stopping old instances Application successfully deployed to https://songlh15.shinyapps.io/shinyappword
--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/6f6cab0c-d69b-40b7-bc5f-f77ea8422e0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I tried but don't see response using shinyapps::showLogs() but I did see some error as following. NOt sure if that is the issue or if we can have a solution for that.
ERROR: [on_request_read] connection reset by peer--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/CABkPXfwN7b_F__%3DNiL%2BS6qDr-viKZ8rOzkJO6KWLJw0rhhdQFw%40mail.gmail.com.
Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection 2015-07-29T18:32:14.397652+00:00 shinyapps[53048]: Warning in run(timeoutMs) :
cannot open compressed file '../data/predict2hash.rda', probable reason 'No such file or directory'
However, the connection works fine in my local machine and that file is existing there.
could you shed light on which direction I should go to solve this issue? do I have to put the file under the shiny app directory?
--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/5c3ffd3b-fc91-4f9c-8a92-422afa055e76%40googlegroups.com.
Dear Shinyapp gurus,
I couldn't figure it out why my app doesn't work after deployed to Shinyapp. The app is doing fine locally, but after publishing through Rstudio, the app become grey. only partial works but not the main function. i got "Paths should be to files within the project directory." error can any one give me the suggestion.