-
Member
Originally Posted by
remi13014
still can't log in with google
i have the double authentication but how I autorize ?
Originally Posted by
imoutits
You can't.
Yes you can..... just create an App Password under your security settings and use that to login. Not sure why imoutits said you can't just like th at without doing any research and stating it so matter of factly.
-
Member
Originally Posted by
imoutits
Try 'python pokeIV.py' (or for the gui: 'python pokeIV-gui.py)
thank you so much! 
-
Member
Hello there, this is much easier to set up than the other one on this forum, but I couldn't get it working;
D:\path\to\the\cruncher\pgoapi-master\pokeIV>python pokeIV-gui.py
Traceback (most recent call last):
File "pokeIV-gui.py", line 27, in <module>
from pgoapi import pgoapi
File "D:\path\to\the\cruncher\pgoapi-master\pokeIV\..\pgoapi\__init__
.py", line 17, in <module>
raise PleaseInstallProtobufVersion3()
pgoapi.exceptions.PleaseInstallProtobufVersion3
this is one error I'm getting. Yes, I did install the requirements. I also had Python2.7 but didn't work, so I installed ver. 3 including path, and as you can see it throws that error at me.
What do?
-
Master Sergeant
Originally Posted by
murf43143
Yes you can..... just create an App Password under your security settings and use that to login. Not sure why imoutits said you can't just like th at without doing any research and stating it so matter of factly.
My bad, thanks for the info.
-----------
OKAY, so kind of big change: there's finally an executable available.
I've moved everything into another repository (the final move I hope >_>) and, after way too much time spent getting the libs working with py2exe, I've been able to get a working exe out of the code. This means that you no longer need Python or any of those dependencies in requirements.txt. Just download and run.
If you get any errors with the executable (they will be printed to a log file right next to it), please post them and the fixes should be quick. Errors will pretty much entirely be DLL compatibility, and so far it's only been tested on Windows 10 and 8.1.
The executable is located in dist/pokeIV-gui.exe.
New repo >>https://github.com/imoutits/PokeIV<<
-
Any way to add a function to power up pokemons? ...
-
Master Sergeant
Originally Posted by
nowayrlz
Any way to add a function to power up pokemons? ...
Yeah, I think I'll do that next since that's pretty much the last thing left that you can do in the game without GPS. That and using a lucky egg. The updates will probably be slower from now on though.
-
Master Sergeant
Originally Posted by
d0duxdj
Hello there, this is much easier to set up than the other one on this forum, but I couldn't get it working;
D:\path\to\the\cruncher\pgoapi-master\pokeIV>python pokeIV-gui.py
Traceback (most recent call last):
File "pokeIV-gui.py", line 27, in <module>
from pgoapi import pgoapi
File "D:\path\to\the\cruncher\pgoapi-master\pokeIV\..\pgoapi\__init__
.py", line 17, in <module>
raise PleaseInstallProtobufVersion3()
pgoapi.exceptions.PleaseInstallProtobufVersion3
this is one error I'm getting. Yes, I did install the requirements. I also had Python2.7 but didn't work, so I installed ver. 3 including path, and as you can see it throws that error at me.
What do?

Odd... have you tried the 32 bit Python installations? Also, you did re-install the requirements when you switched Python versions, right (2.7 and 3.5 have different libs)?
-
Member
@imoutits
THANK YOU VERY MUCH! For making an exe version for a noob like me
-
Member
I tried the new version and i'm having some issues,
I logged in with the cmd version, everything worked fine, but for the gui version I get the following: (any advice.)
2016-07-28 21:05:45,149 [ pgoapi] [ INFO] Starting RPC login sequence (app simulation)
2016-07-28 21:05:45,153 [ pgoapi] [ INFO] Create new request...
2016-07-28 21:05:45,153 [ pgoapi] [ INFO] Adding 'GET_PLAYER' to RPC request
2016-07-28 21:05:45,153 [ pgoapi] [ INFO] Adding 'GET_HATCHED_EGGS' to RPC request
2016-07-28 21:05:45,153 [ pgoapi] [ INFO] Adding 'GET_INVENTORY' to RPC request
2016-07-28 21:05:45,153 [ pgoapi] [ INFO] Adding 'CHECK_AWARDED_BADGES' to RPC request
2016-07-28 21:05:45,157 [ pgoapi] [ INFO] Adding 'DOWNLOAD_SETTINGS' to RPC request including arguments
2016-07-28 21:05:45,157 [ pgoapi] [ INFO] Execution of RPC
2016-07-28 21:05:46,459 [ pgoapi] [ INFO] Cleanup of request!
2016-07-28 21:05:46,463 [ pgoapi] [ INFO] Finished RPC login sequence (app simulation)
2016-07-28 21:05:46,463 [ pgoapi] [ INFO] Login process completed
2016-07-28 21:05:46,467 [ pgoapi] [ INFO] Create new request...
2016-07-28 21:05:46,467 [ pgoapi] [ INFO] Adding 'GET_INVENTORY' to RPC request
2016-07-28 21:05:46,467 [ pgoapi] [ INFO] Adding 'GET_PLAYER' to RPC request
2016-07-28 21:05:46,467 [ pgoapi] [ INFO] Execution of RPC
2016-07-28 21:06:16,736 [ rpc_api] [WARNING] Unexpected HTTP server response - needs 200 got 502
2016-07-28 21:06:16,740 [ pgoapi] [ INFO] Cleanup of request!
I log in fine, but nothing is displayed (no pokemon)
Last edited by Boeieuh; 07-28-2016 at 02:12 PM.
-
Member
so is there a reason that this tool says some of my pokemon are 88% when in 3 other calculators it says 91-93%? im having this issue with 3 other pokemon right now
Jynx
cp 1010
hp 88
stardust 3000
not powered up
for example 88.89% in this tool but shows 91.1% in others
-
Master Sergeant
Originally Posted by
joey4187
so is there a reason that this tool says some of my pokemon are 88% when in 3 other calculators it says 91-93%? im having this issue with 3 other pokemon right now
Jynx
cp 1010
hp 88
stardust 3000
not powered up
for example 88.89% in this tool but shows 91.1% in others
Yes, because the way they calculate your IV is different. The program now has an 'equation' config option in which you can provide whatever equation you want to calculate the IV that is used. The default is the standard, but in the comments is the version that the other ones you've mentioned use.
-
Master Sergeant
Originally Posted by
Boeieuh
I tried the new version and i'm having some issues,
I logged in with the cmd version, everything worked fine, but for the gui version I get the following: (any advice.)
2016-07-28 21:05:45,149 [ pgoapi] [ INFO] Starting RPC login sequence (app simulation)
2016-07-28 21:05:45,153 [ pgoapi] [ INFO] Create new request...
2016-07-28 21:05:45,153 [ pgoapi] [ INFO] Adding 'GET_PLAYER' to RPC request
2016-07-28 21:05:45,153 [ pgoapi] [ INFO] Adding 'GET_HATCHED_EGGS' to RPC request
2016-07-28 21:05:45,153 [ pgoapi] [ INFO] Adding 'GET_INVENTORY' to RPC request
2016-07-28 21:05:45,153 [ pgoapi] [ INFO] Adding 'CHECK_AWARDED_BADGES' to RPC request
2016-07-28 21:05:45,157 [ pgoapi] [ INFO] Adding 'DOWNLOAD_SETTINGS' to RPC request including arguments
2016-07-28 21:05:45,157 [ pgoapi] [ INFO] Execution of RPC
2016-07-28 21:05:46,459 [ pgoapi] [ INFO] Cleanup of request!
2016-07-28 21:05:46,463 [ pgoapi] [ INFO] Finished RPC login sequence (app simulation)
2016-07-28 21:05:46,463 [ pgoapi] [ INFO] Login process completed
2016-07-28 21:05:46,467 [ pgoapi] [ INFO] Create new request...
2016-07-28 21:05:46,467 [ pgoapi] [ INFO] Adding 'GET_INVENTORY' to RPC request
2016-07-28 21:05:46,467 [ pgoapi] [ INFO] Adding 'GET_PLAYER' to RPC request
2016-07-28 21:05:46,467 [ pgoapi] [ INFO] Execution of RPC
2016-07-28 21:06:16,736 [ rpc_api] [WARNING] Unexpected HTTP server response - needs 200 got 502
2016-07-28 21:06:16,740 [ pgoapi] [ INFO] Cleanup of request!
I log in fine, but nothing is displayed (no pokemon)
You can try updating, but it's probably just the servers being shit. The new version has an integrated login so you can keep trying.
-
Member
I cant run, here, take a look...
Screenshot by Lightshot
i see this window opening and close very quickly
-
Master Sergeant
Originally Posted by
weel1
Why are you running the setup file? That's only used to create the executable in dst. If you want to use it in python, use pokeIV.py/pokeIV-gui.py.
-
Post Thanks / Like - 1 Thanks
weel1 (1 members gave Thanks to imoutits for this useful post)
-
Member
samething, but another error...
Screenshot by Lightshot