fire-eggs / fire-eggs/Danbooru2021
Image display exception kills paged / subsequent queries?
- Dominant language
- Python
- Stars
- 42
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
1. Filter tags to 'comi%'
2. Select 'comic' - 305,401 items. This is with `getPagedImagesForTag` **without** the `is_deleted=0` clause.
3. The first image in the list (49) is missing - exception.
At this point, the image set is limited to 100 images [is not paging further through the database]. Attempts to select a different tag in the list comes up blank.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue by filtering tags to `comi%`, selecting `comic`, and observing the missing first image and blank subsequent tag results. Trace `getPagedImagesForTag` and the image-display exception to identify the affected query or state; done means the 100-image result remains usable and selecting another tag displays its results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- database, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100