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
142 stars 46 forks source link

Requesting Assistance: #250

Open Alexander-Gremory opened 1 year ago

Alexander-Gremory commented 1 year ago

Could you add me on discord or assist me? I know you are fed up with python basic issues, so I am willing to use cashapp or something for a donation? I don't understand python.

Reading from File for channel [removed]
Exception ignored in thread started by: <bound method GatewayServer._response_loop of <discum.gateway.gateway.GatewayServer object at 0x00000147477BE180>>
Traceback (most recent call last):
  File "C:\Users\ericg\AppData\Roaming\Python\Python311\site-packages\discum\gateway\gateway.py", line 299, in _response_loop
    func(resp)
  File "C:\Users\ericg\Downloads\MudaeAutoBot-4\MudaeAutoBot.py", line 694, in on_message
    c_settings = parse_settings_message(msg)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ericg\Downloads\MudaeAutoBot-4\MudaeAutoBot.py", line 234, in parse_settings_message
    settings['claim_snipe'][0] = int(settings['claim_snipe'][0])
                                     ~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

Ran in Idle:

Traceback (most recent call last):
  File "C:\Users\ericg\Downloads\MudaeAutoBot-4\MudaeAutoBot.py", line 2, in <module>
    import discum
ModuleNotFoundError: No module named 'discum'
>>> 
vivinano commented 1 year ago

Install discum Sent from my iPhoneOn Jul 20, 2023, at 9:53 AM, Alexander-Gremory @.***> wrote: Could you add me on discord or assist me? I know you are fed up with python basic issues, so I am willing to use cashapp or something for a donation? I don't understand python. Reading from File for channel [removed] Exception ignored in thread started by: <bound method GatewayServer._response_loop of <discum.gateway.gateway.GatewayServer object at 0x00000147477BE180>> Traceback (most recent call last): File "C:\Users\ericg\AppData\Roaming\Python\Python311\site-packages\discum\gateway\gateway.py", line 299, in _response_loop func(resp) File "C:\Users\ericg\Downloads\MudaeAutoBot-4\MudaeAutoBot.py", line 694, in on_message c_settings = parse_settings_message(msg) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ericg\Downloads\MudaeAutoBot-4\MudaeAutoBot.py", line 234, in parse_settings_message settings['claim_snipe'][0] = int(settings['claim_snipe'][0])


IndexError: list index out of range

Ran in Idle:
Traceback (most recent call last):
  File "C:\Users\ericg\Downloads\MudaeAutoBot-4\MudaeAutoBot.py", line 2, in <module>
    import discum
ModuleNotFoundError: No module named 'discum'
>>> 

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Alexander-Gremory commented 1 year ago

I've installed discum, but it isn't working and I've tried referencing old issue forms here. I don't understand what I am doing at all though. How much money to get direct assistance teamviewer or discord?

Alexander-Gremory commented 1 year ago

Ive completely uninstalled and reinstalled python just to try anything...

IDLE:


Exception ignored in thread started by: <bound method GatewayServer._response_loop of <discum.gateway.gateway.GatewayServer object at 0x00000276E9516E90>>
Traceback (most recent call last):
  File "C:\Users\ericg\AppData\Roaming\Python\Python311\site-packages\discum\gateway\gateway.py", line 299, in _response_loop
    func(resp)
  File "C:\Users\ericg\Downloads\MudaeAutoBot-4\MudaeAutoBot.py", line 694, in on_message
    c_settings = parse_settings_message(msg)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ericg\Downloads\MudaeAutoBot-4\MudaeAutoBot.py", line 234, in parse_settings_message
    settings['claim_snipe'][0] = int(settings['claim_snipe'][0])
                                     ~~~~~~~~~~~~~~~~~~~~~~~^^^

IndexError: list index out of range```

Terminal:
```Exception ignored in thread started by: <bound method GatewayServer._response_loop of <discum.gateway.gateway.GatewayServer object at 0x00000276E9516E90>>
Traceback (most recent call last):
  File "C:\Users\ericg\AppData\Roaming\Python\Python311\site-packages\discum\gateway\gateway.py", line 299, in _response_loop
    func(resp)
  File "C:\Users\ericg\Downloads\MudaeAutoBot-4\MudaeAutoBot.py", line 694, in on_message
    c_settings = parse_settings_message(msg)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ericg\Downloads\MudaeAutoBot-4\MudaeAutoBot.py", line 234, in parse_settings_message
    settings['claim_snipe'][0] = int(settings['claim_snipe'][0])
                                     ~~~~~~~~~~~~~~~~~~~~~~~^^^```
Alexander-Gremory commented 1 year ago

I've tried everything I could find and can't solve this gateway error, I don't know what to do man

vivinano commented 1 year ago

Seems like your aren’t having a setting instance in your channel so this might be token related Sent from my iPhoneOn Jul 20, 2023, at 12:52 PM, Alexander-Gremory @.***> wrote: I've tried everything I could find and can't solve this gateway error, I don't know what to do man

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

Alexander-Gremory commented 1 year ago

image image image

I ran $setting in the channel as well.

The only thing I've managed to fix is the not finding discum module. I don't know what to fix or where my problem is now. Token is in settings and is working. Please tell me what to do. Or please help me with teamviewer or discord screen share. I have cashapp and paypal.

Alexander-Gremory commented 1 year ago

image Not sure what caused this change, but this popped up one time while running it

Still get the other issue when I open it sometimes, but sometimes get this error too

ZIPender commented 1 year ago

I got the exact same problem, Reading from File for channel 695382294046965760 Exception ignored in thread started by: <bound method GatewayServer._response_loop of <discum.gateway.gateway.GatewayServer object at 0x0000018A886DC630>> Traceback (most recent call last): File "C:\Users\oscar\AppData\Local\Programs\Python\Python310\lib\site-packages\discum\gateway\gateway.py", line 299, in _response_loop func(resp) File "C:\Users\oscar\Desktop\MudaeAutoBot-4\MudaeAutoBot.py", line 694, in on_message c_settings = parse_settings_message(msg) File "C:\Users\oscar\Desktop\MudaeAutoBot-4\MudaeAutoBot.py", line 234, in parse_settings_message settings['claim_snipe'][0] = int(settings['claim_snipe'][0]) IndexError: list index out of range

from IDLE: Reading from File for channel 695382294046965760 Exception ignored in thread started by: <bound method GatewayServer._response_loop of <discum.gateway.gateway.GatewayServer object at 0x000001E1048469D0>> Traceback (most recent call last): File "C:\Users\oscar\AppData\Local\Programs\Python\Python310\lib\site-packages\discum\gateway\gateway.py", line 299, in _response_loop func(resp) File "C:\Users\oscar\Desktop\MudaeAutoBot-4\MudaeAutoBot.py", line 694, in on_message c_settings = parse_settings_message(msg) File "C:\Users\oscar\Desktop\MudaeAutoBot-4\MudaeAutoBot.py", line 234, in parse_settings_message settings['claim_snipe'][0] = int(settings['claim_snipe'][0]) IndexError: list index out of range

I just fixed the problem {user} from discum (fixed by creating an alt and only having 1 server lol) but now i got this error too

vivinano commented 10 months ago

there some fixes with manaul setting of guilds as somehow its unable to grab the guild id if you have alot of guilds maybe its a limitation of the variable its stored in i might have to check on that

BeruJazu commented 1 week ago

any updates on these one