Project

General

Profile

Actions

Bug #12556

closed

NumberFormatException in NodeAPI 8 (runResponse)

Added by François ARMAND almost 6 years ago. Updated almost 6 years ago.

Status:
Released
Priority:
N/A
Category:
API
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

In node API service 8, we have that code:

out.write(s"Error when trying to contact internal remote-run API: ${e.getMessage}".toByte)

This code will throw a `java.lang.NumberFormatException` because "toByte" try to parse the string as a byte.

Actions

Also available in: Atom PDF