question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mongoose Error Buffering Out After 10000 ms

See original GitHub issue

Hello! A month or so ago, I had just gotten my very own Linux server and I was all ready to transfer all the files into the Linux server using an application called FileZilla. I then installed all the necessary things like pm2 and all my dependencies. I wanted to do a test run so i ran node like so: node index.js and it loaded everything in the console. 10 seconds later, this error pops up in the console: mongoose being mongoose. I was all confused so I messaged some of my friends and they said that the error would go away with time and it just fixes itself. So, I left it at that, I came back a month later trying to work this thing again and look, the same error pops up. I did everything, transfered my code to a new project, I rewrote it all, I googled trying to find the solution for hours and hours and I even deleted my mongo cluster, my project, created a new project and cluster, got the link, put it in and… Same error. None of the solutions on google solved my predicament. This error seems to be coming from the fact that its buffering out while trying to find a schema that I created called reaction-roles. This is for a discord bot using discordjs and mongoose. I have no idea how to fix this, (please note, I am not the greatest at coding and am teaching myself still, if this is some easy issue to fix, please bear with me.)

Please help! One more thing to note, this error only comes up in the linux server, not in my visual studio code terminal or any other IDE. If you need my schema code Respond saying that and I will send it

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:26

github_iconTop GitHub Comments

1reaction
Pxndahcommented, Apr 28, 2021

ACTUAL LEGEND

0reactions
Pxndahcommented, Apr 28, 2021

LETS GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO WOOOOOOOOOHOOOOOOOOOOOOOO TYSMMMM

Read more comments on GitHub >

github_iconTop Results From Across the Web

Operation `products.find()` buffering timed out after 10000ms ...
The issue on model.find() error: Operation products.find() buffering timed out after 10000ms" was resolved by removing the node_module ...
Read more >
MongooseError: Operation `users.insertOne()` buffering timed ...
I built some MERN app where I didn't face this type of error. But recently I am making a ... insertOne()` buffering timed...
Read more >
Mongoose error : buffering timed out after 10000ms #9732
Hello, i got this error on mongoose with nodejs : version of mongoose : 5.11.8. I'm trying to save data on my mongodb...
Read more >
Operation 'x.find()` buffering timed out after 10000ms
The problem I faced ... When I tried connecting to mongodb it didn't through any error as you can see. ... In my...
Read more >
MongooseError - Operation buffering timed out after 10000ms ...
[Solved]-MongooseError - Operation buffering timed out after 10000ms-mongodb. Search. score:1. from what i know, this error means that the connection is not ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found