EspruinoHub error

Posted on
  • Hi - getting the following error in EspruinoHub (not sure what the message is that it's choking on yet):

    buffer.js:798
        return { type: 'Buffer', data };
        ^
    
    RangeError: Maximum call stack size exceeded
        at Buffer.toJSON (buffer.js:798:5)
        at Object.stringify (native)
        at getStatusText (/home/pi/EspruinoHub/lib/status.js:50:3­7)
        at dumpStatus (/home/pi/EspruinoHub/lib/status.js:59:1­4)
        at Console.console.log (/home/pi/EspruinoHub/lib/status.js:75:5­)
        at getStatusText (/home/pi/EspruinoHub/lib/status.js:45:4­1)
        at dumpStatus (/home/pi/EspruinoHub/lib/status.js:59:1­4)
        at Console.console.log (/home/pi/EspruinoHub/lib/status.js:75:5­)
        at getStatusText (/home/pi/EspruinoHub/lib/status.js:45:4­1)
        at dumpStatus (/home/pi/EspruinoHub/lib/status.js:59:1­4)
    pi@raspberrypi:~/EspruinoHub $ 
    
  • Thanks for letting me know - try pulling again from GitHub and running again.

    It looks like if you had too many devices detected then it'd end up calling some old code to truncate what was displayed, and that caused your problems.

  • Thanks Gordon - will try again & let you know if there are any further issues...

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

EspruinoHub error

Posted by Avatar for davidhay @davidhay

Actions