Hi, On Fri, Sep 14, 2018 at 2:42 PM Roger Oberholtzer <[email protected]> wrote: > I have just enabled the Hudson plugin. During the night, Jenkins did > some work. So I expected some information in the Trac timeline. > Instead I got an error: > > Event provider HudsonTracPlugin failed for filters "Jenkins": > ValueError: too many values to unpack > > I see this in the log: > > 2018-09-14 07:19:27,891 Trac[web_ui] ERROR: Timeline event provider failed: > Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/trac/timeline/web_ui.py", > line 197, in process_request > events.append(self._event_data(provider, event)) > File "/usr/lib64/python2.7/site-packages/trac/timeline/web_ui.py", > line 372, in _event_data > kind, date, author, data = event > ValueError: too many values to unpack
It seems https://trac-hacks.org/svn/hudsontracplugin/0.10/ is used. Try https://trac-hacks.org/svn/hudsontracplugin/1.2/ rather than 0.10/. -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
