We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I was trying this utility to sync the data from mongoDB atlas and Elasticsearch cloud. However I'm getting below error.
[root@vm02 node-mongodb-es-connector]# node app.js info: 2019-05-14 07:08:03 | info | | | <-----------------------------Starting syncMasterDoc-----------------------------> debug: 2019-05-14 07:08:03 | debug | | | FsWatcher is running error: 2019-05-14 07:08:04 | error | https://XXXXXXX.ap-southeast-1.aws.found.io:9243 | mybooks | MongoParseError: Unescaped at-sign in authority section error: 2019-05-14 07:08:04 | error | https://XXXXXXX.ap-southeast-1.aws.found.io:9243 | mybooks | File error: MongoParseError: Unescaped at-sign in authority section info: 2019-05-14 07:08:04 | info | | | <-----------------------------end syncMasterDoc-----------------------------> info: 2019-05-14 07:08:04 | info | | | <-----------------------------Starting syncAttachment-----------------------------> error: 2019-05-14 07:08:04 | error | https://XXXXXXX.ap-southeast-1.aws.found.io:9243 | mybooks | File error: MongoParseError: Unescaped at-sign in authority section
Thanks
The text was updated successfully, but these errors were encountered:
MongoParseError: Unescaped at-sign in authority section
https://stackoverflow.com/questions/54335970/node4800-unhandled-promise-rejection-warning-mongoparseerror-unescaped-at-s
Sorry, something went wrong.
No branches or pull requests
Hello,
I was trying this utility to sync the data from mongoDB atlas and Elasticsearch cloud.
However I'm getting below error.
Thanks
The text was updated successfully, but these errors were encountered: