Package update failing

Support for Ubuntu and other Desktop Linux distributions
Post Reply
redbull666
Donor
Posts: 58
Joined: 08 Jan 2014, 20:45

Package update failing

Post by redbull666 »

Attempting to APT update today:

Code: Select all

E: Failed to fetch https://get.filebot.net/deb/dists/stable/InRelease  403  Forbidden [IP: 104.21.79.38 443]
E: The repository 'https://get.filebot.net/deb stable InRelease' is no longer signed.
I tried re-importing the key, but that one was unchanged/fine. Not sure what I could be doing wrong here.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Package update failing

Post by rednoah »

What OS and OS version are you using?


:idea: The InRelease file would certainly be missing, because we have no such file in our repository.


:idea: Your package manager is expected to check https://get.filebot.net/deb/dists/stable/Release and not https://get.filebot.net/deb/dists/stable/InRelease to get the package index, so that might be a clue.


EDIT:

Your log says 403 Forbidden which is not what I get when I request that resource, so that might be another clue:

Code: Select all

$ curl -I https://get.filebot.net/deb/dists/stable/InRelease
HTTP/2 404
...
:idea: Please read the FAQ and How to Request Help.
redbull666
Donor
Posts: 58
Joined: 08 Jan 2014, 20:45

Re: Package update failing

Post by redbull666 »

The problem resolved itself, without me changing anything AFAIK. Bit mysterious, but thanks for the support anyway!
Post Reply