Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Bad error message when using wrong credentials on mongo adaptor #48

Closed
nstott opened this issue Jan 16, 2015 · 1 comment · Fixed by #49
Closed

Bad error message when using wrong credentials on mongo adaptor #48

nstott opened this issue Jan 16, 2015 · 1 comment · Fixed by #49
Labels

Comments

@nstott
Copy link
Contributor

nstott commented Jan 16, 2015

When a node is created with bad credentials, or we can't create a mongo sesstion, then we return with a panic message, rather then a useful error

@nstott nstott added the bug label Jan 16, 2015
@nstott
Copy link
Contributor Author

nstott commented Jan 16, 2015

e.g.

bin/seed-dev -s mongodb://localhost:27017/pos-db -d mongodb://test-user:test-password@localhost:27017/test-db -source-db pos-db -dest-db test-db
cannot create node: runtime error: invalid memory address or nil pointer dereference

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

Successfully merging a pull request may close this issue.

1 participant