-
Notifications
You must be signed in to change notification settings - Fork 2
Description
i keep getting this error when i try to run B3
"110504 18:18:13 INFO STDOUT Error: no control matching name 'user'
File "C:\b3\b3__init__.py", line 177, in start
console.start()
File "C:\b3\b3\parser.py", line 393, in start
self.startPlugins()
File "C:\b3\b3\parser.py", line 657, in startPlugins
p.onStartup()
File "C:\b3\b3\plugin.py", line 148, in onStartup
self.startup()
File "C:\b3\b3\extplugins\forumpost.py", line 84, in startup
self.login()
File "C:\b3\b3\extplugins\forumpost.py", line 54, in login
form[self.loginFormUserName] = self.userName
File "C:\Python26\lib\site-packages\mechanize_form.py", line 2780, in setitem
control = self.find_control(name)
File "C:\Python26\lib\site-packages\mechanize_form.py", line 3101, in find_control
return self._find_control(name, type, kind, id, label, predicate, nr)
File "C:\Python26\lib\site-packages\mechanize_form.py", line 3185, in _find_control
raise ControlNotFoundError("no control matching "+description)"