Page 1 of 1

licenence renew on 6.2.4-25556

Posted: 29 May 2021, 11:44
by e1ectr0nik
Hi! i'm trying to renew my license with 0.4.1.1 version
How can i fix it?

Code: Select all

Write [FileBot License Pxxxxxxx (Valid-Until: 2022-06-05)] to [/volume1/@appstore/filebot/data/.license]
Write Permission Denied: /volume1/@appstore/filebot/data/.license

Re: licenence renew on 6.2.4-25556

Posted: 29 May 2021, 13:23
by rednoah
Option A:
Log into your DSM with SSH so you can use sudo to delete the file as super user:

Code: Select all

sudo rm -v /volume1/@appstore/filebot/data/.license

Option B:
Open Package Manager in DSM and uninstall the FileBot package, then reinstall the FileBot package from scratch.

Re: licenence renew on 6.2.4-25556

Posted: 29 May 2021, 14:42
by e1ectr0nik
Option A helped, thanks!