-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Missing Python package during add/renew certs via Gandi DNS provider #4097
Comments
I'm also having the exact same issue. @akuznecov thanks for your temporary fix, it worked for me. |
Also adding my +1 here, I too have the same issue described here. |
+1 same issue here, same fix. Would be nice to have this fixed and not wake up some day to all my services being down again. |
I confirm the issue. |
Having the same issue. @akuznecov fix worked for me. Thanks. |
HAving the same issue and this work around solved it for me. Thank you. |
Had to re-apply the fix this morning after the upgrade to v2.12.2 @jc21 any chance of a fix here? |
Considering certificates are only 90 days there are going to be a lot more failures in the future. |
So it appears that the certbot-plugin-gandi imports the "six" plugin even though it doesn't use it. This pull request addresses this: obynio/certbot-plugin-gandi#50 Hopefully will be merged soon and nginx-proxy-manager can use it |
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
Got updatedmy homelab installation from 2.11.1 to latest available 2.12.1 and faced with this error during certificate renewal (same stuff for completely fresh add)
DNS provider used: Gandi Live DNS
NPM interface error:
Container log error (domains sanitized) :
Same issue reproduced even after downgrading to 2.11.3
Only working one for me is 2.11.1 (haven't tried with 2.11.2)
Nginx Proxy Manager Version
2.11.3 - 2.12.1
Screenshots
Operating System
Host: Debian 12
Additional context
Docker version 27.3.1
Temporary fix/workaround
Dive into container shell and install module manually:
The text was updated successfully, but these errors were encountered: