Ashinch / ReadYou

An Android RSS reader presented in Material You style.
GNU General Public License v3.0
5.11k stars 202 forks source link

There is a bug #805

Open YellowCake1234 opened 3 months ago

YellowCake1234 commented 3 months ago

1. Environment

2. Describe the bug

(I may not respond in a timely manner, but you will be notified when this issue is resolved or refused to be resolved.) Version: 0.10.1 Device: vivo V2354A System: Android 14 (API 34)

Stack trace:

be.ceau.opml.OpmlParseException: org.xmlpull.v1.XmlPullParserException: unterminated entity ref (position:TEXT @3:88 in java.io.InputStreamReader@dc1a5e7) at me.ash.reader.infrastructure.rss.OPMLDataSource.parseFileInputStream(OPMLDataSource.kt:550) at me.ash.reader.domain.service.OpmlService$saveToDatabase$2.invokeSuspend(OpmlService.kt:176) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:111) at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:4) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:3) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:96) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@ebf1700, Dispatchers.Default] Caused by: org.xmlpull.v1.XmlPullParserException: unterminated entity ref (position:TEXT @3:88 in java.io.InputStreamReader@dc1a5e7) at com.android.org.kxml2.io.KXmlParser.readEntity(KXmlParser.java:1235) at com.android.org.kxml2.io.KXmlParser.readValue(KXmlParser.java:1417) at com.android.org.kxml2.io.KXmlParser.next(KXmlParser.java:402) at com.android.org.kxml2.io.KXmlParser.next(KXmlParser.java:322) at be.ceau.opml.OpmlParser.extract(OpmlParser.java:49) at me.ash.reader.infrastructure.rss.OPMLDataSource.parseFileInputStream(OPMLDataSource.kt:20) ... 6 more