Skip to content
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: ssb-tangle require ssb-backlinks to be installed #547

Open
mhfowler opened this issue Dec 7, 2020 · 2 comments
Open

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

mhfowler opened this issue Dec 7, 2020 · 2 comments

Comments

@mhfowler
Copy link

mhfowler commented Dec 7, 2020

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
Copy link
Author

mhfowler commented Dec 7, 2020

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
Copy link
Member

+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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants