Bug 186922 - Security EWS: bots fails with exception HTTP Error 500: Internal Server Error
Summary: Security EWS: bots fails with exception HTTP Error 500: Internal Server Error
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-06-22 08:38 PDT by Aakash Jain
Modified: 2018-06-22 11:12 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2018-06-22 08:38:33 PDT
Some of the EWS bots are hitting following exception while processing security sensitive bugs:


2018-06-21 14:40:09,510 - You don't have permission to view this attachment.
Traceback (most recent call last):
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/bot/queueengine.py", line 97, in run
    work_item = self._delegate.next_work_item()
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 461, in next_work_item
    return self._next_patch()
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py", line 224, in _next_patch
    patch = self._tool.status_server.fetch_attachment(patch_id)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/common/net/statusserver.py", line 210, in fetch_attachment
    attachment_metadata = self._fetch_attachment_page('metadata', attachment_id)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/common/net/statusserver.py", line 206, in _fetch_attachment_page
    return self._fetch_url(attachment_url)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/common/net/statusserver.py", line 230, in _fetch_url
    raise e
HTTPError: HTTP Error 500: Internal Server Error
Comment 1 Daniel Bates 2018-06-22 11:10:07 PDT
This issue was fixed in <https://trac.webkit.org/changeset/233061>.
Comment 2 Radar WebKit Bug Importer 2018-06-22 11:12:41 PDT
<rdar://problem/41374385>