ask for hepl about Rshiny

I can run well locally, but uploading to the website :

image

I don't have a server. I want to host it

do you mean shinyapps.io ?
If so the advice here : Chapter 9 Troubleshooting | shinyapps.io user guide (rstudio.com)
is to use either rsconnect::showLogs() to get logs for your app
or visiting the shinyapps.io dashboard and looking at the logs in your Application view.

1 Like

Tons of thanks. but it seems do not work , and the log is :
he following objects are masked from ‘package:stats’:
2021-11-12T03:56:58.344834+00:00 shinyapps[5108076]: filter, lag
2021-11-12T03:56:58.344495+00:00 shinyapps[5108076]: The following objects are masked from ‘package:plyr’:
2021-11-12T03:56:58.344499+00:00 shinyapps[5108076]: arrange, count, desc, failwith, id, mutate, rename, summarise,
2021-11-12T03:56:58.344499+00:00 shinyapps[5108076]: summarize
2021-11-12T03:56:58.345154+00:00 shinyapps[5108076]: The following objects are masked from ‘package:base’:
2021-11-12T03:56:58.344833+00:00 shinyapps[5108076]:
2021-11-12T03:56:58.345156+00:00 shinyapps[5108076]: intersect, setdiff, setequal, union
2021-11-12T03:56:58.344834+00:00 shinyapps[5108076]:
2021-11-12T03:56:58.345156+00:00 shinyapps[5108076]:
2021-11-12T03:56:58.345155+00:00 shinyapps[5108076]:
2021-11-12T03:56:59.635369+00:00 shinyapps[5108076]: Error in value[3L] : ''Multi byte string error
2021-11-12T03:56:59.635371+00:00 shinyapps[5108076]: Calls: local ... tryCatch -> tryCatchList -> tryCatchOne ->
2021-11-12T03:56:59.635412+00:00 shinyapps[5108076]: Shiny application exiting ...
2021-11-12T03:56:59.635386+00:00 shinyapps[5108076]: Stop

Thank u so much. It is related to UTF-8 format.
I have use tidyverse to deal with it.

Shinyapps.io doesn't yet support R 4.1.2 I think the latest is R 4.1.0

Anyway your issue I think related to the character encoding of your script file(s). I believe UTF-8 is preferred

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.