#What this error means?
12 messages · Page 1 of 1 (latest)
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
Someone please help
.
It means you try to turn something into bson that has circular references. Like a Client instance in djs for example.
Do you see anything in the code that has so?;
Since I followed a tutorial, and he did the same
When does that error occur? Add console.log calls in the file that gets called when it happens (or run a debugger) to find out what line causes that error to appear.
Btw when I console logged client.checkUpdates, it showed as:
Is the output fine?
@barren echo
#djs-help-v14 message how often do I need to tell you this?