Nixxxxxx
Nixxxxxx
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 12/27/2024 in #djs-questions
Bot seems to constantly reupload files even after one has uploaded?
along with
DOMException [AbortError]: This operation was aborted
at new DOMException (node:internal/per_context/domexception:53:5)
at AbortController.abort (node:internal/abort_controller:391:18)
at Timeout.<anonymous> (C:\servers\e2b22ebe\node_modules\@discordjs\rest\dist\index.js:680:47)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7)
DOMException [AbortError]: This operation was aborted
at new DOMException (node:internal/per_context/domexception:53:5)
at AbortController.abort (node:internal/abort_controller:391:18)
at Timeout.<anonymous> (C:\servers\e2b22ebe\node_modules\@discordjs\rest\dist\index.js:680:47)
at listOnTimeout (node:internal/timers:581:17)
at process.processTimers (node:internal/timers:519:7)
in console.
14 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 12/27/2024 in #djs-questions
Bot seems to constantly reupload files even after one has uploaded?
No description
14 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 12/27/2024 in #djs-questions
Bot seems to constantly reupload files even after one has uploaded?
expected result bot uploads this file once without any failures or catches. current result
14 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 12/27/2024 in #djs-questions
Bot seems to constantly reupload files even after one has uploaded?
14 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 12/27/2024 in #djs-questions
Bot seems to constantly reupload files even after one has uploaded?
example file is
14 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 12/27/2024 in #djs-questions
Bot seems to constantly reupload files even after one has uploaded?
Message.reply({
content: '',
files: [`/videos/${filename}`],
})
Message.reply({
content: '',
files: [`/videos/${filename}`],
})
14 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 12/27/2024 in #djs-questions
Bot seems to constantly reupload files even after one has uploaded?
example code
14 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 12/27/2024 in #djs-questions
Bot seems to constantly reupload files even after one has uploaded?
node v20.17.0
14 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 12/27/2024 in #djs-questions
Bot seems to constantly reupload files even after one has uploaded?
PS C:-\servers\e2b22ebe> npm list discord.js -@ C:-\servers\e2b22ebe `-- [email protected]
14 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 12/27/2024 in #djs-questions
Bot seems to constantly reupload files even after one has uploaded?
14 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 6/28/2023 in #djs-questions
Bot seems to be uploading the same media file multiple times?
Is there any other options to adjust in the future regards to this? Would be nice if there could be a way to just only set retries count on the uploading message part.
21 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 7/24/2023 in #djs-questions
Hyperlink mask as a chat message works in certain servers?
What would be the best way to try to keep the embedded video to show on discord with a URL being so long? Checked on discord, says it wouldn't do a video auto embed with a URL, would I just have to upload it as a file?
10 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 7/24/2023 in #djs-questions
Hyperlink mask as a chat message works in certain servers?
10 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 7/24/2023 in #djs-questions
Hyperlink mask as a chat message works in certain servers?
10 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 6/28/2023 in #djs-questions
Bot seems to be uploading the same media file multiple times?
Any tags I can apply to the send message request to only try once?
21 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 6/28/2023 in #djs-questions
Bot seems to be uploading the same media file multiple times?
RequestAbortedError [AbortError]: Request aborted
at RequestHandler.abort (C:\Users\nicen\Downloads\InstagramBot2\node_modules\undici\lib\client.js:1391:44)
at abort (C:\Users\nicen\Downloads\InstagramBot2\node_modules\undici\lib\api\abort-signal.js:8:10)
at AbortSignal.self.<computed> (C:\Users\nicen\Downloads\InstagramBot2\node_modules\undici\lib\api\abort-signal.js:29:5)
at AbortSignal.[nodejs.internal.kHybridDispatch] (node:internal/event_target:647:20)
at AbortSignal.dispatchEvent (node:internal/event_target:589:26)
at abortSignal (node:internal/abort_controller:283:10)
at AbortController.abort (node:internal/abort_controller:314:5)
at Timeout.<anonymous> (C:\Users\nicen\Downloads\InstagramBot2\node_modules\@discordjs\rest\dist\index.js:589:71)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7) {
code: 'UND_ERR_ABORTED'
}
RequestAbortedError [AbortError]: Request aborted
at RequestHandler.abort (C:\Users\nicen\Downloads\InstagramBot2\node_modules\undici\lib\client.js:1391:44)
at abort (C:\Users\nicen\Downloads\InstagramBot2\node_modules\undici\lib\api\abort-signal.js:8:10)
at AbortSignal.self.<computed> (C:\Users\nicen\Downloads\InstagramBot2\node_modules\undici\lib\api\abort-signal.js:29:5)
at AbortSignal.[nodejs.internal.kHybridDispatch] (node:internal/event_target:647:20)
at AbortSignal.dispatchEvent (node:internal/event_target:589:26)
at abortSignal (node:internal/abort_controller:283:10)
at AbortController.abort (node:internal/abort_controller:314:5)
at Timeout.<anonymous> (C:\Users\nicen\Downloads\InstagramBot2\node_modules\@discordjs\rest\dist\index.js:589:71)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7) {
code: 'UND_ERR_ABORTED'
}
21 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 6/28/2023 in #djs-questions
Bot seems to be uploading the same media file multiple times?
21 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 6/28/2023 in #djs-questions
Bot seems to be uploading the same media file multiple times?
it never prints 'end' anymore.
21 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 6/28/2023 in #djs-questions
Bot seems to be uploading the same media file multiple times?
21 replies
DIAdiscord.js - Imagine an app
Created by Nixxxxxx on 6/28/2023 in #djs-questions
Bot seems to be uploading the same media file multiple times?
21 replies