poketrainer icon indicating copy to clipboard operation
poketrainer copied to clipboard

PROBLEM WITH ENCRYPT? CHECK HERE

Open jekirl opened this issue 8 years ago • 10 comments

Thanks @rhythem

wget http://pgoapi.com/pgoencrypt.tar.gz && tar -xf pgoencrypt.tar.gz && cd pgoencrypt/src/ && make

jekirl avatar Aug 07 '16 14:08 jekirl

can't run this under windows. works in MAC. Thanks I just change my system to mac

IllidanU avatar Aug 07 '16 15:08 IllidanU

I don't have a windows vm, so if someone could provide instructions for that it would be much appreciated

jekirl avatar Aug 07 '16 15:08 jekirl

2016-08-07 8 36 03

some problem happens after I build it, rename to encrypt.so then copy it into poke train-master folder

IllidanU avatar Aug 07 '16 15:08 IllidanU

No module named gevent is unrelated to the encrypt library. If you don't have gevent, then you're probably missing other dependencies because you didn't have git installed when you ran pip install. In this case:

  1. Install git
  2. cd into the poketrainer directory.
  3. pip install --upgrade -r requirements.txt

The git requirement is mentioned in the readme, but it was only added last week. So, if you have an older version of poketrainer, you definitely need to install git and upgrade the pip requirements to have a functioning poketrainer.

infinitewarp avatar Aug 07 '16 16:08 infinitewarp

So sorry to bother you guys! ALL WORKING NOW! THANKS A LOT

IllidanU avatar Aug 07 '16 16:08 IllidanU

So after using the make command what is the actual command to run it now? Before the default was python pokecli.py, whats the new command?

djadstar avatar Aug 07 '16 18:08 djadstar

python pokecli.pi -e encrypt_lib_name.so -i 0

jekirl avatar Aug 07 '16 18:08 jekirl

For those using linux you need to use your command like so python pokecli.pi -e ./encrypt_lib_name.so -i 0 If you don't linux wont recognize the path to the file.

olife373 avatar Aug 08 '16 05:08 olife373

I got this working on windows, I downloaded a program called cygwin and installed the wget and cmake packages as they're not installed by default.

Takes an age!

Then run the command mentioned above: wget http://pgoapi.com/pgoencrypt.tar.gz && tar -xf pgoencrypt.tar.gz && cd pgoencrypt/src/ && make

Copy out the libencrypt.so in the folder where you keep pokecli.py and rename it encrypt.so

Then run the usual python pokecli.py -i 0 -e encrypt.so

NathanWaudby avatar Aug 08 '16 08:08 NathanWaudby

Working on WIKI entry for libencrypt.so and related development. would love some assistance see here.

olife373 avatar Aug 14 '16 05:08 olife373