License Activation Questions and Answers
Re: [FAQ] How do I activate my license?
Hi,
I have got a Windows store License but I would prefer just the normal license. Is there anyway to convert it?
Cheers
I have got a Windows store License but I would prefer just the normal license. Is there anyway to convert it?
Cheers
Re: [FAQ] How do I activate my license?
No, a Microsoft Store purchase does not include a universal license.
You may request a free 1 year complimentary universal license:
viewtopic.php?f=8&t=9517
You may request a free 1 year complimentary universal license:
viewtopic.php?f=8&t=9517
Re: [FAQ] How do I activate my license?
Posting so I can PM. 
Re: [FAQ] How do I activate my license?
Posting since I'm a moron and deleted the email with my license file.
Re: [FAQ] How do I activate my license?
I need to participate in more discussions to send you a PM.
Re: [FAQ] How do I activate my license?
Re-sent to your new email address.
Re: [FAQ] How do I activate my license?
need to post before I can PM info for license
Re: [FAQ] How do I activate my license?
Note that this thread applies only to users who have purchased a universal license via Paddle from our website direction, but NOT to users who have purchased from the Microsoft Store or Mac App Store:
viewtopic.php?f=8&t=9517
viewtopic.php?f=8&t=9517
-
jiuyouwang
- Posts: 1
- Joined: 20 Apr 2019, 13:15
Re: [FAQ] How do I activate my license?
post for pm
-
carlosmoreira
- Posts: 3
- Joined: 05 May 2019, 05:35
Re: [FAQ] How do I activate my license?
Hello, I tried to activate my license today but I got these error messages:
What should I do?
Code: Select all
Activate License P***
Fetch failed: Try again in 5 seconds (2 more) => javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
Activate License P***
Fetch failed: Try again in 10 seconds (1 more) => javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
Activate License P***
Fetch failed: https://license.filebot.net/verify/P***
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
at net.filebot.web.WebRequest.post(WebRequest.java:198)
at net.filebot.License.lambda$verifyLicense$4(License.java:149)
at net.filebot.CachedResource.lambda$null$0(CachedResource.java:87)
at net.filebot.CachedResource.retry(CachedResource.java:121)
at net.filebot.CachedResource.retry(CachedResource.java:133)
at net.filebot.CachedResource.retry(CachedResource.java:133)
at net.filebot.CachedResource.lambda$get$1(CachedResource.java:87)
at net.filebot.Cache.computeIf(Cache.java:90)
at net.filebot.CachedResource.get(CachedResource.java:82)
at net.filebot.License.verifyLicense(License.java:150)
at net.filebot.License.parseLicenseText(License.java:109)
at net.filebot.License.importLicense(License.java:180)
at net.filebot.Settings.configureLicense(Settings.java:163)
at net.filebot.Main.main(Main.java:127)
Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
... 14 more
Caused by: java.security.cert.CertPathValidatorException: signature check failed
... 14 more
Caused by: java.security.SignatureException: Signature does not match.
... 14 more
License Error: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failedRe: [FAQ] How do I activate my license?
1.
This error message indicates a generic SSL network issue on your machine. Probably nothing you can do about. Maybe it'll just work again tomorrow.
2.
Please run filebot -script fn:sysinfo and post the output.
Code: Select all
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed2.
Please run filebot -script fn:sysinfo and post the output.
Re: [FAQ] How do I activate my license?
Must post to PM, for license notification resend.
-
carlosmoreira
- Posts: 3
- Joined: 05 May 2019, 05:35
Re: [FAQ] How do I activate my license?
rednoah wrote: 05 May 2019, 06:24 1.This error message indicates a generic SSL network issue on your machine. Probably nothing you can do about. Maybe it'll just work again tomorrow.Code: Select all
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
2.
Please run filebot -script fn:sysinfo and post the output.
Code: Select all
$ filebot -script fn:sysinfo
Fetch failed: Try again in 5 seconds (2 more) => javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.secur
ity.cert.CertPathValidatorException: signature check failed
Fetch failed: Try again in 10 seconds (1 more) => javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.secu
rity.cert.CertPathValidatorException: signature check failed
Fetch failed: https://api.filebot.net/v5/script/fn.jar.xz
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature ch
eck failed
at net.filebot.web.WebRequest.fetch(WebRequest.java:142)
at net.filebot.CachedResource.lambda$fetchIfModified$9(CachedResource.java:215)
at net.filebot.CachedResource.lambda$null$0(CachedResource.java:87)
at net.filebot.CachedResource.retry(CachedResource.java:121)
at net.filebot.CachedResource.retry(CachedResource.java:133)
at net.filebot.CachedResource.retry(CachedResource.java:133)
at net.filebot.CachedResource.lambda$get$1(CachedResource.java:87)
at net.filebot.Cache.computeIf(Cache.java:90)
at net.filebot.CachedResource.get(CachedResource.java:82)
at net.filebot.MemoizedResource.get(Resource.java:36)
at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:32)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:163)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:37)
at net.filebot.Main.main(Main.java:132)
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: s
ignature check failed
at net.filebot.web.WebRequest.fetch(WebRequest.java:139)
... 14 more
Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
... 15 more
Caused by: java.security.cert.CertPathValidatorException: signature check failed
... 15 more
Caused by: java.security.SignatureException: Signature does not match.
... 15 more
sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature ch
eck failed
at net.filebot.web.WebRequest.fetch(WebRequest.java:142)
at net.filebot.CachedResource.lambda$fetchIfModified$9(CachedResource.java:215)
at net.filebot.CachedResource.lambda$null$0(CachedResource.java:87)
at net.filebot.CachedResource.retry(CachedResource.java:121)
at net.filebot.CachedResource.retry(CachedResource.java:133)
at net.filebot.CachedResource.retry(CachedResource.java:133)
at net.filebot.CachedResource.lambda$get$1(CachedResource.java:87)
at net.filebot.Cache.computeIf(Cache.java:90)
at net.filebot.CachedResource.get(CachedResource.java:82)
at net.filebot.MemoizedResource.get(Resource.java:36)
at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:32)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:163)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:37)
at net.filebot.Main.main(Main.java:132)
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
at net.filebot.web.WebRequest.fetch(WebRequest.java:139)
... 14 more
Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
... 15 more
Caused by: java.security.cert.CertPathValidatorException: signature check failed
... 15 more
Caused by: java.security.SignatureException: Signature does not match.
... 15 more
Error (o_O)-
carlosmoreira
- Posts: 3
- Joined: 05 May 2019, 05:35
Re: [FAQ] How do I activate my license?
Just followed what was said here: viewtopic.php?t=3797#p21247
Installed Oracle JDK and it is working now.
Installed Oracle JDK and it is working now.
Re: [FAQ] How do I activate my license?
Installing the latest version of Java could also resolve root certificate issues, especially if your previous Java runtime was extremely outdated.
Re: [FAQ] How do I activate my license?
Hello, I just bought a license a few hours ago but I have not received anything, pay by paypal and the paypal receipt if I received it but the other 2 do not.
thank you
thank you
Re: [FAQ] How do I activate my license?
Please PM me your name + email if you don't have your Paddle Order number.Vittatus wrote: 12 May 2019, 13:13 I just bought a license a few hours ago but I have not received anything, pay by paypal and the paypal receipt if I received it but the other 2 do not.
Re: [FAQ] How do I activate my license?
sorry need to post before PM...
Re: [FAQ] How do I activate my license?
If you have purchased FileBot on the Microsoft Store or Mac App Store, then you neither have a standalone license, nor can you loose your license. Microsoft / Apple will remember your purchase history in your Microsoft / Apple Account, and so you can just re-install via the Microsoft Store or Mac App Store.
This thread is about the standalone universal license which you'd receive after purchasing FileBot on this website directly, and not via the Microsoft Store or Mac App Store.
-
Steviewunda
- Posts: 2
- Joined: 14 May 2019, 21:06
Re: [FAQ] How do I activate my license?
Hi - I've been trying to use Filebot unsuccessfully and I'm assuming the new version needs to be licensed, but when I try to activate my license I get the following in the log:
Code: Select all
May 15, 2019 8:02:54 AM net.filebot.CacheManager acquireDiskStore
WARNING: Current application revision (r6224) does not match cache revision (r5789): reset cache
May 15, 2019 8:18:11 AM net.filebot.License lambda$verifyLicense$4
WARNING: Activate License P5816225
May 15, 2019 8:18:13 AM net.filebot.Settings configureLicense
SEVERE: License Error: C:\Users\stevi\AppData\Roaming\FileBot\license.txt
May 15, 2019 8:28:00 AM net.filebot.License lambda$verifyLicense$4
WARNING: Activate License P5816225
May 15, 2019 8:28:03 AM net.filebot.Settings configureLicense
SEVERE: License Error: C:\Users\stevi\AppData\Roaming\FileBot\license.txt
May 15, 2019 8:35:14 AM net.filebot.CachedResource fileNotFound
WARNING: Resource not found: https://api.thetvdb.com/search/series?name=the+civil+war+ep2+a+very+bloody+affair+1990
May 15, 2019 8:35:14 AM net.filebot.CachedResource fileNotFound
WARNING: Resource not found: https://api.thetvdb.com/search/series?name=the+civil+war+ep9+the+better+angels+of+our+nature+1990
May 15, 2019 8:35:14 AM net.filebot.CachedResource fileNotFound
WARNING: Resource not found: https://api.thetvdb.com/search/series?name=the+civil+war+ep8+war+is+all+hell+1990
May 15, 2019 8:35:14 AM net.filebot.CachedResource fileNotFound
WARNING: Resource not found: https://api.thetvdb.com/search/series?name=the+civil+war+ep1+the+cause+1999
May 15, 2019 8:35:14 AM net.filebot.CachedResource fileNotFound
WARNING: Resource not found: https://api.thetvdb.com/search/series?name=the+civil+war+ep5+the+universe+of+battle+1990
May 15, 2019 8:35:14 AM net.filebot.CachedResource fileNotFound
WARNING: Resource not found: https://api.thetvdb.com/search/series?name=the+civil+war+ep4+simply+murder+1990
May 15, 2019 8:35:14 AM net.filebot.CachedResource fileNotFound
WARNING: Resource not found: https://api.thetvdb.com/search/series?name=the+civil+war+ep3+forever+free+1990
May 15, 2019 8:35:14 AM net.filebot.CachedResource fileNotFound
WARNING: Resource not found: https://api.thetvdb.com/search/series?name=The+Civil+War+1990
May 15, 2019 8:35:14 AM net.filebot.CachedResource fileNotFound
WARNING: Resource not found: https://api.thetvdb.com/search/series?name=the+civil+war+ep7+most+hallowed+ground+1990
May 15, 2019 8:35:14 AM net.filebot.CachedResource fileNotFound
WARNING: Resource not found: https://api.thetvdb.com/search/series?name=the+civil+war+ep6+valley+of+the+shadow+of+death+1990
May 15, 2019 9:12:06 AM net.filebot.License lambda$verifyLicense$4
WARNING: Activate License P5816225
May 15, 2019 9:12:08 AM net.filebot.Settings configureLicense
SEVERE: License Error: C:\Users\stevi\AppData\Roaming\FileBot\license.txt-
Steviewunda
- Posts: 2
- Joined: 14 May 2019, 21:06
Re: [FAQ] How do I activate my license?
Ignore the previous post please - I think it might have been user error - it appears to be working now
Re: [FAQ] How do I activate my license?
posting so I can send a PM
Re: [FAQ] How do I activate my license?
Please contact Paddle Support (Paddle is our Reseller) with your Name and Payment information so they can help you look up your Order Number:
https://paddle.com/support/contact/
Re: [FAQ] How do I activate my license?
Ah, the secret is I have to make a post first.
Re: [FAQ] How do I activate my license?
Hello, new user. I believe I had a typo in my email when I purchased a key. I will PM as per OP
Re: [FAQ] How do I activate my license?
I've found your order and re-sent your license file.
Re: [FAQ] How do I activate my license?
I need my license key. Can you please send via email?
Re: [FAQ] How do I activate my license?
Re-sent. Don't delete the email this time around.
-
bandit1255
- Posts: 1
- Joined: 14 Jun 2019, 21:52
Re: [FAQ] How do I activate my license?
#1 posting to send you a PN... Done!
Hello to all of the rest
Hello to all of the rest
Re: [FAQ] How do I activate my license?
Posting so I can pm
Re: [FAQ] How do I activate my license?
Got the email with an invoice, got the email asking me to activate this account but no email with my license.
Re: [FAQ] How do I activate my license?
Posting so I can PM
Re: [FAQ] How do I activate my license?
I would love to have a license, but i received no Email 
-
bergenhansa
- Posts: 1
- Joined: 28 Jun 2019, 02:25
- Location: Winnipeg
Re: [FAQ] How do I activate my license?
I got a PGP key via my hotmail address, but every time I go to enter it, it says PGP SIGNED MESSAGE not found. I don't see an attachment file either.
Re: [FAQ] How do I activate my license?
My first post so I can PM you.
-
Re: [FAQ] How do I activate my license?
Please PM me the text content of your license file.bergenhansa wrote: 28 Jun 2019, 02:32 I got a PGP key via my hotmail address, but every time I go to enter it, it says PGP SIGNED MESSAGE not found. I don't see an attachment file either.
Re: [FAQ] How do I activate my license?
I can't find any records via your name or email. You likely typed it wrong.
Please contact Paddle with your payment details so they can help you figure out your order number:
https://paddle.com/support/contact/
Re: [FAQ] How do I activate my license?
If you have purchased via the Microsoft Store, then you can contact Microsoft Support, or just try to login, since the Microsoft Store will remember your purchase in your Microsoft Account.salopian wrote: I am trying to install Filebot on my laptop as my desktop has died. I can't find a license email and can't remember how I bought it. What can I do?
If you have purchased via Paddle, then you need to contact Paddle so they can help you look up your order number via your payment details.
-
ForcedInduction
- Posts: 2
- Joined: 09 Jul 2019, 17:45
Re: [FAQ] How do I activate my license?
fist post
-
marshallbranin
- Posts: 1
- Joined: 10 Jul 2019, 15:25
Re: [FAQ] How do I activate my license?
Need to post to PM
Re: [FAQ] How do I activate my license?
First post
-
wheremylicencekey
- Posts: 1
- Joined: 21 Jul 2019, 18:44
Re: [FAQ] How do I activate my license?
hello, post for PM 
Re: [FAQ] How do I activate my license?
First post to activate PM functionality
-
BostonScott
- Donor
- Posts: 6
- Joined: 22 Nov 2013, 00:21
Re: [FAQ] How do I activate my license?
How about including directions with the license file email? Wouldn't that be easier?
Re: [FAQ] How do I activate my license?
The license email includes a link to the instructions here, just in case. It should be rather self-explanatory though, so most users won't require trouble shooting advice. Plus, you'll want to be able to Google it.
-
robbinbanks
- Posts: 1
- Joined: 04 Aug 2019, 20:44
Re: [FAQ] How do I activate my license?
Needed to make a post to pm
Re: [FAQ] How do I activate my license?
Posting so I can PM
-
mariopetit
- Posts: 1
- Joined: 12 Aug 2019, 15:08
Re: [FAQ] How do I activate my license?
I dont sent pm
Re: [FAQ] How do I activate my license?
Hi I purchased a licence a couple of years ago through the windows store. Yesterday I had to restore an old backup of my PC to a few months ago (but from after I purchased/installed filebot) and now when I try to run it get a message saying "Filebot is not currently available in your account".
I'm not sure if this is to do with my system restore or for some other reason. How can I get it working again? I downloaded the latest version from your website and it is saying I need to get a licence.
I'm not sure if this is to do with my system restore or for some other reason. How can I get it working again? I downloaded the latest version from your website and it is saying I need to get a licence.
Re: [FAQ] How do I activate my license?
If you have purchased FileBot via the Microsoft Store, then you will need to install FileBot via the Microsoft Store. Your Microsoft Account remembers your purchase, so you neither have, nor need, a license file.agoodpub wrote: 15 Aug 2019, 10:35 Hi I purchased a licence a couple of years ago through the windows store.
The standalone installer requires a standalone license purchased via Paddle. Microsoft Store / Mac App Store / Paddle purchases are distinct and not to be confused with each other.agoodpub wrote: 15 Aug 2019, 10:35 I downloaded the latest version from your website and it is saying I need to get a licence.
Re: [FAQ] How do I activate my license?
rednoah wrote: 15 Aug 2019, 11:32If you have purchased FileBot via the Microsoft Store, then you will need to install FileBot via the Microsoft Store. Your Microsoft Account remembers your purchase, so you neither have, nor need, a license file.agoodpub wrote: 15 Aug 2019, 10:35 Hi I purchased a licence a couple of years ago through the windows store.
That's what I thought, but it only gives me the option to buy it for £33.49 - even though I bought it 2 years ago. Maybe the option I bought was only a fixed-time licence? Except that it was working until I had to do the restore.
If I go to the "Purchased" tab in my account it shows up as been purchased on July 7th 2017.
Re: [FAQ] How do I activate my license?
The Microsoft Store / Mac App Store / iOS App Store / Google Play Store all universally only support a simple life-time purchase model. There is no such thing as a fixed-time license, upgrade license, etc. There's no way to cancel or refund a purchase either (for developers at least).
Please contact Microsoft Support so they can check your account to figure out whats wrong.agoodpub wrote: 15 Aug 2019, 16:25 If I go to the "Purchased" tab in my account it shows up as been purchased on July 7th 2017.
Re: [FAQ] How do I activate my license?
I’ll check with them as you suggest.
Thanks for the clarification that it was a one-off payment rather than a yearly subscription.
Thanks for the clarification that it was a one-off payment rather than a yearly subscription.
Re: [FAQ] How do I activate my license?
Yes, I can confirm that, and not just for FileBot, but for ever single application on every single app store platform.agoodpub wrote: 16 Aug 2019, 09:08 Thanks for the clarification that it was a one-off payment rather than a yearly subscription.
Re: [FAQ] How do I activate my license?
I just purchased a new 1-year license, but am getting the following messages when installing on my Synology NAS as directed:
Code: Select all
sudo -H -u sc-tvheadend filebot --license *.psm
Password:
Activate License <....….>
Write [FileBot License <....….> (Valid-Until: 2020-08-23)] to [/volume1/@appstore/filebot/data/.license]
License Error: /volume1/@appstore/filebot/data/.licenseRe: [FAQ] How do I activate my license?
Removed "-u sc-tvheadend" from the command and it worked. admin is the owner of the .license file, so I guess sc-tvheadend doesn't have permissions to overwrite it. Perhaps I should chown it to sc-tvheadend???
Re: [FAQ] How do I activate my license?
Yes, the order of log entries would suggest that it couldn't write the license file in its own application home folder. If the application home folder is not readable / writable, then FileBot can fail in strange an unexpected ways.
On Synology, it's configured to use the same license file by default for all users, and I presume that default location is only writable to the default admin user, but should be readable by all users that execute filebot.
On Synology, there will be a unique application data sub-folder for caches and such for each user, so I don't think you have to change any permissions.
EDIT:
I've updated the Synology package scripts to make sure the .license file is initialized with world-read-writable permissions.
On Synology, it's configured to use the same license file by default for all users, and I presume that default location is only writable to the default admin user, but should be readable by all users that execute filebot.
On Synology, there will be a unique application data sub-folder for caches and such for each user, so I don't think you have to change any permissions.
EDIT:
I've updated the Synology package scripts to make sure the .license file is initialized with world-read-writable permissions.
-
graveangel
- Posts: 5
- Joined: 21 Aug 2019, 17:54
Re: [FAQ] How do I activate my license?
I can't activate my license under my VPS, tested on my local machine and it worked but not on the VPS.. command used filebot --license licensefile.psm
I am on Zorin which is an ubuntu base distribution.
I am on Zorin which is an ubuntu base distribution.
Re: [FAQ] How do I activate my license?
What does the console output say?
-
graveangel
- Posts: 5
- Joined: 21 Aug 2019, 17:54
Re: [FAQ] How do I activate my license?
I get License Error: null
Re: [FAQ] How do I activate my license?
What is the exact command you're using to install the license? Are you sure that you're using a file that is actually a license file? Please PM me the exact license text you're trying to install. You can use the cat /path/to/file.psm command to display the license text.
How did you install FileBot? What version of FileBot are you using? Run filebot -script fn:sysinfo for details.
Re: [FAQ] How do I activate my license?
You're using an HTML document as license. How? Why?
A license key looks like this:
Code: Select all
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Product: FileBot
Name: …
Email: …
Order: …
Issue-Date: …
Valid-Until: …
-----BEGIN PGP SIGNATURE-----
…
-----END PGP SIGNATURE-----

