Cannot connect to ExperimentHub server
1
0
Entering edit mode
yanling • 0
@c3eaccff
Last seen 5 months ago
China

The network connection is normal, but there is still a question:

> sceM <- MuraroPancreasData()
Cannot connect to ExperimentHub server, using 'localHub=TRUE' instead
Using 'localHub=TRUE'
  If offline, please also see BiocManager vignette section on offline use
Error in .updateHubDB(hub_bfc, .class, url, proxy, localHub) : 
  Invalid Cache: sqlite file
  Hub has not been added to cache
  Run again with 'localHub=FALSE'

why? so what do i deal with it?

ExperimentHub • 1.3k views
ADD COMMENT
0
Entering edit mode

Are you behind a proxy?
Can you run

library(ExperimentHub)
hub = ExperimentHub()

And provide full output? Also please include your sessionInfo()

ADD REPLY
0
Entering edit mode

I behind a proxy. I can run the code "library(ExperimentHub)". However, I cannot run the code "hub = ExperimentHub()". The following problem persists:

hub = ExperimentHub() Cannot connect to ExperimentHub server, using 'localHub=TRUE' instead Using 'localHub=TRUE' If offline, please also see BiocManager vignette section on offline use Error in .updateHubDB(hub_bfc, .class, url, proxy, localHub) : Invalid Cache: sqlite file Hub has not been added to cache Run again with 'localHub=FALSE'.

How strange!

ADD REPLY
0
Entering edit mode
shepherl 3.8k
@lshep
Last seen 1 day ago
United States

you'll need to set proxy information to allow ExperimentHub access. See Accessing behind a proxy

ADD COMMENT
0
Entering edit mode

You're very welcome! The issue has been resolved! Best wishes!

ADD REPLY

Login before adding your answer.

Traffic: 387 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6