uprtcl / js-uprtcl

Libraries, tools and modules to create _Prtcl web apps
http://www.uprtcl.io/
Other
43 stars 13 forks source link

OrbitDB Store does not open #163

Open pepoospina opened 4 years ago

pepoospina commented 4 years ago

In the process of getting the perspectives of a given context (first use of OrbitDB), the OrbitDB tries to open a new DB but the HTTP request to the ipfs client fails.

HTTP error

POST https://ipfs.intercreativity.io/api/v0/pubsub/sub?arg=%2Forbitdb%2FzdpuB25HiBfzTRog8cmiecPR6fvdf8e9uofDUTfgQwdnm6z25%2Fcontext-store%2Fgenesis-dao-wiki-7565 net::ERR_HTTP2_PROTOCOL_ERROR 200

argument "data" is required
request query parsed
arg: /orbitdb/zdpuB25HiBfzTRog8cmiecPR6fvdf8e9uofDUTfgQwdnm6z25/context-store/genesis-dao-wiki-7565
tabcat commented 4 years ago

This is most likely related to trying to add something to the context store. I will check this out.