question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to get pokemon list from inventary?

See original GitHub issue

I’m writing a “cleaner” for my account. I want it to read the pokemon list from the inventory, then calculate the IV’s, and everything under 80% perfection will be given to Oak to make sausages 😃

…but I cannot read the inventory:

a.GetInventory(function(err,inventory) {
      if (err) throw err;

      console.log(inventory);
    });
Error: Illegal wire type for field Message.Field .ResponseEnvelop.PokemonData.egg_km_walked_target: 1 (0 expected)

How can I access the inventory data? 😃 👍

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

0reactions
arkdelkaoscommented, Jul 24, 2016

Awesome 😃 That’s more that I could have ask for!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Searching & Filtering your Pokémon Inventory - Niantic Support
As your Pokémon collection grows, you can use keyword searches to quickly and easily narrow down the list of Pokémon that you have...
Read more >
Pokemon Legends: Arceus - How to Increase Inventory Space ...
More than any other Pokemon game before it, inventory management is incredibly important in Legends: Arceus. Here's how to unlock new ...
Read more >
Pokemod - Toggle Your Troubles Away
Replaces Pokémon names with their IVs in your inventory list. Transfer on Catch. Pro Only. Automatically transfers any wild Pokémon you ...
Read more >
How to Increase Inventory Size and Upgrade Prices - Game8
You can increase Inventory size from Bagin at Jubilife Village in Pokemon Legends: Arceus for the Nintendo Switch. Read on to learn where...
Read more >
HIDDEN SEARCH FILTER TERMS for Pokémon Go Storage ...
There are so many useful ways to filter through your Pokemon... ... ALL HIDDEN SEARCH FILTER TERMS for Pokémon Go Storage Inventory !...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found