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

Seems to come up with this error not sure why #53

Open
Lukegod2000 opened this issue Dec 26, 2020 · 2 comments
Open

Seems to come up with this error not sure why #53

Lukegod2000 opened this issue Dec 26, 2020 · 2 comments

Comments

@Lukegod2000
Copy link

C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master>npm start

shopify-monitor@1.4.1 start C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master
node index.js

(node:9724) UnhandledPromiseRejectionWarning: MongooseServerSelectionError: connect ECONNREFUSED 127.0.0.1:27017
at NativeConnection.Connection.openUri (C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master\node_modules\mongoose\lib\connection.js:832:32)
at C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master\node_modules\mongoose\lib\index.js:345:10
at C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master\node_modules\mongoose\lib\helpers\promiseOrCallback.js:31:5
at new Promise ()
at promiseOrCallback (C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master\node_modules\mongoose\lib\helpers\promiseOrCallback.js:30:10)
at Mongoose._promiseOrCallback (C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master\node_modules\mongoose\lib\index.js:1135:10)
at Mongoose.connect (C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master\node_modules\mongoose\lib\index.js:344:20)
at Object. (C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master\index.js:11:10)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47
(Use node --trace-warnings ... to show where the warning was created)
(node:9724) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:9724) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

C:\Users\lukeg\Downloads\shopify-monitor-master\shopify-monitor-master>

@brow1726
Copy link

brow1726 commented Jan 5, 2021

you need mongodb running.

@asanehi
Copy link

asanehi commented May 30, 2021

you need mongodb running.

hey, i have connected it to an atlas cluster but i still see this error after a while

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