Here is my custom build for linux and windows:
You must be registered to see the links
Include (all are mine but 429 status fix isn't uploaded to repo):
I suggest to make a copy/backup of your current f95checker settings directory since my build will modify settings table in sqlite file.
- WIN: C:\Users\Username\AppData\Roaming\f95checker
- Linux (at least on my manjaro): /home/username/.config/f95checker/
Upd: Uploaded changes for last two -
You must be registered to see the links
. Version of
asynciolimiter
used in
requirements.txt
also slightly modified.
You should remove
.dev69
from the end if you want to build it by yourself, but expect AssertionError from time to time due to
You must be registered to see the links
.
I replaced those lines with plain print to stderr (which is probably not working for some reason since I never saw it in console, but at least it's not blocking update process anymore).
Upd. 2: This workaround is only applied to full rechecks, fast one still may fail, but it's easy to restart it by yourself.
Upd. 3: Updated archives in MEGA. Added
this, fixed bug in my changes in
asynciolimiter
, slightly rewrote debug related logic - now message about pause will be printed to console if running F95Checker-Debug binary from terminal/cmd/etc.