Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image fails to run #218

Open
kinga112 opened this issue Dec 22, 2023 · 0 comments
Open

Docker image fails to run #218

kinga112 opened this issue Dec 22, 2023 · 0 comments
Labels
Bug Something isn't working

Comments

@kinga112
Copy link

Describe the bug
A clear and concise description of what the bug is.

Traceback (most recent call last):
File "/opt/kanmail/scripts/run_server.py", line 9, in
from kanmail.server.app import app, boot
File "/opt/kanmail/./kanmail/server/app.py", line 57, in
dsn=get_hidden_value("SENTRY_DSN"),
File "/opt/kanmail/./kanmail/settings/hidden.py", line 37, in get_hidden_value
data = get_hidden_data()
File "/opt/kanmail/./kanmail/settings/hidden.py", line 30, in get_hidden_data
return pickle.loads(b64decode(hidden_data))
EOFError: Ran out of input

hidden.json is empty so pickle fails.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

After a successful docker build, the image fails run.
Using MacOS and python 3.9.18

I tried with honcho as well, but I got other package errors.

@kinga112 kinga112 added the Bug Something isn't working label Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant