LoganM
LoganM
DIAdiscord.js - Imagine an app
Created by LoganM on 2/3/2024 in #djs-questions
paypal rest api
does anyone here know or have used the paypal rest api and can help me out with something? apparently, everything in sandbox works all good, but right when i test all of it in production, none of it works and gives me the error below.
UNPROCESSABLE_ENTITY - The requested action could not be performed, semantically incorrect, or failed business validation.
UNPROCESSABLE_ENTITY - The requested action could not be performed, semantically incorrect, or failed business validation.
all of it being making and sending invoices as well as paying a user, both of these things have been tested in my sandbox account, but for some reason, they don't work in my live account.
6 replies
DIAdiscord.js - Imagine an app
Created by LoganM on 1/5/2024 in #djs-questions
Bot Stops Randomly (Error)
Does anyone know what the error below is from? It randomly stops my bot.
/home/container/node_modules/discord.js/src/managers/GuildMemberManager.js:267
reject(new DiscordjsError(ErrorCodes.GuildMembersTimeout));
^
Error [GuildMembersTimeout]: Members didn't arrive in time.
at Timeout._onTimeout (/home/container/node_modules/discord.js/src/managers/GuildMemberManager.js:267:16)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7) {
code: 'GuildMembersTimeout'
}
/home/container/node_modules/discord.js/src/managers/GuildMemberManager.js:267
reject(new DiscordjsError(ErrorCodes.GuildMembersTimeout));
^
Error [GuildMembersTimeout]: Members didn't arrive in time.
at Timeout._onTimeout (/home/container/node_modules/discord.js/src/managers/GuildMemberManager.js:267:16)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7) {
code: 'GuildMembersTimeout'
}
20 replies