You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback:
/root/backups-bot/node_modules/discord.js/src/rest/RequestHandler.js:154
throw new DiscordAPIError(request.path, data, request.method, res.status);
^
DiscordAPIError: Invalid Form Body
image: File cannot be larger than 256.0 kb.
at RequestHandler.execute (/root/backups-bot/node_modules/discord.js/src/rest/RequestHandler.js:154:13)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async RequestHandler.push (/root/backups-bot/node_modules/discord.js/src/rest/RequestHandler.js:39:14) {
method: 'post',
path: '/guilds/929385503273406464/emojis',
code: 50035,
httpStatus: 400
}
How to bypass this limit?
The text was updated successfully, but these errors were encountered:
The file/ server file is bigger then 256.0 kb which means discord cant upload the json files and use it in order to put everything. i dont know if their is a limit but i suggest if you make your backups more smaller
Traceback:
/root/backups-bot/node_modules/discord.js/src/rest/RequestHandler.js:154
throw new DiscordAPIError(request.path, data, request.method, res.status);
^
DiscordAPIError: Invalid Form Body
image: File cannot be larger than 256.0 kb.
at RequestHandler.execute (/root/backups-bot/node_modules/discord.js/src/rest/RequestHandler.js:154:13)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async RequestHandler.push (/root/backups-bot/node_modules/discord.js/src/rest/RequestHandler.js:39:14) {
method: 'post',
path: '/guilds/929385503273406464/emojis',
code: 50035,
httpStatus: 400
}
How to bypass this limit?
The text was updated successfully, but these errors were encountered: