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
I was following the instructions in setting up settings.ini:
cp /opt/getmail/config/settings.ini.example /opt/getmail/config/settings.ini
vi /opt/getmail/config/settings.ini
After building the image I am getting this error when starting the container:
AttributeError: 'NoneType' object has no attribute 'sections'
2025-02-07 07:32:22,591 - MainThread - ERROR: ERROR settings.ini not found!
Traceback (most recent call last):
File "/app/getmail_imap2lmtp.py", line 311, in <module>
start_getmail()
File "/app/getmail_imap2lmtp.py", line 261, in start_getmail
for config_name in configparser_file.sections():
What did I do wrong?
The text was updated successfully, but these errors were encountered:
I was following the instructions in setting up settings.ini:
After building the image I am getting this error when starting the container:
What did I do wrong?
The text was updated successfully, but these errors were encountered: