fraction / oasis

Free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
http://oasis-demo.fraction.io
GNU Affero General Public License v3.0
284 stars 42 forks source link

Error: ssb-tangle require ssb-backlinks to be installed #547

Open mhfowler opened 3 years ago

mhfowler commented 3 years ago

When I run oasis now, via node src/index.js I get the error: Error: ssb-tangle require ssb-backlinks to be installed

I've tried cloning the latest code from this repo, and running rm -r node_modules; npm install and npm install ssb-backlinks, but still get the same error.

I also have an ssb-pub running on the same machine, which oasis says it connects with via TCP, before throwing the above error.

Any idea for how to debug on my end? or maybe its a bug?

mhfowler commented 3 years ago

update: when I turned off the sbot that oasis was connecting with, so that oasis started its own sbot, then it works for me

christianbundy commented 3 years ago

+1, I agree this is confusing. I've been considering removing support for connecting to external ssb services (#536) because of problems like this. Sorry you had to bump into it and it gave you trouble.