Opened 17 years ago
Closed 17 years ago
#5973 closed defect (worksforme)
Program is simply hanging when clicking on downloaded files. Cannot even quit
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Progam is simply hanging when clicking on donwloaded files. Cannot even quit
Thanks,
Gelson
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 135, in process_request self._render_view(req, db, page) File "/usr/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 443, in _render_view req.hdf['wiki'] = { File "/usr/lib/python2.4/site-packages/trac/wiki/formatter.py", line 999, in wiki_to_html Formatter(env, req, absurls, db).format(wikitext, out, escape_newlines) File "/usr/lib/python2.4/site-packages/trac/wiki/formatter.py", line 822, in format result = re.sub(self.wiki.rules, self.replace, line) File "/usr/lib/python2.4/site-packages/trac/wiki/api.py", line 168, in _get_rules self._prepare_rules() File "/usr/lib/python2.4/site-packages/trac/wiki/api.py", line 198, in _prepare_rules rules = re.compile('(?:' + '|'.join(syntax) + ')') File "/usr/lib/python2.4/sre.py", line 180, in compile return _compile(pattern, flags) File "/usr/lib/python2.4/sre.py", line 227, in _compile raise error, v # invalid expression error: redefinition of group name 'it_bugzilla' as group 25; was group 16
Attachments (0)
Change History (4)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|
comment:2 by , 17 years ago
… and the plugins you're using. I guess you have two different versions of the same plugin loaded, each defining the same regexp group name (it_bugzilla) in their IWikiSyntaxProvider component.
comment:3 by , 17 years ago
Keywords: | needinfo added |
---|---|
Summary: | Progam is simply hanging when clicking on donwloaded files. Cannot even quit → Program is simply hanging when clicking on downloaded files. Cannot even quit |
comment:4 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
cboos
proposed a solution, but to make any further progress with this, we definitely need more information. I'm going to close this ticket since no new information has been provided in 3 months. Please reopen if this issue is still occurring and you can provide more information.
Please specify the version of Trac.