-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Row too big to fit into CursorWindow #312
Comments
I am getting the same error. I added a new subscription. When I tap on that subscription to view articles, I see a blank page and get this message: Read You version 0.9.8 |
Im getting the same error today in v 0.9.8. It was working nice untill today. Just one rss link, others are ok. Giving this error while entering the that link: It is not device specific. It is giving the same error in another device. |
I cleared the contents of the link, now refreshed todays rss contents with no proplem. so the temporary solution: clear the feeds/contents/aticles of that link. |
Getting the same in one of my feeds. Clearing content and refreshing doesn't work.
|
This one might be tricky to track down, from a quick look into the codebase. It seems like the toast message comes from an uncaught exception, but from where isn't immediately obvious. If one of the people on the thread is able to provide logs (@kermes?) when they encounter the bug, that would be extremely helpful, I'm sure. |
Ah, looks like it's a bigger issue than Read You: andpor/react-native-sqlite-storage#364 @Ashinch We could try implementing this fix? andpor/react-native-sqlite-storage#364 (comment) |
Nice catch @mbestavros I don't have access to android studio right now to check the logs, but if it helps, this is the feed failing for me right now: |
Aha! Found it! This is the database function that's causing the bug: https://github.com/Ashinch/ReadYou/blob/main/app/src/main/java/me/ash/reader/domain/repository/ArticleDao.kt#L482 Thank you @kermes, that was extremely helpful! |
@Ashinch Do you think it's worth trying the above fix I linked to? If you'd like to, let's try and get that in before our next bugfix release. If not, I'll just cut a release with the SVG fix. |
This issue is related to paging and seems challenging. In the next version, we can include SVG and other fix patches. |
@Ashinch Sounds good. Are there any other bugfixes on the horizon? I'm inclined to push out one last update with the SVG and swipe fixes this week if there's nothing imminent. It should give users a relatively stable build while we wait for other fixes/features to cook. |
Yeah, it seems there are no urgent bugs that need fixing at the moment. |
@Ashinch Awesome! I'm happy to draft a release tomorrow morning (it's late where I am) if you'd like, but also happy to defer to you. |
I just downloaded the last release and can confirm the fix is working.
Thanks a lot @mbestavros that was surprisingly fast, thank you for
checking, debugging and fixing so quickly!
El vie, 12 ene 2024, 19:44, Ash ***@***.***> escribió:
… PR #523 <#523> is a pretty
effective workaround for this, but we may want to leave it open for further
investigation. @Ashinch <https://github.com/Ashinch> I'll leave the final
decision up to you.
@mbestavros <https://github.com/mbestavros>
Certainly, if you manage to reproduce the issue and confirm the fix works,
I don't think it's necessary to worry.
—
Reply to this email directly, view it on GitHub
<#312 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVSMIETRLSIJP5JALO4UNDYOF77LAVCNFSM6AAAAAATY6O7IGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBZG44DIOJZHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
1. Environment
2. Describe the bug
When attempting to read Planet KDE (or any group containing Planet KDE articles (perhaps a single offending article), no articles are visible, with the following error:
Row too big to fit into CursorWindow
requiredPos = 14, totalRows = 15
The text was updated successfully, but these errors were encountered: