WhiteFlow icon indicating copy to clipboard operation
WhiteFlow copied to clipboard

ModuleNotFoundError: No module named 'DankCord.objects'

Open Jivesh-Bisht opened this issue 1 year ago • 2 comments

When i git clone the repo and then edit the example_config.toml and then install the requirement and run the main.py file i get this error saying

Traceback (most recent call last): File "/home/jivesh/WhiteFlow/Source/main.py", line 7, in <module> from internal.botbase import Bot File "/home/jivesh/WhiteFlow/Source/internal/botbase.py", line 9, in <module> from DankCord.objects import Message, Button, Dropdown ModuleNotFoundError: No module named 'DankCord.objects'

Also the requirements.txt is incomplete

It lacks these packages (separated by a space) websocket-client websocket orjson requests

Jivesh-Bisht avatar Jan 01 '24 14:01 Jivesh-Bisht

Nvm i got that thing working, just remove the .objects part and it will work fine

Jivesh-Bisht avatar Jan 01 '24 14:01 Jivesh-Bisht

Running the bot gives a lot of errors and doesn't work so if you want to run the autofarmer then you gotta wait for the development to finish or fix the issues yourself.

Jivesh-Bisht avatar Jan 01 '24 14:01 Jivesh-Bisht