我的一个闪亮的应用程序会定期显示“与服务器断开连接。”
chrome devtools日志显示以下内容,/ var / log / shiny-server
中的日志中没有任何内容我还能在哪里查看正在发生的事情?
此致 戴夫
Wed Dec 14 2016 00:30:59 GMT+1300 (New Zealand Summer Time) [DBG]: 5 message(s) discarded from buffer
shiny-server-client.min.js:1 The application unexpectedly exited.
Diagnostic information is private. Please ask your system admin for permission if you need to check the R logs.
shiny-server-client.min.js:1 Wed Dec 14 2016 08:41:38 GMT+1300 (New Zealand Summer Time) [INF]: Connection closed. Info: {"type":"close","code":4503,"reason":"The application unexpectedly exited","wasClean":true}
shiny-server-client.min.js:1 Wed Dec 14 2016 08:41:38 GMT+1300 (New Zealand Summer Time) [DBG]: SockJS connection closed
shiny-server-client.min.js:1 Wed Dec 14 2016 08:41:38 GMT+1300 (New Zealand Summer Time) [DBG]: Channel 0 is closed
shiny-server-client.min.js:1 Wed Dec 14 2016 08:41:39 GMT+1300 (New Zealand Summer Time) [DBG]: Removed channel 0, 0 left
答案 0 :(得分:0)
我刚遇到同样的问题并修复了它!
由于这两个库,我的代码崩溃了:XLConnect和xlsx 当这两个bugger消失了,相关的excel下载功能也消失了,我的shinyapp工作得非常好。
希望这有帮助。
君