Androz2091 / discord-backup

📦 Complete framework to facilitate server backup using discord.js v13

Home Page:https://npmjs.com/package/discord-backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request entity too large & The user aborted a request.

confused-code-newbie opened this issue · comments

Request entity too large
The user aborted a request.

I bumped up maxMessagesPerChannel to 250 and saveImages to base64.
The issue happened when it was blank (default to URL).
The issue happened when I set it to only 100 messages as well.
I changed both create & load to be the same amount, but the issue still occurs.
The bot is really great! I only use it for myself, so it's a local host.
That's why saving it as a base64 isn't a big issue for me.

if (options === void 0) { options = {
backupID: null,
maxMessagesPerChannel: 250,
jsonSave: true,
jsonBeautify: true,
doNotBackup: [],
saveImages: 'base64'

The user aborted a request
this error happens due to connection issues.

not sure about the first error: Request entity too large