Discord-S.C.U.M icon indicating copy to clipboard operation
Discord-S.C.U.M copied to clipboard

bot.gateway.run issue

Open ahykono opened this issue 2 years ago • 1 comments

Using the old src of a bot and the latest version of Discum. I tried to find solutions for the matter where the bot never runs, it remains stuck after executing py main.py (the bot file) If I attempt to set auto_reconnect to False, it exits within a second orso.

image

Source of the bot I'm running

ahykono avatar Aug 13 '22 15:08 ahykono

Maybe your token is invalid. Discum doesn't return any exception if only half of your token is invalid Discord stores 2 thing in your token, your user ID (encoded with base64) and your authorization code. Discum only returns exeption if your ID is invalid.

ahihiyou20 avatar Aug 14 '22 12:08 ahihiyou20

Maybe your token is invalid. Discum doesn't return any exception if only half of your token is invalid Discord stores 2 thing in your token, your user ID (encoded with base64) and your authorization code. Discum only returns exeption if your ID is invalid.

Uhh I don't believe that 'cause I made a new token for the bot couple of times before I open this issue

ahykono avatar Aug 14 '22 22:08 ahykono

Did you set logging to false? I would like to see what the logs say

NeutronBlast avatar Aug 18 '22 02:08 NeutronBlast

Did you set logging to false? I would like to see what the logs say

https://cdn.fractune.dev/oni/2xcn82.mp4

ahykono avatar Aug 19 '22 00:08 ahykono

Did you try to login with the same token manually? From the output it looks like the token expired

NeutronBlast avatar Aug 19 '22 00:08 NeutronBlast

Did you set logging to false? I would like to see what the logs say

https://cdn.fractune.dev/oni/2xcn82.mp4

Are you trying to run your selfbot with a bot account? #262

ahihiyou20 avatar Aug 19 '22 04:08 ahihiyou20

Are you trying to run your selfbot with a bot account? #262

I thought it was obvious when I made this ticket, I'm using a bot account

Did you try to login with the same token manually? From the output it looks like the token expired

Every time I reset token, that's the error I get. I made a new app agan & same result

ahykono avatar Aug 19 '22 14:08 ahykono

Are you trying to run your selfbot with a bot account? #262

I thought it was obvious when I made this ticket, I'm using a bot account

Did you try to login with the same token manually? From the output it looks like the token expired

Every time I reset token, that's the error I get. I made a new app agan & same result

Dude discum is a package for Selfbot, which mean you need to use an user account, not bot account. And also the src you're using is for selfbot, not bot. Look for a tutorial on YouTube about getting user account's token.

ahihiyou20 avatar Aug 19 '22 14:08 ahihiyou20

Dude discum is a package for Selfbot, which mean you need to use an user account, not bot account. And also the src you're using is for selfbot, not bot. Look for a tutorial on YouTube about getting user account's token.

I don't need a tutorial however the src I'm using also mentions that it's for a bot's account (not DISCUM though) but thanks for clarifying that out.

ahykono avatar Aug 20 '22 01:08 ahykono

Dude discum is a package for Selfbot, which mean you need to use an user account, not bot account. And also the src you're using is for selfbot, not bot. Look for a tutorial on YouTube about getting user account's token.

I don't need a tutorial however the src I'm using also mentions that it's for a bot's account (not DISCUM though) but thanks for clarifying that out.

In the desc of the bot you're using, they said you need an user token which mean that's a selfbot (And discum can't even run on bot account)

ahihiyou20 avatar Aug 20 '22 02:08 ahihiyou20