Kyou-Izumi / discord-owo-selfbot

Discord owobot selfbot, included many extensions, no double or triple spam error, made by Vietnamese with love
MIT License
84 stars 39 forks source link

fix?? #28

Open vxnlolz opened 7 months ago

vxnlolz commented 7 months ago

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!

pepe-god commented 6 months 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.

Kyou-Izumi commented 6 months 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.

Check this one out: https://github.com/LongAKolangle/discord-owo-selfbot/discussions/15#discussioncomment-6834540

pepe-god commented 6 months ago

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!

pepe-god commented 6 months ago

okay, the problem was fixed when I logged in with the token, thank you, it was a really nice project.

9020areeb commented 5 months ago

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?

pepe-god commented 5 months ago

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 :) image

DvivekD commented 2 months ago

theres no such lines though

Kayows12 commented 1 month ago

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 :) image

Can you write down the command steps?

impossi6le05 commented 4 days ago

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 :) image

This fixed the issue, Much thanks