mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[PR #1131] [MERGED] Attempt to extract query on error condition and print trace #1087
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#1087
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?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/1131
Author: @pantherman594
Created: 3/22/2024
Status: ✅ Merged
Merged: 4/19/2024
Merged by: @benbusby
Base:
main← Head:bug/error_query📝 Commits (1)
16d8e1fAttempt to query on error condition and print trace📊 Changes
1 file changed (+11 additions, -0 deletions)
View changed files
📝
app/routes.py(+11 -0)📄 Description
When an error is hit, the search alternatives are not useful because the query is still encrypted. This PR tries to decrypt the search query for the error page. It also prints a stack trace of the exception for easier debugging.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.