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

Error after login related to Stardust #3

Open
FernandoTBarros opened this issue Feb 20, 2017 · 0 comments
Open

Error after login related to Stardust #3

FernandoTBarros opened this issue Feb 20, 2017 · 0 comments

Comments

@FernandoTBarros
Copy link
Owner

@xorgg007 @dikkop and @Heliant

[04:34] xorgg007: [08:30:37]: Successfully logged in. Welcome, Xorgg007.
[08:30:37]: Hash Version: 0.45.00
[08:30:37]: Stats: Lvl 40 Mystic player.
[08:30:37]: Pokédex - Types Caught: 217, Total Pokémon Caught: 58794, Total Current Pokémon: 393 (+4 Eggs)
[08:30:37]: Current version: v0.2.0-develop
[08:30:37]: Load saved locations from file.
[08:30:37]: java.lang.IndexOutOfBoundsException: Index: 40, Size: 40
[08:30:37]: at java.util.ArrayList.rangeCheck(Unknown Source)
[08:30:37]: at java.util.ArrayList.get(Unknown Source)
[08:30:37]: at java.util.Collections$UnmodifiableList.get(Unknown Source)
[08:30:37]: at POGOProtos.Settings.Master.PokemonUpgradeSettingsOuterClass$PokemonUpgradeSettings.getStardustCost(PokemonUpgradeSettingsOuterClass.java:236)
[08:30:37]: at com.pokegoapi.api.pokemon.PokemonCpUtils.getStartdustCostsForPowerup(PokemonCpUtils.java:189)
[08:30:37]: at com.pokegoapi.api.pokemon.PokemonDetails.getStardustCostsForPowerup(PokemonDetails.java:430)
[08:30:37]: at me.corriekay.pokegoutil.data.enums.PokeColumn$19.get(PokeColumn.java:170)
[08:30:37]: at me.corriekay.pokegoutil.utils.windows.PokemonTableModel.lambda$updateTableData$0(PokemonTableModel.java:48)
[08:30:37]: at java.util.ArrayList.forEach(Unknown Source)
[08:30:37]: at me.corriekay.pokegoutil.utils.windows.PokemonTableModel.updateTableData(PokemonTableModel.java:43)
[08:30:37]: at me.corriekay.pokegoutil.utils.windows.PokemonTable.constructNewTableModel(PokemonTable.java:108)
[08:30:37]: at me.corriekay.pokegoutil.windows.PokemonTab.refreshList(PokemonTab.java:1046)
[08:30:37]: at me.corriekay.pokegoutil.windows.PokemonTab.lambda$new$10(PokemonTab.java:254)
[08:30:37]: at me.corriekay.pokegoutil.utils.helpers.LDocumentListener$1.lambda$changedUpdate$0(LDocumentListener.java:58)
[04:34] xorgg007: [08:30:37]: at java.awt.event.InvocationEvent.dispatch(Unknown Source)
[08:30:37]: at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
[08:30:37]: at java.awt.EventQueue.access$500(Unknown Source)
[08:30:37]: at java.awt.EventQueue$3.run(Unknown Source)
[08:30:37]: at java.awt.EventQueue$3.run(Unknown Source)
[08:30:37]: at java.security.AccessController.doPrivileged(Native Method)
[08:30:37]: at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
[08:30:37]: at java.awt.EventQueue.dispatchEvent(Unknown Source)
[08:30:37]: at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
[08:30:37]: at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
[08:30:37]: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
[08:30:37]: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
[08:30:37]: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
[08:30:37]: at java.awt.EventDispatchThread.run(Unknown Source)
[08:30:37]: Latest version from server: v0.1.6
[08:30:42]: Saved queried locations to file.

FernandoTBarros added a commit that referenced this issue Apr 8, 2017
* Removing deprecated class

* Fixing problem with getStardustCostForPowerup when users has pokemon lvl
40 Fix #3

* Try catch NPE when trying to get data from column Fix Wolfsblvt#554

* Updating eclipse preferences regarding checkstyle

* Including a column to show item required to evolve

* Creating new column with new renderer and editor for item required for
evolution
Refactoring search bar using proper rowFilter by Java
Maintaining selection after search or after operations like refresh,
transfer and evolve

* Fixing codeclimate/codacy issues Work in progress

* Fixing codeclimate/codacy issues Work in progress

* Refactoring PokemonTab, PokemonTable and creating auxiliar classes to
decrease class complexity and fixing some codeclimate issues.

* Updating PokeGOAPI-Java, reworking updateInventories again and update
hash endpoint to the last one

* Fixing codeclimate issue

* Updating stuffs again

Updating PokeGOAPI for updating Hash Key login to the last version 
Including two new buttons for favorite yes or no

* Fixing codeclimate issues

Configuring checkstyle SuppresionCommentFilter for the
NullPointerException in PokemonTableModel class
Erasing some throws tag in javadoc comment

* Fixing more codeclimate issues
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

1 participant