Page 1 of 1
Error 414 on filebot node
Posted: 27 Dec 2020, 23:33
by tbirz
Hi guys, it appears my amc script is too long for filebot-node! When trying to execute (on my synology DS1019+), it comes up with the error: Error 414 URI Too Large. By reducing the size of my script it worked ok but I had lost some information that I would like to see. Is there any way of increasing the content limit size of filebot-node (or its dependancies)?
Re: Error 414 on filebot node
Posted: 28 Dec 2020, 03:49
by rednoah
How long is the URI? Presumably, you have a very very long custom format. If you have a very very long format, then it's best to pass that via
@/path/to/format.groovy instead of passing it in-line.

Use the
@file syntax for reading command-line arguments from external text files.
Re: Error 414 on filebot node
Posted: 28 Dec 2020, 04:29
by tbirz
thanks fo the tip, will look into it
Re: Error 414 on filebot node
Posted: 28 Dec 2020, 07:01
by tbirz
Thanks rednoah, groovy worked a treat on both windows cmdline on my network shares and also filebot-node on my synology.
