123xiaochen / VCFshiny

https://123xiaochen.github.io/VCFshiny/
MIT License
26 stars 6 forks source link

Not able to open VCFshiny on local. #8

Open Dilraj-kaur opened 7 months ago

Dilraj-kaur commented 7 months ago

http://127.0.0.1:6927

An error has occurred!

An error has occurred. Check your logs or contact the app author for clarification.

clolalan7 commented 7 months ago

I have the same problem. Any suggestion for solving this? using chrome

clolalan7 commented 7 months ago

I was able to get this started by doing the following: startVCFshiny(launch.browser=FALSE)

it starts and tell you where it is listening. when you bring your mouse over the http: link, it becomes underlined, and if you right click it will give you options: click on "open link" and it will open on the default browser associated with your server.

if you get the "an error has occured", check back on the terminal window. Chances are there are some packages missing and you will need to install them in R before it can start properly.

that is what happened to me, and I had to install 2 additional packages for it to open the app properly on the default browser.

now... it started for me, but when I checked on the terminal, it warned me of a bunch of packages not installed... because I installed this app in a separate conda environment.

so beware that you may have additional packages to install for everything to work properly..