java.lang.ArrayIndexOutOfBoundsException: length=1; index=1
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
java.lang.ArrayIndexOutOfBoundsException: length=1; index=1
at com.pokegoapi.auth.PtcCredentialProvider.login(PtcCredentialProvider.java:205)
at com.pokegoapi.auth.PtcCredentialProvider.getAuthInfo(PtcCredentialProvider.java:261)
at com.pokegoapi.api.PokemonGo.getAuthInfo(PokemonGo.java:122)
at com.pokegoapi.main.RequestHandler.resetBuilder(RequestHandler.java:262)
at com.pokegoapi.main.RequestHandler.internalSendServerRequests(RequestHandler.java:173)
at com.pokegoapi.main.RequestHandler.run(RequestHandler.java:293)
at java.lang.Thread.run(Thread.java:818)