After Update to 5.0.1 - FileBot not working

Support for Ubuntu and other Desktop Linux distributions
Post Reply
DataMillenium
Posts: 2
Joined: 29 Mar 2023, 21:02

After Update to 5.0.1 - FileBot not working

Post by DataMillenium »

Hello,
after updating FileBot to 5.0.1 the License is broken.
A new Installation gives the following Error Message:

Code: Select all

....
Activate License [PX6829731] on [Fri Mar 31 16:13:57 CEST 2023]
Failed to fetch resource: https://license.filebot.net/verify/PX6829731: restricted header name: "Date"
Unknown Error: restricted header name: "Date"
java.lang.IllegalArgumentException: restricted header name: "Date"
	at net.filebot.web.WebRequest.httpRequestV2(Unknown Source)
	at net.filebot.web.WebRequest.post(Unknown Source)
	at net.filebot.CachedResource.lambda$post$22(Unknown Source)
	at net.filebot.CachedResource.lambda$get$1(Unknown Source)
	at net.filebot.CachedResource.retry(Unknown Source)
	at net.filebot.CachedResource.lambda$get$2(Unknown Source)
	at net.filebot.Cache.computeIf(Unknown Source)
	at net.filebot.CachedResource.get(Unknown Source)
	at net.filebot.License.verifyLicense(Unknown Source)
	at net.filebot.License.check(Unknown Source)
	at net.filebot.LicenseModel$1.check(Unknown Source)
	at __script_74b120afafc1f4da6e3df47acd142688_1b8b.run(__script_74b120afafc1f4da6e3df47acd142688_1b8b:256)
	at net.filebot.GroovyEngine.eval(Unknown Source)
	at net.filebot.cli.ScriptShell.evaluate(Unknown Source)
	at net.filebot.cli.ScriptShell.runScript(Unknown Source)
	at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source)
	at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
	at net.filebot.Main.main(Unknown Source)

License: java.lang.IllegalArgumentException: restricted header name: "Date"
Done ヾ(@⌒ー⌒@)ノ
---------------------------------------------
Can anyone help
Thank You
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: After Update to 5.0.1 - FileBot not working

Post by rednoah »

:?: What does filebot -script fn:sysinfo say?


:idea: Are you using JDK11 by any chance? There are reports that JDK11 has issues, that can be resolved by installing JDK17 instead.


:arrow: The latest revision has resolved the issue by disabling HTTP/2 when running on JDK11. If you could try the latest revision and confirm if it resolves the issue for you, that would be appreciated:
https://get.filebot.net/filebot/BETA/
:idea: Please read the FAQ and How to Request Help.
DataMillenium
Posts: 2
Joined: 29 Mar 2023, 21:02

Re: After Update to 5.0.1 - FileBot not working

Post by DataMillenium »

:D After Update JDK11 to JDK17 it works

Thank You and Happy Weekend
Theron
Posts: 5
Joined: 10 Apr 2023, 14:53

Re: After Update to 5.0.1 - FileBot not working

Post by Theron »

5.0.2 doesn't start for me...
Kubuntu 23.04
Running in task manager, but no GUI
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: After Update to 5.0.1 - FileBot not working

Post by rednoah »

:?: What does the console say if you launch filebot from the command-line?
:idea: Please read the FAQ and How to Request Help.
Theron
Posts: 5
Joined: 10 Apr 2023, 14:53

Re: After Update to 5.0.1 - FileBot not working

Post by Theron »

rednoah wrote: 10 Apr 2023, 16:03 :?: What does the console say if you launch filebot from the command-line?
Something about current application version doesn't match cached information version. But it does load from terminal fine. It didn't show the message the second time I tried, so I can't post it exactly. Still won't load from the shortcut, but at least there's a workaround.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: After Update to 5.0.1 - FileBot not working

Post by rednoah »

You will see some console message on startup whenever you start a new version for the first time. This either indicates that filebot is running for the first time - contrary to previously suggested - or you have multiple versions installed and are switching between them, which could be a problem if one doesn't work.


:?: How are you launching FileBot in KDE? Please include screenshots. If possible, check which specific *.desktop shortcut file is used, and confirm the command used to launch FileBot that is specified in the *.desktop shortcut file.


:?: Does the log say anything? If you have installed FileBot via apt then you will find the log in your $HOME/.filebot folder.
:idea: Please read the FAQ and How to Request Help.
Theron
Posts: 5
Joined: 10 Apr 2023, 14:53

Re: After Update to 5.0.1 - FileBot not working

Post by Theron »

rednoah wrote: 11 Apr 2023, 04:25 You will see some console message on startup whenever you start a new version for the first time. This either indicates that filebot is running for the first time - contrary to previously suggested - or you have multiple versions installed and are switching between them, which could be a problem if one doesn't work.


:?: How are you launching FileBot in KDE? Please include screenshots. If possible, check which specific *.desktop shortcut file is used, and confirm the command used to launch FileBot that is specified in the *.desktop shortcut file.


:?: Does the log say anything? If you have installed FileBot via apt then you will find the log in your $HOME/.filebot folder.
I'll try deleting the shortcut from the panel and re-adding it from the programs menu when I get home. If that doesn't work, I'll get screenshots of the shortcut properties and the logs.

I'm not too concerned about it because I can launch it from terminal and I'm just trying Kubuntu for a while until Fedora 38 KDE Spin is released.

Thanks for the time.

EDIT - Re-adding the shortcut fixed the issue. Probably a KDE bug. Thanks.
Post Reply