Error 414 on filebot node

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
tbirz
Posts: 8
Joined: 28 Mar 2019, 06:31

Error 414 on filebot node

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

Re: Error 414 on filebot node

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


:idea: Use the @file syntax for reading command-line arguments from external text files.
:idea: Please read the FAQ and How to Request Help.
tbirz
Posts: 8
Joined: 28 Mar 2019, 06:31

Re: Error 414 on filebot node

Post by tbirz »

thanks fo the tip, will look into it
tbirz
Posts: 8
Joined: 28 Mar 2019, 06:31

Re: Error 414 on filebot node

Post by tbirz »

Thanks rednoah, groovy worked a treat on both windows cmdline on my network shares and also filebot-node on my synology. :D
Post Reply