NullPointerException in ArticleGrabber
spacecowboy opened this issue · 1 comments
spacecowboy commented
When parsing items in this blog: Android Developers Blog
I get a NullPointerException at
because the parent of the topCandidate is null. (Hate that Java nullability).
dankito commented
Didn't crash for me with the supplied page, but that definitely an issue, thanks for reporting it to me!
Upcoming version 1.0.6 fixes this.