[PR #1131] [MERGED] Attempt to extract query on error condition and print trace #1087

Closed
opened 2026-02-25 20:37:37 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: bug/error_query


📝 Commits (1)

  • 16d8e1f Attempt 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.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/1131 **Author:** [@pantherman594](https://github.com/pantherman594) **Created:** 3/22/2024 **Status:** ✅ Merged **Merged:** 4/19/2024 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `bug/error_query` --- ### 📝 Commits (1) - [`16d8e1f`](https://github.com/benbusby/whoogle-search/commit/16d8e1f18d5373f0be99f4f620ecef275ab66fe4) Attempt to query on error condition and print trace ### 📊 Changes **1 file changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/routes.py` (+11 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:37:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#1087
No description provided.