AutoTools Error Plugin when I try to pass JSON to Autotools Web Screen

Discussion in 'AutoApps' started by mjrival, Jan 3, 2018.

  1. mjrival

    mjrival New Member

    Joined:
    Aug 4, 2016
    Messages:
    20
    Likes Received:
    0
    Hi! I'm trying to pass a json to Autotools Web Screen and I get this error:
    [​IMG]

    Is there any size limit? Can I expand?

    Thanks a lot
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Unfortunately there's a limit on how much data a plugin can receive. A good way to work around it is to write the JSON in a file and then read from there from AutoTools. Hope this helps
     
  3. mjrival

    mjrival New Member

    Joined:
    Aug 4, 2016
    Messages:
    20
    Likes Received:
    0
    In fact I'm reading a file with "Read File", and then passing the content (JSON) to autotools web screen variable, If there is another way to do this?

    Thanks!

    EDIT: I've tested Autotools with read JSON to read files, but for some reason I can't read files biggers than 211KB, I will try minifying file (I don't know how now) an then trying to read it, but I want, if were possible, to read files with 5MB :confused:(without minifying it).

    Again... Thanks!
     
    Last edited: Jan 3, 2018

Share This Page