Top Menu

解决certbot-auto更新错误couldn’t get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt

出错

root@sjo:~# ./certbot-auto Error: couldn't get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt: Traceback (most recent call last): File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 7, in <module> from certbot.main import main File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 5, in <module> import logging.handlers File "/usr/lib/python2.7/logging/__init__.py", line 26, in <module> import sys, os, time, cStringIO, traceback, warnings, weakref, collections File "/usr/lib/python2.7/weakref.py", line 14, in <module> from _weakref import ( ImportError: cannot import name _remove_dead_weakref

Continue Reading 0

关于部分用户充值后无法自动恢复服务的说明

最近有部分用户反映账户欠费后充值无法自动恢复服务,经过分析,是因为自动恢复服务的逻辑中对账户有效期进行了过滤,默认账户有效期为1年,所有出现此类错误的用户都注册超过了1年,因为账号系统已经和有效期脱离,所以在代码中删除了有效期的过滤,错误已修复。

Continue Reading 0

Powered by WordPress. Designed by WooThemes