Modify

Opened 12 years ago

Closed 12 years ago

#8106 closed defect (duplicate)

TypeError: not all arguments converted during string formatting

Reported by: hw@… Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc:

Description

Zum Reproduzieren

Während der Ausführung von POST auf /register hat Trac einen internen Fehler gemeldet.

(Bitte geben Sie hier weitere Details an)

Anfrageparameter:

{'__FORM_TOKEN': u'88a6bd4254966d4744d822e2',
 'action': u'create',
 'email': u'hw@wenninger.de',
 'name': u'Wenninger',
 'password': u'wenni12345',
 'password_confirm': u'wenni12345',
 'sentinel': u'',
 'sfp_email': u'',
 'sfph_mail': u'',
 'spf_url': u'w.i.',
 'username': u'Wenninger'}

User agent: Opera/9.80 (Windows NT 6.1; WOW64; U; Edition Campaign 21; de) Presto/2.10.289 Version/12.02

Systeminformationen

Systeminformation nicht verfügbar

Aktive Plugins

Plugininformation nicht verfügbar

Python-Zurückverfolgungsinformationen

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", line 497, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", line 214, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.7/dist-packages/TracAccountManager-0.4dev_r12050-py2.7.egg/acct_mgr/register.py", line 362, in process_request
    acctmgr.validate_registration(req)
  File "/usr/local/lib/python2.7/dist-packages/TracAccountManager-0.4dev_r12050-py2.7.egg/acct_mgr/api.py", line 358, in validate_registration
    inspector.validate_registration(req)
  File "build/bdist.linux-x86_64/egg/tracspamfilter/accountadapter.py", line 54, in validate_registration
    FilterSystem(self.env).test(req, author, changes)
  File "build/bdist.linux-x86_64/egg/tracspamfilter/filtersystem.py", line 181, in test
    outreasons.append(gettext(retval[1]) % retval[2:])
TypeError: not all arguments converted during string formatting

Attachments (0)

Change History (1)

comment:1 by stoecker, 12 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #8105.
Please don't report them again during the next days (if they appear later, report them!). I'm in the process of fixing the spamfilter and from time to time there may be temporary errors (although I everytime think I now got all of them).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.