snap install from snapcraft failing with 503

Support for Ubuntu and other Desktop Linux distributions
Post Reply
adev
Posts: 1
Joined: 10 Nov 2018, 15:18

snap install from snapcraft failing with 503

Post by adev »

After a disk fail, I need to RE-install filebot.

I'd previously installed/used it via snap, with no issues.

Currently, it fails

Code: Select all

snap listName      Version     Rev   Tracking  Publisher   Notes
	core      16-2.35.5   5742  stable    canonical✓  core

snap install filebot --edge --devmode
	error: cannot perform the following tasks:
	- Download snap "filebot" (16) from channel "edge" (received an unexpected http response code (503) when trying to download https://fastly.cdn.snapcraft.io/download-origin/fastly/JlrNGBIqwjdB64Hq94WTbELDWCjFwhta_16.snap?token=154...)
Maybe relevant? :

https://forum.snapcraft.io/t/http-respo ... box/6823/9
Our CDN was having trouble with some bigger snaps from around 23:45 UTC yesterday, not long before fleish’s report of a 503. I think I’ve fixed the problem, and I’ll keep a close eye on the error metrics, but do let us know if you see it still happening.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: snap install from snapcraft failing with 503

Post by rednoah »

If snap is broken, then you can just use apt instead.

FileBot maintains it's own deb package source, hosting files on my own server, which I can guarantee is not currently broken:
viewtopic.php?f=11&t=6028
:idea: Please read the FAQ and How to Request Help.
Post Reply