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 when invoking hubd #573

Open
anchpop opened this issue Jan 19, 2022 · 3 comments
Open

Error when invoking hubd #573

anchpop opened this issue Jan 19, 2022 · 3 comments

Comments

@anchpop
Copy link

anchpop commented Jan 19, 2022

I just downloaded hubd (hubd_v2.6.13_darwin-arm64.tar.gz to be precise) and got this error:

$ ./install
Moved ./hubd to /usr/local/bin
$ hubd
> Error! Server selection error: server selection timeout, current topology: { Type: Unknown, Servers: [{ Addr: 127.0.0.1:27017, Type: Unknown, Last error: connection() error occured during connection handshake: dial tcp 127.0.0.1:27017: connect: connection refused }, ] }

Any advice?

@sanderpick
Copy link
Member

Looks like it's expecting a mongodb connection but can't find one. I believe by default it requires a mongod running at localhost:27017

@walkerlj0
Copy link

walkerlj0 commented Apr 19, 2022

I had a similar issue -it looks like it was instlled in /use/local/bin but hub --help didn't run it-- Is there an environment variable that I need to add to the path?

➜  textile ls
LICENSE   README.md billingd  install
➜  textile sudo ./install
Moved ./billingd to /usr/local/bin
➜  textile hub --help
zsh: command not found: hub
➜  textile sudo hub --help
sudo: hub: command not found

@walkerlj0
Copy link

walkerlj0 commented Apr 19, 2022

Realized that I had downloaded the wrong package, make sure you download the pakcage named hub

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

No branches or pull requests

3 participants