Comment 5 for bug 515761

Revision history for this message
Markus Korn (thekorn) wrote : Re: Not able to access project releases anonymously

I experience this issue for all kind of collections, for example:

In [1]: list(launchpad.bugs[1].subscriptions)
Out[1]: []

In [2]: list(launchpad.bugs[123456].messages)
Out[2]: []

As you can see in the attached output of a python session with httplib2 debug turned on it looks like everything works correct, launchpadlib knows that there are more than one batches to fetch, but the entires field has just no content.