Thread: Dialcentral 1.0
View Single Post
Posts: 1,522 | Thanked: 392 times | Joined on Jul 2010 @ São Paulo, Brazil
#1420
For the last few upgrades i've been getting an error, i don't remember the exact error from the previous upgrades but i think it was the same as the latest one:

Code:
Traceback (most recent call last):
  File "/opt/dialcentral/lib/alarm_handler.py", line 323, in <module>
    main()
  File "/opt/dialcentral/lib/alarm_handler.py", line 314, in main
    alarmHandler.save_settings(config, "alarm")
  File "/opt/dialcentral/lib/alarm_handler.py", line 112, in save_settings
    config.set(sectionName, "recurrence", str(self._recurrence))
  File "/usr/lib/python2.5/ConfigParser.py", line 640, in set
    ConfigParser.set(self, section, option, value)
  File "/usr/lib/python2.5/ConfigParser.py", line 358, in set
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'alarm'
Could you explain to me what this is about please?