You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11-10 20:06:03.716 563-563/info.hossainkhan.dailynewsheadlines E/HeadlinesPresenter: Failed to load responses.
java.lang.ArrayIndexOutOfBoundsException: src.length=8192 srcPos=4104 dst.length=8192 dstPos=0 length=-4066
at java.lang.System.arraycopy(System.java:229)
at org.kxml2.io.KXmlParser.fillBuffer(KXmlParser.java:1508)
at org.kxml2.io.KXmlParser.readValue(KXmlParser.java:1356)
at org.kxml2.io.KXmlParser.next(KXmlParser.java:393)
at org.kxml2.io.KXmlParser.next(KXmlParser.java:313)
at com.pkmmte.pkrss.parser.Rss2Parser.handleNode(Rss2Parser.java:132)
at com.pkmmte.pkrss.parser.Rss2Parser.parse(Rss2Parser.java:85)
at com.pkmmte.pkrss.PkRSS.load(PkRSS.java:179)
at com.pkmmte.pkrss.RequestCreator.get(RequestCreator.java:182)
at info.hossainkhan.android.core.newsprovider.RssFeedNewsProvider$1.call(RssFeedNewsProvider.java:83)
at info.hossainkhan.android.core.newsprovider.RssFeedNewsProvider$1.call(RssFeedNewsProvider.java:76)
at rx.Observable.unsafeSubscribe(Observable.java:8666)
at rx.internal.operators.OperatorSubscribeOn$1.call(OperatorSubscribeOn.java:94)
at rx.internal.schedulers.CachedThreadScheduler$EventLoopWorker$1.call(CachedThreadScheduler.java:220)
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:423)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:269)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at java.lang.Thread.run(Thread.java:818)
Once this happens, app is not able to load contents anymore.
The text was updated successfully, but these errors were encountered:
https://blog.google/products/android/rss/ feed throws
ArrayIndexOutOfBoundsException
see SO http://stackoverflow.com/questions/11967062/arrayindexoutofboundsexception-in-androids-kxmlparserOnce this happens, app is not able to load contents anymore.
The text was updated successfully, but these errors were encountered: