Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on "encrypt.so" #3461

Closed
BillyDas opened this issue Aug 10, 2016 · 12 comments
Closed

Issue on "encrypt.so" #3461

BillyDas opened this issue Aug 10, 2016 · 12 comments

Comments

@BillyDas
Copy link

BillyDas commented Aug 10, 2016

Hey guys so i just moved the encrypt.so file to the root directory but am getting a big error on bootup of the program

entry responded with an error: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)

got the file from here
http://blog.pokemongofun.com/resolved-encrypt-so-is-not-found-please-place-it-in-the-bots-root-directory/
thoughts?

@licklake
Copy link

You mean on startup of your system? that would be interessting :D

@BillyDas
Copy link
Author

ahaha not bootup of pc, bootup for program xD! im not that silly

@BillyDas
Copy link
Author

@licklake this error is masive! im really not sure what to do!

@Ph4i1ur3
Copy link

Are you on the master or dev version?

@BillyDas
Copy link
Author

@AlphaT3ch master, should i be on the DEV?

@Ph4i1ur3
Copy link

I would recommend the dev version

@BillyDas
Copy link
Author

File "C:\Python27\lib\httplib.py", line 1053, in endheaders
self._send_output(message_body)
File "C:\Python27\lib\httplib.py", line 895, in _send_output
msg += message_body
UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
2016-08-10 23:32:57,805 [sentry.errors.uncaught] [ERROR] [u'WindowsError: [Error 193] %1 is not a valid Win32 application', u' File "pokecli.py", line 530, in ', u' File "pokecli.py", line 138, in main', u' File "pokecli.py", line 147, in report_summary', u' File "C:\Users\Billy\Desktop\PokemonGo-Bot-master\pokemongo_bot\metrics.py", line 76, in capture_stats', u' File "C:\Users\Billy\Desktop\PokemonGo-Bot-master\pokemongo_bot\api_wrapper.py", line 106, in call', u' File "C:\Users\Billy\Desktop\PokemonGo-Bot-master\pokemongo_bot\api_wrapper.py", line 63, in call', u' File "c:\users\billy\desktop\pokemongo-bot-master\src\pgoapi\pgoapi\pgoapi.py", line 210, in call', u' File "c:\users\billy\desktop\pokemongo-bot-master\src\pgoapi\pgoapi\rpc_api.py", line 85, in activate_signature', u' File "C:\Python27\lib\ctypes_init.py", line 440, in LoadLibrary', u' File "C:\Python27\lib\ctypes*init*.py", line 362, in init']

thats the end of the error code, not sure how to fix bud

@Waliers
Copy link

Waliers commented Aug 10, 2016

Make the encrypt.so yourself the downloaded ones are not always good :)

@flopk
Copy link

flopk commented Aug 10, 2016

I can't seem to find instructions for creating our own encrypt.so files. How can we do this?

@razithekillers
Copy link

razithekillers commented Aug 10, 2016

what platform r u running on? linux?

  1. download http://pgoapi.com/pgoencrypt.tar.gz
  2. tar xvfz pgoencrypt.tar.gz
  3. cd pgoencrypt/src
  4. make <-- command

rename .so file to encrypt.so and put on your bot file. Understand?

@flopk
Copy link

flopk commented Aug 11, 2016

how do you do this for WIN10?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@Ph4i1ur3 @flopk @BillyDas @razithekillers @licklake @Waliers and others