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

GatewayServer._response_loop of discum error #192

Closed Denchyaknow closed 2 years ago

Denchyaknow commented 2 years ago

Happens on both my boths for 2 diff accounts, tried pulling fresh configs and settings it all up.

Full Log:

PS Z:\Git\MudaeAutoBot> python .\MudaeAutoBot.py File Not Found using Different Method Default $settings used for channel 988564585701318662 File Not Found using Different Method Default $settings used for channel 988564585701318662 Exception ignored in thread started by: <bound method GatewayServer._response_loop of <discum.gateway.gateway.GatewayServer object at 0x000001D4DF537E80>> Traceback (most recent call last): File "C:\Users\BlahBlah\AppData\Roaming\Python\Python39\site-packages\discum\gateway\gateway.py", line 299, in _response_loop func(resp) File "Z:\Git\MudaeAutoBot\MudaeAutoBot.py", line 763, in on_message msg = get_server_settings(gid,matched_channel) File "Z:\Git\MudaeAutoBot\MudaeAutoBot.py", line 189, in get_server_settings · Prefix: {settings_hope_prefix} ($prefix) UnboundLocalError: local variable 'settings_hope_prefix' referenced before assignment

This started happening recently like this month. Any guesses?

vivinano commented 2 years ago

It’s saying your files aren’t present for the channel

Sent from my iPhone

On Aug 4, 2022, at 6:33 PM, Dencho @.***> wrote:

 Happens on both my boths for 2 diff accounts, tried pulling fresh configs and settings it all up.

Full Log:

PS Z:\Git\MudaeAutoBot> python .\MudaeAutoBot.py File Not Found using Different Method Default $settings used for channel 988564585701318662 File Not Found using Different Method Default $settings used for channel 988564585701318662 Exception ignored in thread started by: <bound method GatewayServer._response_loop of <discum.gateway.gateway.GatewayServer object at 0x000001D4DF537E80>> Traceback (most recent call last): File "C:\Users\BlahBlah\AppData\Roaming\Python\Python39\site-packages\discum\gateway\gateway.py", line 299, in _response_loop func(resp) File "Z:\Git\MudaeAutoBot\MudaeAutoBot.py", line 763, in on_message msg = get_server_settings(gid,matched_channel) File "Z:\Git\MudaeAutoBot\MudaeAutoBot.py", line 189, in get_server_settings · Prefix: {settings_hope_prefix} ($prefix) UnboundLocalError: local variable 'settings_hope_prefix' referenced before assignment

This started happening recently like this month. Any guesses?

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

vivinano commented 2 years ago

No further details given going to close issue as resolved