Skip to content

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

@quorn23

Description

@quorn23

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions