ReadYouApp / ReadYouApp/ReadYou
Giving an error when adding a new feed
Open
Nobody has claimed this yet.
bug
untriaged
- Dominant language
- Kotlin
- Stars
- 7.5k
- Forks
- 330
- PR merge metrics
- No merged PRs in 30d
Description
Checklist
- I've already searched in existing issues and haven't found a similar problem reported.
- I'm using the latest version of the app
- This error caused the app to crash
- This error is reproducible
Which category best fits this error?
Feed Sync
App version
0.15.2
Reproduction steps
...
Crash report
Version: 0.15.2
Device: samsung SM-G996B
System: Android 15 (API 35)
Stack trace:
.lang.IllegalArgumentException: feedId is null
at me.ash.reader.domain.service.GoogleReaderRssService.subscribe(GoogleReaderRssService.kt:535)
at me.ash.reader.domain.service.GoogleReaderRssService$subscribe$1.invokeSuspend(GoogleReaderRssService.kt:19)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:7)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:23)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:115)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:96)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@3607045, Dispatchers.Default]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at me.ash.reader.domain.service.GoogleReaderRssService.kt:535, where subscribe reports that feedId is null. Reproduce the feed-add flow with https://www.xda-developers.com/feed/ on app version 0.15.2 and trace how the feed ID is obtained; done means the feed can be added without this exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100