Skip to content
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

[BUG] Can't delete entries from bad files anymore #78

Closed
quorn23 opened this issue Nov 13, 2023 · 2 comments
Closed

[BUG] Can't delete entries from bad files anymore #78

quorn23 opened this issue Nov 13, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@quorn23
Copy link

quorn23 commented Nov 13, 2023

Describe the bug
Can't delete entries from bad files anymore.

To Reproduce
Steps to reproduce the behavior:

  1. Mark a bad file
  2. Click Delete selected rows
  3. Confirm deletion
  4. Webui refreshes but bad file entry is still

Expected behavior
Removing the Bad entry.

Desktop (please complete the following information):

  • OS: Latest docker on Debian
  • checkrr Version: [v3.2.1]

Additional context
Neither checkrr.log or the docker.log throw any error i could provide.

Docker Compose

  checkrr:
    container_name: checkrr
    image: aetaric/checkrr:latest
    volumes:
      - ${DOCKERCONFDIR}/checkrr/checkrr.yaml:/etc/checkrr.yaml
      - ${DOCKERCONFDIR}/checkrr/checkrr.db:/checkrr.db
      - ${DOCKERCONFDIR}/checkrr/checkrr.log:/checkrr.log
      - ${DOCKERDATADIR}:/data
    ports:
      - 8585:8585
    restart: on-failure
    logging: *default-logging
@quorn23 quorn23 added the bug Something isn't working label Nov 13, 2023
@quorn23
Copy link
Author

quorn23 commented Nov 23, 2023

https://img.amoklauf.ch/gOjE3/sUheyuBa96.gif/raw
Here a gif of the bug visually.

@aetaric aetaric pinned this issue Nov 24, 2023
@aetaric
Copy link
Owner

aetaric commented Nov 24, 2023

As an FYI, this issue was triaged on discord and I already have a rough idea why it's happening. I plan to look into a fix this weekend. It will be patched in 3.2.2 once that's out.

@aetaric aetaric unpinned this issue Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants