Ticket #616 (closed defect: duplicate)

Opened 5 years ago

Last modified 5 years ago

AttributeError:keys exception

Reported by: robert@broofa.com Assigned to: athomas
Priority: normal Component: PollMacro
Severity: major Keywords:
Cc: Trac Release: 0.9

Description (Last modified by coderanger)

Just checked out from SVN and built 0.9. I'm getting the following error:

  Error: Macro Poll(polling; yes; no) failed
  keys

... and here's the stacktrace from Trac log:


16:01:54 Trac[formatter] DEBUG: Executing Wiki macro Poll by provider <tracpoll.tracpoll.PollMacro object at 0x406c2bac>
16:01:54 Trac[formatter] ERROR: Macro Poll(polling; yes; no) failed
Traceback (most recent call last):
  File "/home/ckieffer/lib/python2.3/site-packages/trac/wiki/formatter.py", line 369, in _macro_formatter
    return macro.process(self.req, args, 1)
  File "/home/ckieffer/lib/python2.3/site-packages/trac/wiki/formatter.py", line 108, in process
    text = self.processor(req, text)
  File "/home/ckieffer/lib/python2.3/site-packages/trac/wiki/formatter.py", line 98, in _macro_processor
    return macro_provider.render_macro(req, self.name, text)
  File "build/bdist.linux-i686/egg/tracpoll/tracpoll.py", line 140, in render_macro
  File "build/bdist.linux-i686/egg/tracpoll/tracpoll.py", line 183, in render_poll
  File "build/bdist.linux-i686/egg/tracpoll/tracpoll.py", line 18, in __init__
  File "build/bdist.linux-i686/egg/tracpoll/tracpoll.py", line 29, in load
AttributeError: keys

Attachments

Change History

08/18/06 02:14:40 changed by coderanger

  • description changed.

Fixing formatting

08/18/06 07:33:15 changed by robert@broofa.com

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #594 (suggested fix posted over there)


Add/Change #616 (AttributeError:keys exception)




Change Properties
Action