Skip to content

Docker crashes on Raspberry #59

@Pitastic

Description

@Pitastic
app_1  | [Thu Jan 29 18:28:18.942900 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936] mod_wsgi (pid=10): Failed to exec Python script file '/app/app/server.py'.
app_1  | [Thu Jan 29 18:28:18.943026 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936] mod_wsgi (pid=10): Exception occurred processing WSGI script '/app/app/server.py'.
app_1  | [Thu Jan 29 18:28:18.949699 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936] Traceback (most recent call last):
app_1  | [Thu Jan 29 18:28:18.950972 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/app/server.py", line 11, in <module>
app_1  | [Thu Jan 29 18:28:18.951015 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from app.ui import UserInterface
app_1  | [Thu Jan 29 18:28:18.951056 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/app/ui.py", line 22, in <module>
app_1  | [Thu Jan 29 18:28:18.951069 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from reader.Comdirect import Reader as Comdirect
app_1  | [Thu Jan 29 18:28:18.951100 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/reader/Comdirect.py", line 7, in <module>
app_1  | [Thu Jan 29 18:28:18.951113 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     import camelot
app_1  | [Thu Jan 29 18:28:18.951141 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/.venv/lib/python3.12/site-packages/camelot/__init__.py", line 5, in <module>
app_1  | [Thu Jan 29 18:28:18.951177 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from .io import read_pdf
app_1  | [Thu Jan 29 18:28:18.951213 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/.venv/lib/python3.12/site-packages/camelot/io.py", line 9, in <module>
app_1  | [Thu Jan 29 18:28:18.951226 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from .handlers import PDFHandler
app_1  | [Thu Jan 29 18:28:18.951257 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/.venv/lib/python3.12/site-packages/camelot/handlers.py", line 10, in <module>
app_1  | [Thu Jan 29 18:28:18.951271 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from pdfminer.layout import LTChar
app_1  | [Thu Jan 29 18:28:18.951298 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/.venv/lib/python3.12/site-packages/pdfminer/layout.py", line 14, in <module>
app_1  | [Thu Jan 29 18:28:18.951311 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from pdfminer.pdfinterp import Color, PDFGraphicState
app_1  | [Thu Jan 29 18:28:18.951338 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/.venv/lib/python3.12/site-packages/pdfminer/pdfinterp.py", line 11, in <module>
app_1  | [Thu Jan 29 18:28:18.951350 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from pdfminer.pdfdevice import PDFDevice, PDFTextSeq
app_1  | [Thu Jan 29 18:28:18.951376 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/.venv/lib/python3.12/site-packages/pdfminer/pdfdevice.py", line 13, in <module>
app_1  | [Thu Jan 29 18:28:18.951389 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from pdfminer.pdfpage import PDFPage
app_1  | [Thu Jan 29 18:28:18.951415 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/.venv/lib/python3.12/site-packages/pdfminer/pdfpage.py", line 7, in <module>
app_1  | [Thu Jan 29 18:28:18.951427 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from pdfminer.pdfdocument import (
app_1  | [Thu Jan 29 18:28:18.951453 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/.venv/lib/python3.12/site-packages/pdfminer/pdfdocument.py", line 14, in <module>
app_1  | [Thu Jan 29 18:28:18.951466 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
app_1  | [Thu Jan 29 18:28:18.951493 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/.venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py", line 11, in <module>
app_1  | [Thu Jan 29 18:28:18.951506 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from cryptography.hazmat.primitives.ciphers.base import (
app_1  | [Thu Jan 29 18:28:18.951534 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]   File "/app/.venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/base.py", line 10, in <module>
app_1  | [Thu Jan 29 18:28:18.951547 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936]     from cryptography.hazmat.bindings._rust import openssl as rust_openssl
app_1  | [Thu Jan 29 18:28:18.951610 2026] [wsgi:error] [pid 10:tid 281472919834912] [remote 127.0.0.1:34936] ImportError: PyO3 modules do not yet support subinterpreters, see https://github.com/PyO3/pyo3/issues/576

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions