mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 12:45:48 +03:00
[GH-ISSUE #1122] [BUG] Translation uncaught exception #686
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#686
Loading…
Add table
Add a link
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?
Originally created by @seirdotexe on GitHub (Feb 20, 2024).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1122
Describe the bug
When a translatian isn't found, an uncaught exception is thrown.
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Additional context
Also reported in https://github.com/benbusby/whoogle-search/issues/1100#issuecomment-1871887923
@varunpan commented on GitHub (Feb 23, 2024):
I am getting the same error from the latest version and casing my instance to crash.
@ahmad-alkadri commented on GitHub (Mar 2, 2024):
Found the same error when I clicked the "Dark Design: Deactivate" button at the bottom. Screen record:
Logs output at the end said the same thing:
At a glance it looks like the error is from Jinja.
@ahmad-alkadri commented on GitHub (Mar 2, 2024):
Drafted a PR that seems to fix this (at least locally on my machines): #1126.
Would be happy to discuss.
@seirdotexe commented on GitHub (Mar 2, 2024):
Looks great. Hopefully @benbusby can merge.