Closed UnKn0wN-Binary-zz closed 8 years ago
Also I downloaded the Bot Using the Instructions and Git Bash to download. Changed all Config Files in the Config Folder and have added the encrypt.dll to my main PoGoBot folder.
did you do 'pip install -r requirements.txt' after the download? as in: git clone --recursive https://www.github.com/OpenPoGo/OpenPoGoBot cd OpenPoGoBot virtualenv env source env/bin/activate pip install -r requirements.txt
also have protobuf3 installed before?
and then run with 'python2 pokecli.py config/config.yml (and also have the config files in config/plugins/ renamed to .yml ?)
I did do the-r requirements. I didn't run with python2 only python so I will try that. Yes I have protobuf3 installed. Changed all of the configuration files but I will double check.
$ python pokecli.py config/config.yml
Traceback (most recent call last):
File "pokecli.py", line 88, in
Brand New Install with the above configurations completed.
you're not loading in the virtualenv environment. source env/bin/activate <--- you'll need to call this
How would I go about calling it, I ran the command and it says below:
(Env)
That's all, do I need to call it in every bot run?
Also source env/bin/activate is not a valid Path. The Path I have is:
C:\Users\Root\Desktop\OpenPoGoBot\env\Scripts
So, Did a Brand new install on a Virtual Box, Installed everything as aboe and in the install, changed all of the configs and now I get this:
python pokecli.py config/config.yml
Traceback (most recent call last):
File "pokecli.py", line 88, in
Change the last line in the config.yml, i had same prob. Double check the last line config.yml.example and your config file, you'll see the difference.
YOu are awesome, I don't know why the New Pull wouldn't update that, appreciate all of the help.
Expected Behavior
Bot Starts as normal
Actual Behavior
Bot Returns:
**C:\Users\Root\Desktop\OpenPoGoBot>pokecli.py config/config.yml Traceback (most recent call last): File "C:\Users\Root\Desktop\OpenPoGoBot\pokecli.py", line 38, in
from pokemongo_bot.bot import PokemonGoBot
File "C:\Users\Root\Desktop\OpenPoGoBot\pokemongo_botinit.py", line 6, in