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 container is stuck after a while #27

Open
mikedolx opened this issue Aug 12, 2023 · 2 comments
Open

Docker container is stuck after a while #27

mikedolx opened this issue Aug 12, 2023 · 2 comments

Comments

@mikedolx
Copy link

This Ticket was moved/copied from here.

Hi,

i have observed a strange issue while running barcode buddy in a docker container on my rasberry-pi: After some running time, the docker container seems to be stuck somehow. I can open the login screen on the frontend, but after i try to login i see a white screen.

That's what i see, after i log in in the developer console:

Console

grafik
what i see, after i log in in the developer console:

Network

grafik

I have tried to restart the container, but that doesn't seem to help. Also restarting the entire raspberry pi does not help. After logging in i only see a white screen.
I can stop the container and delete the volumes, that helps, but 1. i loose all my settings and 2. i would have to do that periodically.

Anyone had a similar issue?

@mikedolx
Copy link
Author

After checking the log in /var/log/nginx/error.log i got this error message:

*7 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /app/bbuddy/index.php on line 495" while reading response header from upstream, client: 192.168.127.191, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.50.3:50080"

@Rehaell
Copy link

Rehaell commented Sep 30, 2023

Same error here.

I've commented out the bottom lines and now it works

495 //        foreach ($logs as $log) {
496 //            $html->addHtml($log . "<br>");
497 //        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants