Page 1 of 1

Package update failing

Posted: 20 Aug 2022, 08:51
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.

Re: Package update failing

Posted: 22 Aug 2022, 11:09
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
...

Re: Package update failing

Posted: 26 Aug 2022, 16:18
by redbull666
The problem resolved itself, without me changing anything AFAIK. Bit mysterious, but thanks for the support anyway!