View Single Post
Old 08-24-2010, 05:52 PM   #2510
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by poluk View Post
As you said I changed the way of looking for the form and now I get a new error (so we progress thanks to you !!!)

Code:
ClientForm.ControlNotFoundError: no control matching name 'username'
Your username control is not named 'username'. Find the form and determine the name of the control that is submitted as the username.

IOW, this is wrong:
Code:
br['username'] = self.username
it should be:
Code:
br['something_else_not_username'] = self.username
You probably have the name of the password control wrong, too.

Last edited by Starson17; 08-24-2010 at 06:05 PM.
Starson17 is offline