Error 414 on filebot node
Error 414 on filebot node
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
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
thanks fo the tip, will look into it
Re: Error 414 on filebot node
Thanks rednoah, groovy worked a treat on both windows cmdline on my network shares and also filebot-node on my synology. 
