news-android icon indicating copy to clipboard operation
news-android copied to clipboard

Row too big to fit into cursorwindow

Open maurerle opened this issue 3 years ago • 1 comments

Hello, since today i get the exception when opening the app:

exception: Row too big to fit into CursorWindow requiredPos=11, totalRows=12; query: SELECT T."_id",T."FEED_ID",T."LINK",T."TITLE",T."BODY",T."READ",T."STARRED",T."AUTHOR",T."GUID",T."GUID_HASH",T."FINGERPRINT",T."READ_TEMP",T."STARRED_TEMP",T."LAST_MODIFIED",T."PUB_DATE",T."ENCLOSURE_LINK",T."ENCLOSURE_MIME",T."MEDIA_THUMBNAIL",T."MEDIA_DESCRIPTION",T."RTL" FROM "RSS_ITEM" T , CURRENT_RSS_ITEM_VIEW C  WHERE C.RSS_ITEM_ID = T._id AND C._id > 0 AND c._id <= 25 ORDER BY C._id

I read the exception through logcat reader. If i should do something for further troubleshooting, please say so.

Android app from F-Droid

maurerle avatar Jun 12 '22 14:06 maurerle

@maurerle Thank you for the report. Do you have feeds that have articles that are veeeery long? If so, could you give the urls to those feeds? (Also via email if you want - [email protected])

Which android phone do you have? OS, and Model (so that I can look up the hardware specs).

David-Development avatar Jun 14 '22 15:06 David-Development