Ashinch / ReadYou

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

[Bug Crash] Google Reader: feedId is null #803

Open candideu opened 3 months ago

candideu commented 3 months ago

Version: 0.10.1 Device: Google Pixel 5a System: Android 14 (API 34)

Stack trace:

java.lang.IllegalArgumentException: feedId is null at me.ash.reader.domain.service.GoogleReaderRssService.subscribe(GoogleReaderRssService.kt:507) at me.ash.reader.domain.service.GoogleReaderRssService$subscribe$1.invokeSuspend(GoogleReaderRssService.kt:18) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:111) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:96) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@e11fec8, Dispatchers.Default]

Ashinch commented 3 months ago

Hi, @candideu

What service provider is this Google Reader from? it doesn't look like it supports subscribing to new feeds via the API, so an error occurred.

candideu commented 3 months ago

@Ashinch I'm not using Google Reader, but I am syncing with FreshRSS

candideu commented 3 weeks ago

Ran into the issue again:

Version: 0.10.1 Device: Google Pixel 5a System: Android 14 (API 34)

Stack trace:

java.lang.IllegalArgumentException: feedId is null at me.ash.reader.domain.service.GoogleReaderRssService.subscribe(GoogleReaderRssService.kt:507) at me.ash.reader.domain.service.GoogleReaderRssService$subscribe$1.invokeSuspend(GoogleReaderRssService.kt:18) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:111) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:96) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@d6b0b49, Dispatchers.Default]