-
Notifications
You must be signed in to change notification settings - Fork 31
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
Repeated "exited with code 1" after update #79
Comments
I'm experiencing this issue as well. You can prevent the constant reboot by adding The reason for the constant restarts seems to be something that's preventing it from setting up a network connection. I keep seeing this error in the container logs just before the container restarts: I suspected it might be my For now, I've found that the only way to run the current version of the container is by disabling the VPN functionality ( For future reference, It may be helpful to keep older versions of the container on Docker Hub as separate tags, in order to enable rollbacks for when issues like this arise. EDIT: I tried to get it to work with the |
Ok, some troubleshooting later, I seem to have found the problem: it was DNS (it's always DNS). I had this container with the It's worth mentioning that I had the exact same problem with the arch-deluge container, which promped me to look at what they had in common. This eventually lead me down this path. Hope this helps you as well. |
Working as normal until some time in the last 24 hours. Jackettvpn docker-compose logs show the container starting correctly (web UI works fine). After around 10 seconds docker logs show the container exiting with code 1 and then restarting. This loops continuously
The text was updated successfully, but these errors were encountered: