Open vxnlolz opened 1 year ago
Normally, if you log in from a client, it will ask for bot validation and cactcha will resolve it, but since this bot does not have such a mechanism, it gives an error. I ran it once and it gave such an error the 2nd time, I will wait and hope the problem is solved.
Normally, if you log in from a client, it will ask for bot validation and cactcha will resolve it, but since this bot does not have such a mechanism, it gives an error. I ran it once and it gave such an error the 2nd time, I will wait and hope the problem is solved.
Check this one out: https://github.com/LongAKolangle/discord-owo-selfbot/discussions/15#discussioncomment-6834540
Token: Unknown [DiscordRemoteAuth] Please check your phone again to confirm login. [DiscordRemoteAuth] Get token success. TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined at Function.from (node:buffer:323:9) at DiscordAuthWebsocket._decryptPayload (/home/discord-owo-selfbot/node_modules/discord.js-selfbot-v13/src/util/RemoteAuth.js:335:28) at DiscordAuthWebsocket._findRealToken (/home/discord-owo-selfbot/node_modules/discord.js-selfbot-v13/src/util/RemoteAuth.js:473:27) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 'ERR_INVALID_ARG_TYPE' } 2023-12-30 17:25:40 [PROMISE.ERROR] Unhandled Rejection Found!
okay, the problem was fixed when I logged in with the token, thank you, it was a really nice project.
okay, the problem was fixed when I logged in with the token, thank you, it was a really nice project.
How can you explain me?
In folder lib, open DataCollector.ts with notepad/text editor and find those lines Then delete them If you log in with a token, no problem :)
theres no such lines though
In folder lib, open DataCollector.ts with notepad/text editor and find those lines Then delete them If you log in with a token, no problem :)
Can you write down the command steps?
In folder lib, open DataCollector.ts with notepad/text editor and find those lines Then delete them If you log in with a token, no problem :)
This fixed the issue, Much thanks
2023-11-16 19:44:24 [INFO] Checking Account... TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined at Function.from (node:buffer:323:9) at DiscordAuthWebsocket._decryptPayload (C:\Users\Esen\Desktop\discord-owo-selfbot-main\node_modules\discord.js-selfbot-v13\src\util\RemoteAuth.js:335:28) at DiscordAuthWebsocket._findRealToken (C:\Users\Esen\Desktop\discord-owo-selfbot-main\node_modules\discord.js-selfbot-v13\src\util\RemoteAuth.js:473:27) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 'ERR_INVALID_ARG_TYPE' } 2023-11-16 19:44:28 [PROMISE.ERROR] Unhandled Rejection Found!