Otherwise, errors will not be shown to end-users, which makes debugging long evals pretty much impossible.
753QDZOOQTSO2IRPXD7FH43HLMQXCZ5KLM6IOSXN5YI5D4ZBJSIQC
XJISJGZLGWLCTN6EZWVVHKQFCDVCSXTNYL7YE2UB74AOA2XGYOCAC
4N5APGRGHTKFMEJ7THSJX6TSYYAP3BUZQG73AJBKCQLXOOEHPATQC
4LWGZL33NOCTVZXUZZM5P6BRBHDUMEAJPVPNB52PN3UZVC7DMSZAC
// Transmits the error we got from the previous evaluation // in the JSON output.
// Transmits the error we got from the previous evaluation
// in the JSON output.
// Don't forget to print it into the STDERR log, this is // what's shown in the Hydra UI. printError("error: %s", reply["error"]);
// Don't forget to print it into the STDERR log, this is
// what's shown in the Hydra UI.
printError("error: %s", reply["error"]);
// Don't forget to print it into the STDERR log, this is // what's shown in the Hydra UI. printError("error: %s", err["error"]);
printError("error: %s", err["error"]);