Page 1 of 1
Filebot Corrupt on install (when installing from a remote folder)
Posted: 14 Mar 2023, 18:28
by klebel
I am trying to get 5.0.0 installed on my M1 MacBook Air. I keep getting an error message during the install "Filebot is damaged and can't be opened. You should move it to the Trash." I have tried both the intel and apple silicone versions. Any ideas?
Thanks.
Re: Filebot Corrupt on install (installing from a remote folder)
Posted: 14 Mar 2023, 19:26
by rednoah

Screenshot?

Please read this thread:
viewtopic.php?t=13450
Re: Filebot Corrupt on install
Posted: 14 Mar 2023, 19:51
by klebel
Figured it out. My default download directory is on my nas server. The filebot pkg does not install from a network mounted drive and will fail. I copied it over locally and it installed just fine.
Re: Filebot Corrupt on install
Posted: 14 Mar 2023, 20:06
by rednoah
macOS does not like installing software from a remote sources or non-standard folders for some reason. You'll want to always download into the Download folder and then run from there.
Re: Filebot Corrupt on install (when installing from a remote folder)
Posted: 15 Mar 2023, 09:04
by fbonmac
I have a similar issue when trying to install via HomeBrew:
https://snipboard.io/i0nV9L.jpg

Re: Filebot Corrupt on install (when installing from a remote folder)
Posted: 15 Mar 2023, 09:18
by rednoah

You may need to run the application via
Right-Click ➔ Open to indicate to macOS that you know what you are doing:
rednoah wrote: ↑28 Sep 2020, 10:35
If you are using the GUI application for the first time, then you may need to launch FileBot via
Finder ➔ Right-Click FileBot.app ➔ Open to indicate to the system that you know what you're doing:
https://support.apple.com/guide/mac-hel ... h40616/mac
Alternatively, you can use the
--no-quarantine flag during installation:
Code: Select all
brew install filebot --force --no-quarantine