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
149 stars 49 forks source link

Settings_Mudae.json not found #155

Closed DargonGamers closed 2 years ago

DargonGamers commented 2 years ago

I installed discum but whenever I launch "MudaeAutoBot.py" I get a prompt saying "there is no such file or directory "Settings_Mudae.json"" any clue why? unknown

vivinano commented 2 years ago

It might because your using the “windows store” version of python

Sent from my iPhone

On Apr 7, 2022, at 10:02 AM, DargonGamers @.***> wrote:

 I installed discum but whenever I launch "MudaeAutoBot.py" I get a prompt saying "there is no such file or directory "Settings_Mudae.json"" any clue why?

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

ghost commented 2 years ago

If you're sure that the settings file is in that same folder and is named correctly, try opening a terminal/command prompt in that folder (shift right click in the folder, click "open in terminal" or "open in command window" depending on your OS) and run the script with the command "python MudaeAutoBot.py"

I use the windows store version of python on windows 11 and it works fine for me this way.

vivinano commented 2 years ago

Personally hate windows store version and even when you attempt to install the standalone version windows just loves to force you to use their windows store version

DargonGamers commented 2 years ago

If you're sure that the settings file is in that same folder and is named correctly, try opening a terminal/command prompt in that folder (shift right click in the folder, click "open in terminal" or "open in command window" depending on your OS) and run the script with the command "python MudaeAutoBot.py"

I use the windows store version of python on windows 11 and it works fine for me this way.

I opened the file in a command window and whenever I run the script the whole thing just freezes. I press enter after entering "python MudaeAutoBot.py" and nothing happens afterwards and the prompt takes no inputs.

DargonGamers commented 2 years ago

Also yes I did have a standalone version of python but windows forced the windows store one.

ghost commented 2 years ago

Make sure you have Discum installed (I recommend you install git and then install Discum using the command on their GitHub page readme). If you have Discum installed, make sure you entered your login token in the top of the settings file.

vivinano commented 2 years ago

seems like this issue was resolved as no further comments was made after recommendation to install latest version of discum