Snap install command fails with 404 error

I am getting the following error when I try and install my snap:

sudo snap install audovia
error: cannot perform the following tasks:

This has been working fine up until a couple of days ago (11th July).

Any help would be appreciated.

@noise Any ideas here?

Looking into it and will update shortly.

As an initial hint, this works if the user is authenticated.

$ snap install audovia # I previously did snap login with my SSO creds
audovia 3.5.2 from 'songbuilder' installed
roadmr@roadmr-VirtualBox:~$ snap logout
roadmr@roadmr-VirtualBox:~$ sudo snap remove audovia
[sudo] password for roadmr: 
audovia removed
roadmr@roadmr-VirtualBox:~$ sudo snap install audovia
error: cannot perform the following tasks:
- Download snap "audovia" (42) from channel "stable" (received an unexpected http response code (404) when trying to download https://api.snapcraft.io/api/v1/snaps/download/d1npoVDP3CKLZAWHFC7tN40qCrXU4hLX_42.snap)

We’ve narrowed this down to a bug with filtering for country restrictions (which you have set on the Audovia snap). We are working on a fix.

2 Likes

I have just retried installing my snap and it now seems to be working.
Many thanks for your work in fixing this bug.