[Bug] Fen - CAM/SCR/TELE qualities not showing when "Highlight Results Based On" setting is on "Quality" #11
Labels
No labels
Dev Is Brain Dead Sometimes
Information
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
no manners
not planned
pending update
potential bug
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/tikipeter.github.io#11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi Tikipeter,
I've noticed the following issue:
FEN version: latest 3.2.20
(EDIT: Same issue applies also to Fen Light)
The default settings of FEN in Results tab:
Sorting and Filtering - Include Pre-Release Results (CAM/SCR/TELE) - OnResults Color Highlights - Highlight Results Based On - ProviderBy default it works well and CAM/SCR/TELE sources shows up in results:
When configuring
Highlight Results Based OntoQualityThe CAM/SCR/TELE sources disappear:
I've added traceback logging to the
except: passsection inresources\lib\windows\sources.pyline 193 to check the error in the log:Results in log for CAM/SCR/TELE sources:
Since they don't have quality highlight settings / values from:
resources\lib\modules\settings.py- scraping_settings() functionThe
Highlight Results Based On - Qualitysetting can't apply, and thus the error in log.I've managed to make them appear with these changes in scraping_settings() function - look for "CHANGE 1 / CHANGE 2 / CHANGE 3" comments:
Result:

Thank you again : )
Thanks Twilight.
I'm on it.
latest FEN 3.2.21 works great, with CAM/SCR/TELE sources defaults to SD highlight color.
Thank you very much!