ReadYou icon indicating copy to clipboard operation
ReadYou copied to clipboard

[Bug Crash] Google Reader: feedId is null

Open candideu opened this issue 1 year ago • 4 comments

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]

candideu avatar Jul 17 '24 02:07 candideu

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.

Ashinch avatar Jul 17 '24 02:07 Ashinch

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

candideu avatar Jul 18 '24 15:07 candideu

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]

candideu avatar Sep 25 '24 22:09 candideu

Ran into the issue again:

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

Stack trace:

java.lang.Exception: Unsupported at me.ash.reader.domain.service.GoogleReaderRssService.changeFeedUrl(GoogleReaderRssService.kt:5) at me.ash.reader.ui.page.home.feeds.drawer.feed.FeedOptionViewModel$changeFeedUrl$1$1.invokeSuspend(FeedOptionViewModel.kt:71) 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}@1c054d0, Dispatchers.Default]

candideu avatar Jan 11 '25 23:01 candideu