nextcloud / nextcloud/news-android
Row too big to fit into cursorwindow
- Dominant language
- Java
- Stars
- 764
- Forks
- 262
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 13
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.