string too long when exporting batch configuration

Issue #7 resolved
Wei JIANG created an issue

Hi,

I set up the attached pipeline - which uses a lot of patterns for QA. But when I try exporing the batch configuration, I always get the following error. Is this a hard-coded limit?

Thanks, Wei

2017-11-12.png

Comments (2)

  1. ysavourel

    The problem is related to a trying to convert a string with Chinese characters into a set of bytes without knowing its length in advance. Apparently the 3432 bytes we currently have for the multi-byte conversion is not enough. Increasing it make things work. I'll fix it.

  2. Log in to comment