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

Making registration file ECONNREFUSED 127.0.0.1:8008 #88

Open
kingoftheconnors opened this issue May 20, 2019 · 0 comments
Open

Making registration file ECONNREFUSED 127.0.0.1:8008 #88

kingoftheconnors opened this issue May 20, 2019 · 0 comments

Comments

@kingoftheconnors
Copy link

So, I am trying to set up this bridge on a Ubuntu web server. I logged on to the web server through SSH and updated the config file like so:

{
  "slack": [{
    "team_name": "Name of my team",
    "user_access_token": "blablablablablabla"
  }],
  "registrationPath": "slack-registration.yaml",
  "port": 8090,
  "bridge": {
    "homeserverUrl":"http://localhost:8008",
    "domain": "localhost",
    "registration": "slack-registration.yaml"
  }
}

When I run node index.js -r -u "http://localhost:8090" I get:

This bridge performs matrix user puppeting.
This means that the bridge logs in as your user and acts on your behalf
Enter your user's localpart
 root
Enter password for @root:localhost
 stuffstuffstuffstuff
connect ECONNREFUSED 127.0.0.1:8008

Did I do something wrong?

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

1 participant