-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error when trying to install latest all the mods 10 #3255
Comments
Maybe it's because you have a blank string here
I'll enhance the image helper to sanitize that case away. |
hmmm, i've had that there since i've been on atm9, and all the previous upgrades for atm10. I will try removing that variable Note EDIT: No change in success with removing the |
It turns out it was the spaces around the commas in
I'm working on a fix for that. |
Awesome. Confirmed working when those spaces are removed. |
Describe the problem
After restarting the container to have the latest version of all the mods 10 installed, the update fails and the server does not start.
The
latest
image is being pulled before starting up the container.I looked and did not see anyone else report this as of yet.
I tried with
CF_FORCE_SYNCHRONIZE=true
andCF_FORCE_SYNCHRONIZE=false
. as well asCF_FORCE_REINSTALL_MODLOADER=true
andCF_FORCE_REINSTALL_MODLOADER=false
I noticed in the logs that it is saying
More than one mod found with slug=
Note
Reverting / Pinning to the previous version (2.24) by using
CF_FILENAME_MATCHER
allows the system to successfully start, but my system already has that version installed.Container definition
Container logs
The text was updated successfully, but these errors were encountered: