W: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://get.filebot.net/deb universal InRelease' does not seem to provide it (sources.list entry misspelt?)
W: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://get.filebot.net/deb universal InRelease' does not seem to provide it (sources.list entry misspelt?)
Unfortunately, I don't know why apt update isn't working for you. Nothing has changed in years as far as the repository is concerned. We used to use Ubuntu 24.04 in all our docker containers so it should fundamentally work for your platform. All the current docker containers run on Ubuntu 24.10 and use the Debian repository to install FileBot so that is generally confirmed to work with every build.
Types: deb
URIs: https://get.filebot.net/deb/
Suites: universal
Components: main
Signed-By: /etc/apt/trusted.gpg.d/filebot-archive-keyring.gpg
rednoah wrote: ↑11 Jan 2025, 15:25
Unfortunately, I don't know why apt update isn't working for you. Nothing has changed in years as far as the repository is concerned.
Agreed! And I really haven't changed anything either. But looking in the file list you note ... I see that the directory is "binary-all". I wonder if that's the issue - perhaps in the latest Ubuntu it's looking specifically for the correct architecture (i386, amd64)?
deb [arch=all signed-by=/usr/share/keyrings/filebot.gpg] https://get.filebot.net/deb/ universal main
The code you posted seems to be something imported / generated from the filebot.list so perhaps you'll want to remove the custom repository and then add it again from scratch with the official instructions to see what happens.
Yep, I can get the "old" format to work ... but on the upgrade to 24.04 LTS, it seems that all .list files were upgraded to .sources (i.e. the newer approach). I can go back to .list (for only this one) ... but thinking we try to get it working in .sources format (also)?