Traceback running the blocking bugs report

Bug #1928699 reported by Jeff Lane 
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Hardware Certification Tools
New
Undecided
Unassigned

Bug Description

Anonymous Launchpad access; no private bugs will be found!
Traceback (most recent call last):
  File "/home/certification/hwcert-tools/certification_reports/summarize_blocking_bugs.py", line 143, in <module>
    sys.exit(main())
  File "/home/certification/hwcert-tools/certification_reports/summarize_blocking_bugs.py", line 136, in main
    args.user)
  File "/home/certification/hwcert-tools/certification_reports/summarize_blocking_bugs.py", line 61, in get_server_bugs
    for project in p:
  File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/resource.py", line 799, in __iter__
    unicode(self._root._browser.get(URI(next_link))))
  File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py", line 411, in get
    response, content = self._request(url, extra_headers=headers)
  File "/usr/lib/python2.7/dist-packages/lazr/restfulclient/_browser.py", line 401, in _request
    raise error
lazr.restfulclient.errors.ServerError: HTTP Error 503: Service Unavailable
Response headers:
---
-content-encoding: gzip
connection: close
content-length: 8762
content-type: text/html;charset=utf-8
date: Mon, 17 May 2021 04:27:05 GMT
retry-after: 900
server: zope.server.http (HTTP)
status: 503
vary: Accept-Encoding
x-lazr-oopsid: OOPS-d13eb2251ce4561ab56741ac3df9ccde
x-powered-by: Zope (www.zope.org), Python (www.python.org)
---
Response body:
---
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
  <head>
    <meta charset="UTF-8" />
    <title>Error: Timeout</title>
    <link rel="shortcut icon" href="/@@/launchpad.png" />

  <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev5321c3f40fa4d4b847f4e47fb766e7b95ed5036c/combo.css" />

  <script type="text/javascript">
    var LP = {
        cache: {},
        links: {}
    };
  </script>

  <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script>

   <script type="text/javascript" src="/+combo/rev5321c3f40fa4d4b847f4e47fb766e7b95ed5036c/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script>
   <script type="text/javascript">
        var raw = null;
        if (LP.devmode) {
           raw = 'raw';
        }
        YUI.GlobalConfig = {
            combine: true,
            comboBase: '/+combo/rev5321c3f40fa4d4b847f4e47fb766e7b95ed5036c/?',
            root: 'yui/',
            filter: raw,
            debug: false,
            fetchCSS: false,
            maxURLLength: 2000,
            groups: {
                lp: {
                    combine: true,
                    base: '/+combo/rev5321c3f40fa4d4b847f4e47fb766e7b95ed5036c/?lp/',
                    comboBase: '/+combo/rev5321c3f40fa4d4b847f4e47fb766e7b95ed5036c/?',
                    root: 'lp/',
                    // comes from including lp/meta.js
                    modules: LP_MODULES,
                    fetchCSS: false
                }
            }
        }</script>

  <script type="text/javascript">
      // we need this to create a single YUI instance all events and code
      // talks across. All instances of YUI().use should be based off of
      // LPJS instead.
      var LPJS = new YUI();
  </script>

    <script id="base-layout-load-scripts" type="text/javascript">
        //<![CDATA[
        LPJS.use('base', 'node', 'console', 'event',
            'oop', 'lp', 'lp.app.foldables','lp.app.sorttable',
            'lp.app.inlinehelp', 'lp.app.links',
            'lp.bugs.bugtask_index', 'lp.bugs.subscribers',
            'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff',
            'lp.views.global',
             function(Y) {

            Y.on("domready", function () {
                var global_view = new Y.lp.views.Global();
                global_view.render();

                Y.lp.app.sorttable.SortTable.init();
                Y.lp.app.inlinehelp.init_help();
                Y.lp.activate_collapsibles();
                Y.lp.app.foldables.activate();
                Y.lp.app.links.check_valid_lp_links();
            });

            Y.on('lp:context:web_link:changed', function(e) {
                  window.location = e.new_value;
            });
        });
        //]]>
    </script>
    <script id="base-helper-functions" type="text/javascript">
         //<![CDATA[
        // This code is pulled from lp.js that needs to be available on every
        // request. Pulling here to get it outside the scope of the YUI block.
        function setFocusByName(name) {
            // Focus the first element matching the given name which can be focused.
            var nodes = document.getElementsByName(name);
            var i, node;
            for (i = 0; i < nodes.length; i++) {
                node = nodes[i];
                if (node.focus) {
                    try {
                        // Trying to focus a hidden element throws an error in IE8.
                        if (node.offsetHeight !== 0) {
                            node.focus();
                        }
                    } catch (e) {
                        LPJS.use('console', function(Y) {
                            Y.log('In setFocusByName(<' +
                                node.tagName + ' type=' + node.type + '>): ' + e);
                        });
                    }
                    break;
                }
            }
        }

        function selectWidget(widget_name, event) {
          if (event && (event.keyCode === 9 || event.keyCode === 13)) {
              // Avoid firing if user is tabbing through or simply pressing
              // enter to submit the form.
              return;
          }
          document.getElementById(widget_name).checked = true;
        }
        //]]>
    </script>

  </head>

  <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-unknown
      main_only
      public
      yui3-skin-sam">

    <div class="yui-d0">
      <div id="locationbar" class="login-logout">

<div id="logincontrol"><a href="https://api.launchpad.net/1.0/1.0/projects/+login?memo=40425&amp;ws.size=75&amp;ws.start=40425">Log in / Register</a></div>

      </div><!--id="locationbar"-->

      <div id="watermark" class="watermark-apps-portlet">
        <div>
          <img alt="" width="64" height="64" src="/@@/launchpad-logo" />
        </div>
        <div class="wide">
          <h2 id="watermark-heading"><span>Launchpad.net</span></h2>
        </div>

  <!-- Application Menu -->
  <ul class="facetmenu">
  </ul>

      </div>

        <div id="maincontent" class="yui-main">
          <div class="yui-b" dir="ltr">
            <div class="context-publication">

              <div id="registration" class="registering">

              </div>
            </div>

            <div id="request-notifications">

            </div>

              <div class="top-portlet">
      <h1 class="exception">Timeout error</h1>
      <p>
        Sorry, something just went wrong in Launchpad.
      </p>
      <p>
        We&#8217;ve recorded what happened,
        and we&#8217;ll fix it as soon as possible.
        Apologies for the inconvenience.
      </p>
      <p>
        Trying again in a couple of minutes might work.
      </p>
      <p>
        If you report this as a bug, please include the error ID below,
        preferably by copying and pasting it rather than by taking a
        screenshot.
      </p>
      <p>
        (Error <abbr>ID</abbr>:
        <code class="oopsid">OOPS-d13eb2251ce4561ab56741ac3df9ccde</code>)
      </p>

    </div>

          </div><!-- yui-b -->
        </div><!-- yui-main -->

          <!-- yui-b side -->

      <!-- yui-t4 -->

  <div id="footer" class="footer">
    <div class="lp-arcana">
        <div class="lp-branding">
          <a href="https://launchpad.net/"><img src="/@@/launchpad-logo-and-name-hierarchy.png" alt="Launchpad" /></a>
          &nbsp;&bull;&nbsp;
          <a href="https://launchpad.net/+tour">Take the tour</a>
          &nbsp;&bull;&nbsp;
          <a href="https://help.launchpad.net/">Read the guide</a>
          &nbsp;
          <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search">
            <input type="search" id="search-text" name="field.text" />
            <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" />
          </form>
        </div>

    </div>

    <div class="colophon">
      &copy; 2004-2021
      <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a>
      &nbsp;&bull;&nbsp;
      <a href="https://launchpad.net/legal">Terms of use</a>
      &nbsp;&bull;&nbsp;
      <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a>
      &nbsp;&bull;&nbsp;
      <a href="/feedback">Contact Launchpad Support</a>

      &nbsp;&bull;&nbsp;
      <a href="http://blog.launchpad.net/">Blog</a>

        &nbsp;&bull;&nbsp;
        <a href="https://canonical.com/careers">Careers</a>

      &nbsp;&bull;&nbsp;
      <a href="https://twitter.com/launchpadstatus">System status</a>
      <span id="lp-version">
      &nbsp;&bull;&nbsp;
        r5321c3f

        (<a href="https://dev.launchpad.net/">Get the code!</a>)
      </span>
    </div>
  </div>

    </div><!-- yui-d0-->

  <script id="json-cache-script">LP.cache = {"related_features": {}};</script>

  </body>

  <!--
    Facet name: unknown
    Page type: main_only
    Has global search: True
    Has application tabs: True
    Has side portlets: False

    At least 2 queries/external actions issued in 0.05 seconds OOPS-d13eb2251ce4561ab56741ac3df9ccde

    Features: {'app.maintenance_message': None, 'js.yui_version': None, 'visible_render_time': None, 'baselayout.careers_link.disabled': None}

    r5321c3f

    -->

</html>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.