[Webkit-unassigned] [Bug 242440] New: [ews] status url results in 500 for unknown patch id

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 07:08:25 PDT 2022


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

            Bug ID: 242440
           Summary: [ews] status url results in 500 for unknown patch id
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com

On ews.webkit.org status url results in 500 for unknown patch id. 
e.g.: https://ews.webkit.org/status/1112121212121212/ results in 500 with following error in logs:

==> ews.log <==
2022-07-07 14:07:36,305 - Internal Server Error: /status/123456789/
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner
    response = get_response(request)
  File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response
    response = self.process_exception_by_middleware(e, request)
  File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 68, in view
    return self.dispatch(request, *args, **kwargs)
  File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 88, in dispatch
    return handler(request, *args, **kwargs)
  File "/var/ews/OpenSource/Tools/CISupport/ews-app/ews/views/status.py", line 67, in get
    return JsonResponse(response_data)
  File "/usr/lib/python2.7/site-packages/django/http/response.py", line 524, in __init__
    'In order to allow non-dict objects to be serialized set the '
TypeError: In order to allow non-dict objects to be serialized set the safe parameter to False.

-- 
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/20220707/582ae0dc/attachment.htm>


More information about the webkit-unassigned mailing list