-
Member
Originally Posted by
imoutits
Try the 'force' option.
I get the image below. from a quick scan it looks like that only tier 1 pokemon are being transferred
-
Originally Posted by
imoutits
Yeah, there's a comma at the end: "..ted list, no spaces: 'eevee,weedle' ",". It looks like you just removed the force option and forgot to change that. JSON is very picky about its format.
yeah that would be right lol thanks that fixed it im an idiot.
also, since this doesn't require location now does that mean we can be logged into the account at the same time? want to be able to pop eggs when it starts evolving.
Last edited by bobdan; 07-26-2016 at 12:38 AM.
-
Master Sergeant
Originally Posted by
braaxxad
Hey thanks for great work btw!
I am getting this error:
Traceback (most recent call last):
File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokeIV.py", line 235, in <module>
main()
File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokeIV.py", line 206, in main
data = PokemonData(pokedex, family, cost, config, api)
File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokemondata.py", line 13, in __init__
self.login()
File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokemondata.py", line 247, in login
self.update_player_and_inventory()
File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokemondata.py", line 35, in update_player_and_inventory
self["player"] = self.parse_player(response)
File "C:\Users\bradicho3767\PycharmProjects\PoGoBot\PoGoEvolveTransferBot\pgoapi\poke IV\pokemondata.py", line 82, in parse_player
self["pokecoins"] = str(c["amount"])
KeyError: 'amount'
Okay that should be fixed. Apparently if you don't have pokecoins it has a field for pokecoins but leaves the amount out (thought it'd be 0).
-
Post Thanks / Like - 1 Thanks
braaxxad (1 members gave Thanks to imoutits for this useful post)
-
Master Sergeant
Originally Posted by
sshadownz
hi, thanks for the program, its working well except for a little problem I've encountered.
I've set my restrictions but it doesn't allow for the transfer of some pokemon.
please see the image
Attachment 29042
Yeah okay, so it looks like the 77% magikarp and 68% krabby are your highest of each of those (which is why theyr'e showing up for evolution), and the lower magikarp is showing up in the transfer window. By default it keeps your highest of each pokemon out of the transfer section. If you don't want this, use 'hard minimum'--that's what it's for.
You can also now just select (and multi-select) pokemon from the windows and click transfer/evolve if you want to do it manually.
-
Member
OMG!! it's working great now. It's so amazing thank you!!
-
Master Sergeant
Originally Posted by
bobdan
yeah that would be right lol thanks that fixed it im an idiot.
also, since this doesn't require location now does that mean we can be logged into the account at the same time? want to be able to pop eggs when it starts evolving.
Yeah I don't know, maybe? It's probably equivalent to logging in from a two phones at once and one has GPS turned off. It could be harmless...
-
Originally Posted by
imoutits
Yeah I don't know, maybe? It's probably equivalent to logging in from a two phones at once and one has GPS turned off. It could be harmless...
yeah i dont see it being an issue as people are doing this to evolve faster anyway with 2 phones.
-
Member
Originally Posted by
imoutits
Yeah okay, so it looks like the 77% magikarp and 68% krabby are your highest of each of those (which is why theyr'e showing up for evolution), and the lower magikarp is showing up in the transfer window. By default it keeps your highest of each pokemon out of the transfer section. If you don't want this, use 'hard minimum'--that's what it's for.
You can also now just select (and multi-select) pokemon from the windows and click transfer/evolve if you want to do it manually.
i see, when i try to transfer manually nothing happens. also with the the only problem with hard cp is that it doesn't take into account the min cp that i want to keep
-
Master Sergeant
Originally Posted by
sshadownz
i see, when i try to transfer manually nothing happens.
update
also with the the only problem with hard cp is that it doesn't take into account the min cp that i want to keep
Yeah that shouldn't have been happening. That should be fixed now. Make sure you're downloading from the new repo in the OP.
-
Member
Can you not manual evolve? I tried selecting one and clicked evolve, but it evolved everything on the list.
-
Member
Originally Posted by
imoutits
update
Yeah that shouldn't have been happening. That should be fixed now. Make sure you're downloading from the new repo in the OP.
awesome! working perfectly! thanks so mucH!
-
Member
After setting up pip.exe. I tried to run pokeIV.py and I got this:

But when I try to type anything in there it doesn't let me. Pressing enter causes it to close.
Nvm. I got it.
Also, I'd like to note that I think there should be an option to keep at least 1 of each pokemon instead of transfering all the ones you have that fall under the minimum IV requirement.
Last edited by Nyan Cat; 07-26-2016 at 03:37 AM.
-
Sergeant
I am having problems getting changes made in the GUI config menu to save. I changed some stuff and went back to look at the config.json and it was all still the old values.
-
Member
quick one, on the json file location, shall I put the name of my place or coordinate? if so is it . or , ?
-
Member
Hej,
Great tool,
I have one request though;
I would like to use your tool to get max exp from lucky egg evolving. At the moment when transferring, it doesn't hold into account the candies you'll get when evolving.
Ratta candies: 223, # rattatas left = 8, => evolving = 31 candies left => 1 evolution lost.
Could this be implemented? or is it and am I just not seeing how to do this?