You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/vlt-gui/vulture/crontab/vlt-gui/acme-renew.py", line 38, in
from gui.models.mod_ssl import ModSSL
ModuleNotFoundError: No module named 'gui.models.mod_ssl'
Any ideas how to fix it?
The text was updated successfully, but these errors were encountered:
Hi @Skouat, I had the same issue as you.
This is because the class map ModSSL is not defined in /usr/home/vlt-gui/vulture/gui/forms/mod_ssl.py but in /usr/home/vlt-gui/vulture/gui/forms/modssl_settings.py.
To workaround this I have done these commands :
Hi,
The following line returns an error
vulture3-gui/crontab/vlt-gui/acme-renew.py
Line 38 in 7b4d619
Any ideas how to fix it?
The text was updated successfully, but these errors were encountered: