shamhi / MemeFiBot

Bot that mines coins in MemeFiCoin
314 stars 109 forks source link

Hello, getting this issue #138

Open holdeMp opened 3 months ago

holdeMp commented 3 months ago

Traceback (most recent call last): File "C:\Users\molot\Desktop\MemeFiBot\main.py", line 4, in from bot.utils.launcher import process File "C:\Users\molot\Desktop\MemeFiBot\bot\utils__init__.py", line 9, in if not os.path.exists(path='sessions'): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: nt._path_exists() takes no keyword arguments

afridi315 commented 3 months ago

First of all, you must install all the required requirements using pip install -r requirements.txt command.

Additionally, make sure you select Create Session before running the Tapper. If this is not the case, create the sessions folder in the project's root directory and run the script, then select action/option 1 to make the session. _P.S: Ensure you have api_id and apihash added to the .env file.