Casvt / Kapowarr

Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.
https://casvt.github.io/Kapowarr/
GNU General Public License v3.0
420 stars 15 forks source link

Marking link as not working for 1st issue of ongoing, or for One-shot #136

Closed JaredVanderford closed 8 months ago

JaredVanderford commented 8 months ago

Description of the bug When manually searching for and trying to download an issue for a volume flagged as TBP incorrectly (covered in issue #109) the download isn't starting and a warning is displayed in the console logs.

To Reproduce

  1. Go to the volume page for a volume flagged as TBP that isn't (Kid Venom Origins or Resurrection of Magneto work as of 2024/01/24)
  2. Click on the manual search button for the only issue
  3. Attempt to download the found issue.
  4. See error

Expected behaviour Issue would be downloaded and named as expected

Screenshots

image
Version info Item Version
Kapowarr version v1.0.0-beta-4
Python version 3.8.17.final.0
Database version 17
OS Windows 11 Pro
Docker image mrcas/kapowarr-alpha:latest

Additional context

2024-01-24 12:04:22 [2024-01-24 12:04:22][waitress-9][INFO] Adding download for volume 11 issue 85: https://getcomics.org/marvel/resurrection-of-magneto-1-2024/
2024-01-24 12:04:23 [2024-01-24 12:04:23][waitress-9][INFO] Adding https://getcomics.org/marvel/resurrection-of-magneto-1-2024/ to blocklist with reason "No supported or working links"
2024-01-24 12:04:23 [2024-01-24 12:04:23][waitress-9][WARNING] Unable to extract download links from source; limit_reached=False
2024-01-24 12:04:25 [2024-01-24 12:04:25][waitress-2][INFO] Adding download for volume 11 issue 85: https://getcomics.org/marvel/resurrection-of-magneto-1-2024/
2024-01-24 12:04:26 [2024-01-24 12:04:26][waitress-2][INFO] Adding https://getcomics.org/marvel/resurrection-of-magneto-1-2024/ to blocklist with reason "No supported or working links"
2024-01-24 12:04:26 [2024-01-24 12:04:26][waitress-2][WARNING] Unable to extract download links from source; limit_reached=False
Casvt commented 8 months ago

Yes but this is exactly the effect of #109. That issue is describing the problem, your issue is describing the result.