mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #90] [BUG] Query fails to decrypt on page navigation #63
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#63
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 @Zephylaci on GitHub (Jun 18, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/90
Describe the bug
Sometimes The switch will be garbled when searching for non-English
To Reproduce
Steps to reproduce the behavior:
gAAAAABe6tLZJ_92Vc20a81fpWxCFjCSocJlYrh7jgTd32Lsi1BRV5C7_o1EmelIMnE5uxPRxcDutm3_RcRyHvHQVEyG_ykYMA==
And prompt me:
“找不到和您查询的“gAAAAABe6tNvojFZyx_oJql_hYUkEYeUzNjzQRmp95jNTrFAd4KmiGdLAv-OjqM4UVKoaHfdlaX-JGBxNVppnhLseFp5rLyVGg==”相符的内容或信息。”
Switching back will not restore,this look up base64,maybe there is a problem with the conversion?
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
@benbusby commented on GitHub (Sep 4, 2020):
Sorry for the late reply, I'm just now getting around to looking into this issue.
It's actually an issue for all languages, not just non-English languages. It looks like the fernet key regeneration after each query can sometimes be triggered prematurely, and so the query isn't able to be decrypted when navigating back from a result or navigating through pages in the results view.
I'll come back to this when I figure out a better solution.