-
graveangel
- Posts: 5
- Joined: 21 Aug 2019, 17:54
Re: [FAQ] How do I activate my license?
When I run the command cat /path/to/file.psm that's what I get.. but if I open the .psm file with a text editor it looks like the picture you posted.
Re: [FAQ] How do I activate my license?
cat is the absolute truth to what the file content is. That is what FileBot sees. That is what all programs see.graveangel wrote: 22 Aug 2019, 03:13 When I run the command cat /path/to/file.psm that's what I get.. but if I open the .psm file with a text editor it looks like the picture you posted.
e.g. paste license file via SSH:
Code: Select all
echo '
<paste license>
' > /path/to/license.psm-
graveangel
- Posts: 5
- Joined: 21 Aug 2019, 17:54
Re: [FAQ] How do I activate my license?
Yes, that worked, transferring the license file using scp via ssh... thank you very much.
Re: [FAQ] How do I activate my license?
(Posting here so I can send a PM.)
Re: [FAQ] How do I activate my license?
Hi - I just tried to run Filebot and it says my license is expired (v4.8.5 on MacOS 10.14.6)
I tried searching for my original receipt (because I can't recall how or when I purchased the license). I thought I bought a lifetime license?
I tried searching for my original receipt (because I can't recall how or when I purchased the license). I thought I bought a lifetime license?
Re: [FAQ] How do I activate my license?
You have most likely purchased a 1 year license. If you give me your order number, then I can double check for you.
You can open the license file with a text editor to see order number / purchase date / valid-until date.
Re: [FAQ] How do I activate my license?
Need to post before PM?
Re: [FAQ] How do I activate my license?
Your license has been re-issued and re-sent to your correct email address.
-
BrandedTamarasu
- Posts: 1
- Joined: 26 Sep 2019, 23:10
Re: [FAQ] How do I activate my license?
posting so i can PM
Re: [FAQ] How do I activate my license?
Hi,
Somebody can help me for activate my licence filebot on windows 10 ?
i have only the pgp email but not the psm file
thanks
Somebody can help me for activate my licence filebot on windows 10 ?
i have only the pgp email but not the psm file
thanks
Re: [FAQ] How do I activate my license?
You can use copy and paste. Please read the first page of this thread. 
Re: [FAQ] How do I activate my license?
I accidentally deleted my email containing the keys, how do I recover?
Hor7Crux user
Email [email protected]
Hor7Crux user
Email [email protected]
Re: [FAQ] How do I activate my license?
I've re-sent your license file. Please store it carefully this time.
-
siilentcmndo
- Posts: 3
- Joined: 05 Nov 2019, 02:15
Re: [FAQ] How do I activate my license?
just purchased a new License and every time i try to activate it i keep getting a License error, any advice please?
Re: [FAQ] How do I activate my license?
What does the license error say? What does the log say? What OS are you using? How did you install FileBot? Are you using the GUI, or the CLI, or FileBot Node? How are you activating your license?
Please read How to Request Help.
-
siilentcmndo
- Posts: 3
- Joined: 05 Nov 2019, 02:15
Re: [FAQ] How do I activate my license?
error - License Error with file location and license,txt at the end
using windows 10 x64
i installed filebot from the link given to me when renewing the license. i tried copying the text file and also selction the license file and obtain the same error both time
using windows 10 x64
i installed filebot from the link given to me when renewing the license. i tried copying the text file and also selction the license file and obtain the same error both time
Re: [FAQ] How do I activate my license?
Try to delete the license.txt file in the FileBot application data folder first. If the file is read-only for some reason, that would explain why FileBot can't override it with the new license data.
-
siilentcmndo
- Posts: 3
- Joined: 05 Nov 2019, 02:15
Re: [FAQ] How do I activate my license?
All good now thanks
Re: [FAQ] How do I activate my license?
Hello, i had to reinitialize my PC today. Can't get to find my license despite my searches.
@rednoah Can you please resend it to me ?
[email protected]
@rednoah Can you please resend it to me ?
[email protected]
Re: [FAQ] How do I activate my license?
Unfortunately, there is no purchase under that email address. If you can't remember your order number or email address, then you will have to contact Paddle with your name and payment details so they can look up your order number.
Re: [FAQ] How do I activate my license?
Thanks. I finally found my purchase in my Microsoft account. I reinstalled from Microsoft store.rednoah wrote: 07 Nov 2019, 05:31 Unfortunately, there is no purchase under that email address. If you can't remember your order number or email address, then you will have to contact Paddle with your name and payment details so they can look up your order number.
Last edited by Acteo on 07 Nov 2019, 12:30, edited 1 time in total.
Re: [FAQ] How do I activate my license?
I checked. That email wasn't used either. I've you've used your Credit Card for payment, then I maybe be able to look up your order by name. Please PM me your name.
Re: [FAQ] How do I activate my license?
Thanks. I finally found my purchase in my Microsoft account. I reinstalled from Microsoft store.
Re: [FAQ] How do I activate my license?
Hello. I am trying to purchase a yearly license. When I click on the link the site it takes me to crashes. Can you help me with purchasing a license?
Re: [FAQ] How do I activate my license?
What browser are you using? Have you tried the latest Chrome / Firefox / etc? Can you take a screenshot of the crash report?
Re: [FAQ] How do I activate my license?
I need to post before I can send a PM.
Re: [FAQ] How do I activate my license?
-
feelfree101
- Posts: 1
- Joined: 15 Dec 2019, 23:05
Re: [FAQ] How do I activate my license?
need to post to pm
Re: [FAQ] How do I activate my license?
In this case, please PM me your name and @gmail.com address, and ideally your order number (e.g. P1234567) if possible, so I can manually resend your license. (
Re: [FAQ] How do I activate my license?
Just posting here so I can PM re: non-receipt of licence 
Stupidly, I used a hotmail address and of course didn't receive anything - not even in junk.
Stupidly, I used a hotmail address and of course didn't receive anything - not even in junk.
Re: [FAQ] How do I activate my license?
I manually found your order. Please give me your @gmail so I can resend.Carlz10 wrote: 16 Dec 2019, 06:09 Just posting here so I can PM re: non-receipt of licence
Stupidly, I used a hotmail address and of course didn't receive anything - not even in junk.
Re: [FAQ] How do I activate my license?
posting here so I can PM re: non-receipt of licence
Re: [FAQ] How do I activate my license?
Code: Select all
5.7.1 < …@gail.com>: Recipient address rejected: this address does not existRe: [FAQ] How do I activate my license?
posting to be able to pm.
Re: [FAQ] How do I activate my license?
I've re-sent your license file to your correct email address.