vivinano / MudaeAutoBot

python bot that uses strictly the **Discord API** to Roll,Claim,and Kakera Snipe in Mudae. 5/10/21 project converted over to discum library
Apache License 2.0
143 stars 47 forks source link

Could not find settings #167

Closed Equ1no0x closed 2 years ago

Equ1no0x commented 2 years ago

So I've managed to avoid the 'user' error by just using an older version of this selfbot and Discum, but I've been stuck with this error message ever since:

image

Any idea what could be causing it? I've used the command multiple times and tested it in different channels.

I'm currently using v4 from the bot and Discum 1.3.1

vivinano commented 2 years ago

the older version of the bot didn't have persistence built in so it tries to pull a live setting and sometimes it will error out if the channel is to busy to do a search on

Equ1no0x commented 2 years ago

the older version of the bot didn't have persistence built-in so it tries to pull a live setting and sometimes it will error out if the channel is too busy to do a search on

Is there maybe a way to jerry-rig a fix for this by modifying the python script for this version? Or maybe you can point me to the section where this was fixed on current so I can compare and try and see if it works. I don't want to be wasting your time on a fix on an older version.

vivinano commented 2 years ago

There is you can just do a diff check and add the persistence in the get setting function

Sent from my iPhone

On May 20, 2022, at 12:36 AM, Equ1no0x @.***> wrote:

 the older version of the bot didn't have persistence built-in so it tries to pull a live setting and sometimes it will error out if the channel is too busy to do a search on

Is there maybe a way to jerry-rig a fix for this by modifying the python script for this version? Or maybe you can point me to the section where this was fixed on current so I can compare and try and see if it works. I don't want to be wasting your time on a fix on an older version.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.

aspectlostx commented 2 years ago

Should just fix the user error by removing servers you do not need anymore and return to the new version of the bot. That's my opinion however, the fix worked for several people!

Equ1no0x commented 2 years ago

Should just fix the user error by removing servers you do not need anymore and return to the new version of the bot. That's my opinion however, the fix worked for several people!

I have seen that this worked for some people, but I don't really want to start leaving servers randomly just to see if it will work, especially when that issue is apparently a problem with discum itself. I do use most of the servers I'm in here and there.

vivinano commented 2 years ago

Yeah it fine to use a older version of mudae auto bot that is why they are there ultimately the issue comes from the developer of discum taking a break so maybe some changes were made that broke a few things

But as for support for my repo I'll offer assistance within reason

Equ1no0x commented 2 years ago

Yeah it fine to use a older version of mudae auto bot that is why they are there ultimately the issue comes from the developer of discum taking a break so maybe some changes were made that broke a few things

But as for support for my repo I'll offer assistance within reason

Totally understandable, thanks for taking the time to reply!