-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot start bridge: Reading file from config.yaml failed #76
Comments
Your config.yaml is missing mandatory parameters. All parameters from the sample file are mandatory if not stated otherwise (like "this is only mandatory if you run the application service with SSL").
Two things I'd like to mention:
|
I got same problem when starting bridge after compiling. Seems it can't find file, so I point to needed file via:
P.S. Glad to hear, that you plan to release 0.1 version! But we need to bridge RocketChat with Matrix already now, so ready to try and test high-explosive alpha version of bridge =) |
@MurzNN Does this mean that you have the bridge running? Or is there an issue I can help with? Your config file is located at |
@exul I got very strange problem on Synapse side, described here: matrix-org/synapse#5957 |
I cannot start the bridge:
besides that,
config/config.yml.sample
mentions somerocketchat_registration.yml
file - where this file come from?Another thing,
matrix-rocketchat
expectsconfig.yaml
, you've provided a file with different extension in repository:.yml
.The text was updated successfully, but these errors were encountered: