lp.archiveuploader.permission.CannotUploadToPocket object at 0x74d9950

Asked by Dennis Prochko

I've disappointed with this message:

lp.archiveuploader.permission.CannotUploadToPocket object at 0x74d9950

after trying to upload next version of my package into the PPA. The package rejected, but sources are nearly the same (except changelog may be). The last library version was built fine month ago, but new is rejected, I don't know why.

What I'm missing?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Dennis Prochko
Solved:
Last query:
Last reply:
Revision history for this message
Julian Edwards (julian-edwards) said :
#1

There's a separate bug about that error message which I can't find at the moment. However, you're probably trying to upload to Ubuntu instead of your PPA, or you're trying to upload to -updates, -backports etc which is not allowed in a PPA.

Revision history for this message
Dennis Prochko (wolfsoft) said :
#2

I've using
dput ppa:wolfsoft/dbpager filename.changes
instead of
dput filename.changes
and the package accepted. Thanks.