mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #4097] Missing Python package during add/renew certs via Gandi DNS provider #2664
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2664
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akuznecov on GitHub (Oct 21, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4097
Checklist
jc21/nginx-proxy-manager:latestdocker 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:
@EnzoKilm commented on GitHub (Oct 28, 2024):
I'm also having the exact same issue.
@akuznecov thanks for your temporary fix, it worked for me.
@jamespoore commented on GitHub (Nov 3, 2024):
Also adding my +1 here, I too have the same issue described here.
@yroyathon commented on GitHub (Nov 11, 2024):
+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.
@landure commented on GitHub (Nov 25, 2024):
I confirm the issue.
@cedricdekimpe commented on GitHub (Dec 12, 2024):
Having the same issue.
@akuznecov fix worked for me. Thanks.
@battletux commented on GitHub (Dec 18, 2024):
HAving the same issue and this work around solved it for me. Thank you.
@jamespoore commented on GitHub (Jan 12, 2025):
Had to re-apply the fix this morning after the upgrade to v2.12.2
@jc21 any chance of a fix here?
@CoolJoe72 commented on GitHub (Jan 14, 2025):
Considering certificates are only 90 days there are going to be a lot more failures in the future.
With any luck next time I'll have it more ingrained in my memory and not have to spend an hour searching for the answer again.
Hope this gets fixed soon
@mathieu-clement commented on GitHub (Jan 16, 2025):
So it appears that the certbot-plugin-gandi imports the "six" plugin even though it doesn't use it.
This pull request addresses this: https://github.com/obynio/certbot-plugin-gandi/pull/50
Hopefully will be merged soon and nginx-proxy-manager can use it
@cpainchaud commented on GitHub (May 6, 2025):
I ran into the issue today, please fix it!
thank you for all your hard work
@yroyathon commented on GitHub (May 10, 2025):
Is there any way that this NPM repo can use this fork of certbot gandi dns provider? https://github.com/Kriechi/certbot-plugin-gandi-modern ? It does not contain the problem that is causing this issue, and it's more actively maintained than the dead repo that's causing this issue.
@yroyathon commented on GitHub (Aug 7, 2025):
Hooray! Thanks so much for fixing this issue.