[Webkit-unassigned] [Bug 239741] [git-webkit] Cannot create pull request branch using bug URL, fails to fetch comments from Bugzilla, fails to modify bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 11:48:47 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=239741

--- Comment #4 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Some more debugging reveals that git-webkit is using the expected username and password. And using a VPN to bypass my IP ban, I checked to ensure these credentials actually work (they do).

I've hacked our bugzilla.py to fail after the first failed request, to hopefully avoid getting an IP ban on my VPN.

After debugging a little more, I notice bugzilla.py is just pasting my password into the URL unencoded. I think it's failing due to one or more special characters in the password. Probably the username and password should both be encoded somehow.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220426/6ab8e2f3/attachment.htm>


More information about the webkit-unassigned mailing list