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

Encryption file location, does it work if I put it into another dir? #5670

Closed
avexus opened this issue Sep 25, 2016 · 2 comments
Closed

Encryption file location, does it work if I put it into another dir? #5670

avexus opened this issue Sep 25, 2016 · 2 comments

Comments

@avexus
Copy link

avexus commented Sep 25, 2016

I have several instances of bots. If I put the encryption file to each bot's root dir, they all work. But that involves copying multiple times.
If I put them into a separate location and want the bot to use it, I got the following error.

in auth.json, I have the following (the double \ becomes single \ after I hit 'comment'):
"encrypt_location": "E:\GoogleDrive\Game\encrypt_64.dll",

After running, I have:

[] [PokemonGoBot] encrypt_64.dll is not found! Please place it in the bots root directory or set encrypt_location in config.
[] [PokemonGoBot] Platform: win32 encrypt_64.dll directory: E:\GoogleDrive\Game\encrypt_64.dll

E:\GameDownload\master>dir E:\GoogleDrive\Game\encrypt_64.dll
Volume in drive E is Data
Volume Serial Number is A216-E9EC

Directory of E:\GoogleDrive\Game

08/07/2016 09:19 AM 347,952 encrypt_64.dll
1 File(s) 347,952 bytes
0 Dir(s) 208,713,916,416 bytes free

@crvfts
Copy link
Contributor

crvfts commented Sep 25, 2016

"encrypt_location": "E:/GoogleDrive/Game",

@avexus
Copy link
Author

avexus commented Sep 25, 2016

@crvfts thank you. it worked.

@avexus avexus closed this as completed Sep 25, 2016
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

2 participants