Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Bot doing fine, getting this error everytime #1333

Open
CptJackieSparrow opened this issue Dec 30, 2016 · 4 comments
Open

Bot doing fine, getting this error everytime #1333

CptJackieSparrow opened this issue Dec 30, 2016 · 4 comments

Comments

@CptJackieSparrow
Copy link

CptJackieSparrow commented Dec 30, 2016

Description:
Fine with bottin but this error keeps comming.

Steps to reproduce:

  1. Open bot, login
  2. after 1-2 entries, starts to give this error

Expected behavior:
Shouldn't be giving error

Actual behavior:
Gives error

Stacktrace (If it's a crash):

30 Ara 18:35:12 [default: BotLoop] - Error running loop BotLoop!
java.lang.NullPointerException
	at ink.abb.pogo.scraper.tasks.ReleasePokemon.run(ReleasePokemon.kt:47)
	at ink.abb.pogo.scraper.Bot.task(Bot.kt:265)
	at ink.abb.pogo.scraper.Bot$start$7.invoke(Bot.kt:159)
	at ink.abb.pogo.scraper.Bot$start$7.invoke(Bot.kt:37)
	at ink.abb.pogo.scraper.Bot$runLoop$1.invoke(Bot.kt:205)
	at ink.abb.pogo.scraper.Bot$runLoop$1.invoke(Bot.kt:37)
	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)

Version:
v1.0.1

Operating System:
macOS Sierra 10.12.2

Java version:
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)

Leave this sentence in your issue as proof that you have read and used this template.

@jabbink
Copy link
Owner

jabbink commented Dec 30, 2016

Hi @CptJackieSparrow,

It looks like there is some information missing from your ticket that will be needed in order to diagnose and fix the problem at hand. Please take a look at the Contribution Guidelines and default Issue template (the one you did not follow), which will tell you exactly what your ticket has to contain in order to be processable.

I'm marking this one now as needing some more information. Please understand that if you do not provide that information within the next two days (until 2017-01-01 17:45) I'll close this ticket so it doesn't clutter the bug tracker.

Best regards,
~ Your friendly GitIssueBot

PS: I'm just an automated script, not a human being.

@avelis
Copy link

avelis commented Feb 22, 2017

@CptJackieSparrow I am actually seeing this error as well. Same OS version, same compiled jar version, & Java 1.8.0_31. I also compiled the latest from the cloned source (8e1aea16c8e32238ade9e27d1e228d89a6e4d42a) and still got the same stacktrace error.

It would appear that there is a logic check to determine if the bot should release Pokemon from your Pokemon bank. Somewhere in the source it's getting a NullPointerException referencing something that does not exist to determine Pokemon release status. Therefore, the bot will continue to catch Pokemon fine but never release any to curate your Pokemon bank according to your preferences.

@jabbink Not sure what else the ticket needs to complete the issue's information but I can do my best to happily provide it. I have read the issue template but do you requre better behavioral expectations written out?

@jabbink
Copy link
Owner

jabbink commented Feb 23, 2017

image

The missing info was already added.

@avelis
Copy link

avelis commented Feb 23, 2017

@jabbink My bad. I need put on my reading glasses apparently.

Also, I wanted to say thanks for creating this project and hosting it on Github. I know it's a bot in all but still.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants