From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <jplsek@iol.unh.edu>
Received: from mail-oi0-f41.google.com (mail-oi0-f41.google.com
 [209.85.218.41]) by dpdk.org (Postfix) with ESMTP id CEB021BAA7
 for <ci@dpdk.org>; Fri, 22 Jun 2018 16:17:21 +0200 (CEST)
Received: by mail-oi0-f41.google.com with SMTP id d5-v6so6259706oib.5
 for <ci@dpdk.org>; Fri, 22 Jun 2018 07:17:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol;
 h=mime-version:references:in-reply-to:from:date:message-id:subject:to
 :cc; bh=QsVmPwcUgQwhzMXAxQf55w0gRSMyvTkMr9kwSUjrGeI=;
 b=EUrJb/JAeXKgR75wdxdS9elJ+5B926H2N+cNFxM8wP9t7NBztRgZTNzzjHBbhzqo0I
 2fqnP9seS3zigD+3579lmfYjlEsMXd56IjlL4zK7W2hvuxDu1ktd2rihPWEsK6XlBLvn
 RLIW1x/BJAVZRorn/5WXuV2cli8bwvyQD8rdo=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:references:in-reply-to:from:date
 :message-id:subject:to:cc;
 bh=QsVmPwcUgQwhzMXAxQf55w0gRSMyvTkMr9kwSUjrGeI=;
 b=cQbe3Gh78x5JleMH9rbfAJdShJQysWXwOJcl9oXN9d5x2RK3pVC3meg+Ds8YsKv9Ul
 qqO3E3Q6DLOgZz25qDlKYmX5j5ZqybRDPYFimbtpCAtQ4anCuO8DPRVsUOHTTdYNG2Sw
 TazUvIYmB7XGacZZHR0Ou7S3O35lHGLTgchio26LzXHNnTOTk+43gTb+T6GCvEOypH14
 +neOJvxzQmtxWjaI3UDEA95s4Sewi1Bm50AHwI/hGk/MKpuYP2YdGY0S1yUbcfzwmUw5
 9dPZeOZRkFYcY+G0WDulwyANlPkLBgazfKUsKY1CjvR1vowqz9/16QTt89BnMNfysoJU
 dPmw==
X-Gm-Message-State: APt69E2Gna6Hh5M5OLrXJRNKWxUhalM2CzlyFI5iDRO9hdkny2oHX/eF
 tINuv1kR0nRejziEbn3UHAiG+1cQfPe3euqAAFxs2Q==
X-Google-Smtp-Source: ADUXVKJoF80bd5mELO11Qdkr4hZsCvsQpqYlY/Oc6D6b61h/hIX8CP7t6+bdh8MFG7BYUZdpsx/utQMSD/zLhZKP3AI=
X-Received: by 2002:a54:4004:: with SMTP id x4-v6mr891976oie.162.1529677041090; 
 Fri, 22 Jun 2018 07:17:21 -0700 (PDT)
MIME-Version: 1.0
References: <CABj6NQyGO290R+krzeg9ekJ485cFEYFiW4JFt+1Cyz3Vq7SXVw@mail.gmail.com>
 <1773734.J8st0Yi5bl@xps>
In-Reply-To: <1773734.J8st0Yi5bl@xps>
From: Jeremy Plsek <jplsek@iol.unh.edu>
Date: Fri, 22 Jun 2018 10:16:44 -0400
Message-ID: <CA+xUZB62km+YO612U2wOQXXtQmKzmK8Kw=U9+hbd3jMawUj6Pw@mail.gmail.com>
To: thomas@monjalon.net
Cc: Patrick MacArthur <pmacarth@iol.unh.edu>, alialnu@mellanox.com,
 dpdklab@iol.unh.edu, ci@dpdk.org
Content-Type: multipart/alternative; boundary="000000000000a7da44056f3bb0af"
X-Mailman-Approved-At: Mon, 25 Jun 2018 23:09:33 +0200
Subject: Re: [dpdk-ci] [dpdklab] Re: patchwork REST API patches endpoint 500
	error
X-BeenThere: ci@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK CI discussions <ci.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/ci>,
 <mailto:ci-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/ci/>
List-Post: <mailto:ci@dpdk.org>
List-Help: <mailto:ci-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/ci>,
 <mailto:ci-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 22 Jun 2018 14:17:22 -0000

--000000000000a7da44056f3bb0af
Content-Type: text/plain; charset="UTF-8"

Hi Thomas,

The specific URL we are trying to access is:
http://patches.dpdk.org/api/patches/?archived=1&order=-date&project=dpdk&page=1

Which used to work before.

I've also noticed 500's every so often on just
http://patches.dpdk.org/api/patches/

On Fri, Jun 22, 2018 at 3:16 AM Thomas Monjalon <thomas@monjalon.net> wrote:

> 22/06/2018 01:41, Patrick MacArthur:
> > Hi,
> >
> > The Patchwork instance is throwing a 500 error when our scripts try to
> > access the following URL:
> >
> >     http://patches.dpdk.org/api/1.0/patches/
> >
> > Our scripts currently use this endpoint to scrape new patches to be
> applied
> > and tested in our system.
> >
> > Could you please look into this?
>
> You know patchwork has been updated?
>
> Look at this page for the summary of APIs:
>         http://patches.dpdk.org/api/
>
> There is this one:
>         http://patches.dpdk.org/api/patches/
>
> But you should download series with this URL:
>         https://patches.dpdk.org/series/ID/mbox/
>
>
>

-- 
Regards,
Jeremy

--000000000000a7da44056f3bb0af
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi Thomas,</div><div><br></div><div>The specific URL =
we are trying to access is: <a href=3D"http://patches.dpdk.org/api/patches/=
?archived=3D1&amp;order=3D-date&amp;project=3Ddpdk&amp;page=3D1">http://pat=
ches.dpdk.org/api/patches/?archived=3D1&amp;order=3D-date&amp;project=3Ddpd=
k&amp;page=3D1</a></div><div><br></div><div>Which used to work before.</div=
><div><br></div><div>I&#39;ve also noticed 500&#39;s every so often on just=
 <a href=3D"http://patches.dpdk.org/api/patches/" rel=3D"noreferrer" target=
=3D"_blank">http://patches.dpdk.org/api/patches/</a><br></div></div><br><di=
v class=3D"gmail_quote"><div dir=3D"ltr">On Fri, Jun 22, 2018 at 3:16 AM Th=
omas Monjalon &lt;<a href=3D"mailto:thomas@monjalon.net">thomas@monjalon.ne=
t</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin=
:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">22/06/2018 01:41, =
Patrick MacArthur:<br>
&gt; Hi,<br>
&gt; <br>
&gt; The Patchwork instance is throwing a 500 error when our scripts try to=
<br>
&gt; access the following URL:<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0<a href=3D"http://patches.dpdk.org/api/1.0/patches/=
" rel=3D"noreferrer" target=3D"_blank">http://patches.dpdk.org/api/1.0/patc=
hes/</a><br>
&gt; <br>
&gt; Our scripts currently use this endpoint to scrape new patches to be ap=
plied<br>
&gt; and tested in our system.<br>
&gt; <br>
&gt; Could you please look into this?<br>
<br>
You know patchwork has been updated?<br>
<br>
Look at this page for the summary of APIs:<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"http://patches.dpdk.org/api/" rel=3D=
"noreferrer" target=3D"_blank">http://patches.dpdk.org/api/</a><br>
<br>
There is this one:<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"http://patches.dpdk.org/api/patches/=
" rel=3D"noreferrer" target=3D"_blank">http://patches.dpdk.org/api/patches/=
</a><br>
<br>
But you should download series with this URL:<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"https://patches.dpdk.org/series/ID/m=
box/" rel=3D"noreferrer" target=3D"_blank">https://patches.dpdk.org/series/=
ID/mbox/</a><br>
<br>
<br>
</blockquote></div><br clear=3D"all"><br>-- <br><div dir=3D"ltr" class=3D"g=
mail_signature" data-smartmail=3D"gmail_signature"><div dir=3D"ltr"><div>Re=
gards,<br></div>Jeremy<br></div></div>

--000000000000a7da44056f3bb0af--