Page 1 of 1

Could not initialize class net.filebot.web.Webrequest error

Posted: 03 Sep 2020, 15:03
by chocorem
Hello,

running rename with some tvdb switches, i get an error

Code: Select all

{localize.French.collection/"($y) $localize.Fre.n - [$vs.$vf.$vc."}
in the webui i get

Code: Select all

Could not initialize class net.filebot.web.Webrequest
I precise that the movie has a collection and also in french. Sometimes it works, sometimes not

I'm using filebot in a lesage docker container

Re: Could not initialize class net.filebot.web.Webrequest error

Posted: 03 Sep 2020, 15:38
by rednoah
It's probably a duplicate of this particular issue:
viewtopic.php?f=8&t=11998#p51642

:idea: It seems to be a regression issue specific to FileBot 4.9.1 that breaks things in certain circumstances for certain custom formats.


:arrow: Upgrading to the latest beta should do the trick:
viewtopic.php?t=1609


:arrow: Alternatively, not using dynamic localization can also serve as a workaround:

Code: Select all

{collection/"($y) $n - [$vs.$vf.$vc."}
:idea: You can still use --lang French if you prefer French naming.

Re: Could not initialize class net.filebot.web.Webrequest error

Posted: 03 Sep 2020, 15:42
by chocorem
using collection alone is also giving the same error

I will wait the container to be updated then, not sure on how to update filebot in the container