Hi Mykola, Thanks for reaching out.
The error message suggests that you have formatted the name/email not properly. There was a similar issue reported a couple of years ago with some tips on how to do this properly, especially when using a tool called dch. https://answers.launchpad.net/launchpad/+question/290253 My gut feeling that the name/email pair is not formatted correctly is supported when I look at the error handling in our code base. if person is None: raise UploadError( "Unable to identify '%s':<%s> in launchpad" % (name, email) ) When I look at your error message ("Unable to identify '': <MYKOLA TSYHANKOV battlemaster.h...@gmail.com> in launchpad."), the code was unable to detect the name, as there is nothing in between the two single ticks, and the email placeholder is replaced with both your name and email address. Please let us know whether the description in the above question is helpful or whether you need further support. Jürgen Gmach Launchpad team On Tue, Mar 11, 2025 at 7:39 PM MYKOLA TSYHANKOV < battlemaster.h...@gmail.com> wrote: > Hello! > > I attempted to upload my package to PPA on Launchpad, but I received a > rejection message with the following error: > > "Unable to identify '': <MYKOLA TSYHANKOV battlemaster.h...@gmail.com> in > launchpad." > > I'm not quite sure why my package was rejected, as I believe I used the > correct signature and settings for my package. > > The project contains the correct changelog file and all necessary changes, > but I cannot figure out the reason for the rejection. > > Could you please provide any assistance or guidance on resolving this > issue? > > Here are some details about my package: > - Package: battlemaster > - Version: 1.0-2 > - Operating System: Ubuntu 20.04 (focal) > - My Launchpad account: mykola-tsyhankov > > Thank you for any help. > > Best regards, > MYKOLA TSYHANKOV > battlemaster.h...@gmail.com > _______________________________________________ > Mailing list: https://launchpad.net/~launchpad-users > Post to : launchpad-users@lists.launchpad.net > Unsubscribe : https://launchpad.net/~launchpad-users > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-users Post to : launchpad-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~launchpad-users More help : https://help.launchpad.net/ListHelp