mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #1117] [BUG] Internal server error (500) #685
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#685
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 @fr4gtp on GitHub (Feb 14, 2024).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1117
Describe the bug
open it in a browser, type anything into the search bar, and get Internal server error (500)
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
Additional context
@puccaso commented on GitHub (Feb 17, 2024):
same:
`main_app-1 | raise rewrite_traceback_stack(source=source)
main_app-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
main_app-1 | File "/whoogle/app/templates/error.html", line 23, in top-level template code
main_app-1 |
{{ translation['continue-search'] }}
main_app-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^
main_app-1 | File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 466, in getitem
main_app-1 | return obj[argument]
main_app-1 | ~~~^^^^^^^^^^
main_app-1 | jinja2.exceptions.UndefinedError: 'translation' is undefined
main_app-1 | Running on http://0.0.0.0:5000
main_app-1 | Feb 17 22:46:53.989 [notice] Tor 0.4.6.9 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1w, Zlib 1.2.12, Liblzma 5.2.5, Libzstd 1.5.0 and Unknown N/A as libc.
main_app-1 | Feb 17 22:46:53.989 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
main_app-1 | Feb 17 22:46:53.990 [notice] Read configuration file "/etc/tor/torrc".
main_app-1 | Feb 17 22:46:53.992 [notice] Opening Socks listener on 127.0.0.1:9050
main_app-1 | Feb 17 22:46:53.992 [notice] Opened Socks listener connection (ready) on 127.0.0.1:9050
main_app-1 | Feb 17 22:46:53.992 [notice] Opening Control listener on 127.0.0.1:9051
main_app-1 | Feb 17 22:46:53.992 [notice] Opened Control listener connection (ready) on 127.0.0.1:9051`
@benbusby commented on GitHub (Mar 6, 2024):
This should be fixed with
ef54f00212