MudaeAutoBot icon indicating copy to clipboard operation
MudaeAutoBot copied to clipboard

Requesting Assistance:

Open Alexander-Gremory opened this issue 2 years ago • 9 comments

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'
>>> 

Alexander-Gremory avatar Jul 20 '23 13:07 Alexander-Gremory

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 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: @.***>

vivinano avatar Jul 20 '23 13:07 vivinano

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 avatar Jul 20 '23 14:07 Alexander-Gremory

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 avatar Jul 20 '23 14:07 Alexander-Gremory

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

Alexander-Gremory avatar Jul 20 '23 16:07 Alexander-Gremory

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: @.***>

vivinano avatar Jul 20 '23 16:07 vivinano

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 avatar Jul 20 '23 17:07 Alexander-Gremory

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

Alexander-Gremory avatar Jul 20 '23 18:07 Alexander-Gremory

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

ghost avatar Aug 18 '23 20:08 ghost

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

vivinano avatar Oct 04 '23 03:10 vivinano

any updates on these one

BeruJazu avatar Aug 20 '24 14:08 BeruJazu