CWMP - Worker died - UTF-8 Encoding Problem

Zaid Abdulla zaid at genieacs.com
Sun Jul 24 04:53:13 EDT 2016


On Fri, 2016-07-22 at 13:55 +0000, Michael Neumann wrote:
> 2016-07-22T11:34:05.205Z - Error: Input is not proper UTF-8, indicate
> encoding !

Not sure if this will help, but try enabling this
option: XML_PARSE_RECOVER

If that doesn't help, you will need to manipulate the message body
before it's parsed by libxml (see lib/soap.coffee). You can either find
and replace the offending byte sequence or try converting between
different encoding types using Buffer's functions. Doesn't look like
it's going to be easy :)

-- 
Zaid Abdulla
zaid at genieacs.com



More information about the Users mailing list