mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #420] [BUG] Crash upon startup on Raspberry Pi with Docker #281
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#281
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 @arunsathiya on GitHub (Sep 7, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/420
Describe the bug
I am following the manual instructions on my Raspberry Pi with Docker. Upon running the
docker runcommand, the container stops. In checking the logs, I see this fatal Python error:To Reproduce
Once all of this is done, the container would be stopped and we can see that using
docker ps -a:Python fatal error seen when checking logs:
Deployment Method
runexecutableVersion of Whoogle Search
@arunsathiya commented on GitHub (Sep 7, 2021):
Seems to be an issue with my Raspberry Pi image. Updated a dependency using the instructions here:
https://github.com/linuxserver/docker-papermerge/issues/4#issuecomment-735236388
That helped. Whoogle works okay now, closing.