"Recheck all" is broken since 0.43. Shows "0 watches queued for rechecking" #1667
Replies: 2 comments 2 replies
-
should be ok in |
Beta Was this translation helpful? Give feedback.
0 replies
-
@dgtlmoon No, it's still not fixed in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform: Windows 11 x64
Deployment:
pip install
Current version I'm using:
0.43.2
Problem since:
0.43
Problem description: The "Recheck all" button on the bottom right corner of the page is broken. When I click it, it says "0 watches queued for rechecking"
My guess: It may be due to no tags provided, because somehow the url behind the "Recheck all" button has a trailing
?tag=
, that is,http://127.0.0.1:5000/api/checknow?tag=
.If the trailing is removed, (that is,
http://127.0.0.1:5000/api/checknow
), then it works perfectly fine.Beta Was this translation helpful? Give feedback.
All reactions