I suspect your account does not have edit-bugs permission.
webkit-patch does not warn you very well in that case, but should.

Please file a bug at bugs.webkit.org.

On Mon, Nov 28, 2011 at 7:13 AM, Hongbo Min <[email protected]> wrote:
>> I try to upload a patch to bugs.webkit.org but without lucky.
>> The failure caused by webkit-patch script. When I run command:
>> $ webkit-patch upload -m "Patch Updated"
>> After I type my login name and password, the script throws following
>> message to me:
>> Logging in as [email protected]...
>> Assigning bug 72484 to [email protected]
>> Failed to assign bug to you (can't find assigned_to) control.
>> Do you have EditBugs privileges at bugs.webkit.org?
>> https://bugs.webkit.org/userprefs.cgi?tab=permissions
>> If not, you should email [email protected] or ask in
>> #webkit
>> for someone to add EditBugs to your bugs.webkit.org account.
>> Adding patch "Patch Updated 2" to
>> https://bugs.webkit.org/show_bug.cgi?id=72484
>> Traceback (most recent call last):
>>   File "./Tools/Scripts/webkit-patch", line 74, in <module>
>>     main()
>>   File "./Tools/Scripts/webkit-patch", line 69, in main
>>     WebKitPatch(os.path.abspath(__file__)).main()
>>   File
>> "/home/hmin/workspace/WebKit_Upstream/Tools/Scripts/webkitpy/tool/multicommandtool.py",
>> line 308, in main
>>     result = command.check_arguments_and_execute(options, args, self)
>>   File
>> "/home/hmin/workspace/WebKit_Upstream/Tools/Scripts/webkitpy/tool/multicommandtool.py",
>> line 117, in check_arguments_and_execute
>>     return self.execute(options, args, tool) or 0
>>   File
>> "/home/hmin/workspace/WebKit_Upstream/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py",
>> line 51, in execute
>>     self._sequence.run_and_handle_errors(tool, options, state)
>>   File
>> "/home/hmin/workspace/WebKit_Upstream/Tools/Scripts/webkitpy/tool/commands/stepsequence.py",
>> line 70, in run_and_handle_errors
>>     self._run(tool, options, state)
>>   File
>> "/home/hmin/workspace/WebKit_Upstream/Tools/Scripts/webkitpy/tool/commands/stepsequence.py",
>> line 64, in _run
>>     step(tool, options).run(state)
>>   File
>> "/home/hmin/workspace/WebKit_Upstream/Tools/Scripts/webkitpy/tool/steps/postdiff.py",
>> line 55, in run
>>     self._tool.bugs.add_patch_to_bug(bug_id, diff, description,
>> comment_text=comment_text, mark_for_review=self._options.review,
>> mark_for_commit_queue=self._options.request_commit)
>>   File
>> "/home/hmin/workspace/WebKit_Upstream/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py",
>> line 598, in add_patch_to_bug
>>     self.browser.select_form(name="entryform")
>>   File
>> "/home/hmin/workspace/WebKit_Upstream/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_mechanize.py",
>> line 524, in select_form
>>     raise FormNotFoundError("no form matching "+description)
>> webkitpy.thirdparty.autoinstalled.mechanize._mechanize.FormNotFoundError:
>> no form matching name 'entryform'
>> Any hints for solving this issue? Thanks in advance.
>>
>
> _______________________________________________
> webkit-dev mailing list
> [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to