Opened 12 years ago

Last modified 4 years ago

#9524 new defect

AttributeError: 'NoneType' object has no attribute 'strip' — at Version 3

Reported by: ftoledo@… Owned by: Alejandro J. Cura
Priority: normal Component: RecaptchaRegisterPlugin
Severity: normal Keywords: internal error strip
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

hello!, i have the error when post the register form. (the captcha is show fine but can't register) i have disbled the register module from the AccountManager to get the correct captcha register form

Trac 0.12
TracAccountManager 0.3.1
TracRecaptchaRegister 0.2.1.2

see screenshot attached

Change History (5)

Changed 12 years ago by ftoledo@…

Attachment: bug_captcha_trac.png added

comment:1 Changed 12 years ago by Steffen Hoffmann

Keywords: internal error, stripinternal error strip
Summary: internal error: AttributeError: 'NoneType' object has no attribute 'strip'AttributeError: 'NoneType' object has no attribute 'strip'

#9620 has been closed as a duplicate of this ticket.

comment:2 Changed 12 years ago by Steffen Hoffmann

Cc: Ryan J Ollos added; anonymous removed

There might be a conditional missing, or a conversion None -> '' (empty string).

comment:3 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)

Changed 12 years ago by ftoledo@…

Attachment: trac.log.gz added

full debug trac.log

Note: See TracTickets for help on using tickets.