Thu 16 Sep 2010 10:25:26 AM UTC, original submission:
I tried to use the --notify-jabber and --notify-smtp options and both didn't work.
I wrote this configuration file for Atheist notification configuration:
[smtp]
host = smtp.gmail.com
port = 587
user = -unavailable-
pass = XXXXXXXXXXXX
[jabber]
user = -unavailable-
pass = XXXXXXXXXXXXX
I named it ".atheist" and tried several locations (the test directory, my home...)
The error I get:
Traceback (most recent call last):
File "/usr/lib/atheist/athcmd.py", line 85, in <module>
sys.exit(main(sys.argv))
File "/usr/lib/atheist/athcmd.py", line 39, in main
mng = Manager(argv[1:])
File "/usr/lib/pymodules/python2.6/atheist/manager.py", line 213, in _init_
plugin.config(self)
File "/usr/lib/pymodules/python2.6/atheist/plugins/smtp_reporter.py", line 26, in config
mng.reporters.append(SMTP_Reporter(mng, account))
File "/usr/lib/pymodules/python2.6/atheist/plugins/smtp_reporter.py", line 11, in _init_
(mng.cfg['smtp.host'], mng.cfg.get_item('smtp.port', 25)),
File "/usr/lib/pymodules/python2.6/atheist/manager.py", line 53, in _getitem_
return holder[name]
File "/usr/lib/pymodules/python2.6/atheist/utils.py", line 288, in _getitem_
Log.critical("In file '%s'. %s" % (self.fname, e))
AttributeError: 'NoneType' object has no attribute 'critical'
|