Snap name already busy, but such package doesn't exists

Hello.

I built snap package and want to upload it.
But when I started to register a snap name I got message “You already own ‘<snap_package_name>’”.
Hmmm, but the package doesn’t exists in the snap store, because when i try to search by <snap_package_name>,
the store say: “We couldn’t find anything for your search”

How this happened?
I register the snap name first time

The snapcraft register command will attempt to reserve a snap name for you. If it’s already owned by someone else, it will advise you how to file a dispute.

Once (if) you have the snap name registered, the next step is to upload a snap.

Until you upload a snap, snap find will not find the snap at all, because there’s no snap to download.

You can run snapcraft list-registered to confirm that you do indeed have the snap name registered, and snapcraft status snapname to confirm if any snaps have been published.

2 Likes