-
Notifications
You must be signed in to change notification settings - Fork 31
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
ERROR: An error has occurred. Check your logs or contact the app author for clarification #49
Comments
Here is the content in the log: Listening on http://127.0.0.1:35115 Attaching package: ‘shinydashboard’ The following object is masked from ‘package:graphics’:
Attaching package: ‘shinyjs’ The following object is masked from ‘package:shiny’:
The following objects are masked from ‘package:methods’:
Highcharts (www.highcharts.com) is a Highsoft software product which is Attaching package: ‘DT’ The following objects are masked from ‘package:shiny’:
Loading required package: grid |
Yes, I am having a similar issue. |
hi guys, actually, you downloaded the wrong image. please go and use either
Can you verify which version you started with docker? cheers |
Hi Jan, Thank you for your quick reply. I'm using the latest docker image.
This problem happens randomly. Sometimes I can connect the Analyzer without any problem, but my colleague cannot connect. Sometimes my colleague can connect but I can't. Sometimes I can't connect at the office's network but can connect at home's network. Actually, I have two log files in /var/log/shiny-server
The 355315 one has the record that I can't connect. Thank you for your time. Best, |
HI Larry, please send me the log files to [email protected] I will take care as soon as I am back from holiday - as this should just not happen (never say never ;) Best, |
I have the same error, missing analytics.js, using I'm running as:
on centOS7 and then connecting from a remote machine. If I run on my mac and connect locally it is OK. How can I run it on a local server? |
I added an nginx redirect and it loads in the browser but it after loading it greys out. Buttons and menus seem to work. I'm setting this up for a lab in our institute but I'm not able to test it. |
Dear all, sorry for the delayed replies. Please do not use the 1.40Analytics, this is the docker image for the webserver we hosted. So the correct files are: :latest In case it works on CentOS but not on the MAC or vice versa, please check carefully if you are really running :LATEST tag. Anyway, you can try to remove any downloaded image files via
Best |
Hi Jan, As I clearly stated, I was using Thanks, |
Same problem exists with the 1.50 source when trying to start the shiny app. App requires analytics.js. It should not be a requirement. At least make using google-analytics usage configurable. |
Hi all I am having exactly the same problem too! Docker running within Ubuntu 18.04LTS, here's the log: root@08f1f23085c0:/var/log/shiny-server# cat CRISPRAnalyzeR-shiny-20190502-150930-39545.log Listening on http://127.0.0.1:39545 Attaching package: ‘shinydashboard’ The following object is masked from ‘package:graphics’:
Attaching package: ‘shinyjs’ The following object is masked from ‘package:shiny’:
The following objects are masked from ‘package:methods’:
Highcharts (www.highcharts.com) is a Highsoft software product which is Attaching package: ‘DT’ The following objects are masked from ‘package:shiny’:
Loading required package: grid |
Since it doesn't look like the devs have fixed this, I figured I'd share a quick fix to the latest container without having to rebuild from source, just involves chopping out the analytics.js line from the shiny code:
After that, should work just fine. |
Hi Jan,
Thank you for such an amazing analysis tool.
I recently successfully ran the application on our Ubuntu server. However, we encountered a issue of connection. Sometimes I can connect the CRISPR analyer without any problem, but sometimes it kept saying "ERROR: An error has occurred. Check your logs or contact the app author for clarification.". I have checked the shiny-server log file but found nothing helpful. Do you have any idea how this connectio problem happens and how to figure it out? Thank you very much.
Best,
Larry
The text was updated successfully, but these errors were encountered: