Comment 11 for bug 320596

Revision history for this message
Brian Murray (brian-murray) wrote : Re: [Bug 320596] Re: Series.searchTasks() always returns an empty collection

On Fri, Nov 18, 2016 at 04:27:33PM -0000, Anthony Wong wrote:
> I am basically running the commands in the bug description.
>
> >>> ubuntu = launchpad.distributions["ubuntu"]
> >>> xenial = ubuntu.getSeries(name_or_version="xenial")
> >>> list(xenial.searchTasks())
> []
>
> [t for t in zesty.searchTasks()] also returns empty.
>
> My python-launchpadlib is 1.10.3-3.

What version of the Launchpad API are you connecting to? It works for me
with devel, but not with 1.0.

--
Brian Murray