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

Support for Ubuntu and other Desktop Linux distributions
Post Reply
chocorem
Posts: 31
Joined: 21 Feb 2015, 18:31

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

Post 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
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
chocorem
Posts: 31
Joined: 21 Feb 2015, 18:31

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

Post 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
Post Reply