ReadYouApp / ReadYouApp/ReadYou
Can't add local newspaper feed
Nobody has claimed this yet.
- 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.16.2
Reproduction steps
The following RSS feed works fine within my Feeder app but here shows as an site. https://feeds.mcclatchy.com/modbee/stories
Disclaimer: not sure if the error code below has anything to do with this.
Crash report
java.lang.NullPointerException
at me.ash.reader.domain.service.LocalRssService$sync$2.invokeSuspend(LocalRssService.kt:293)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:112)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:8)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:3)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:93)
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 with LocalRssService.kt:293 and reproduce the issue using https://feeds.mcclatchy.com/modbee/stories. Trace the feed-sync path around the reported NullPointerException and compare the feed's handling with the expected RSS behavior. Done means the local newspaper feed is recognized and added as a feed rather than shown as a site, without the reported error.
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
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100