jahschwa / sibyl

a python chatbot with a focus on XBMC
GNU General Public License v3.0
7 stars 6 forks source link

sibylbot: some exceptions during plugin loading kill bot #90

Open jahschwa opened 1 year ago

jahschwa commented 1 year ago
  File "/home/laptopdude/apps/sibyl/run.py", line 86, in <module>
    main()
  File "/home/laptopdude/apps/sibyl/run.py", line 54, in main
    bot = SibylBot(args.c)
  File "/home/laptopdude/apps/sibyl/lib/sibylbot.py", line 100, in __init__
    (result,dup_plugins,duplicates) = self.__init_config()
  File "/home/laptopdude/apps/sibyl/lib/sibylbot.py", line 257, in __init_config
    duplicates = (not self.__load_conf(mod,f) or duplicates)
  File "/home/laptopdude/apps/sibyl/lib/sibylbot.py", line 392, in __load_conf
    opts = func(self)
  File "cmds/custom/remind.py", line 15, in conf
    'default': _parse_default('9:00'),
TypeError: _parse_default() takes exactly 3 arguments (1 given)