AW: CWMP - Worker died - UTF-8 Encoding Problem

Michael Neumann mn at jm-data.at
Mon Jul 25 07:44:56 EDT 2016


Hi,

i have reported that problem to the vendor and they will fix it. But good to know where to start with hacking when the manufacture is not so cooperative with bugfixes ....

By the way - the XML_PARSE_RECOVER don’t fix this problem.

Many thanks!


 
Michael Neumann

 
______________________________________________________
 
J M - D A T A   T e l e k o m   G m b H
Austria, 4050 Traun, Hackl-Straße 1, Object 2
T +43 50 / 30 50 80 - 0  F +43 50 / 30 50 80 - 20
E office at JM-DATA.at   W http://www.JM-DATA.at
______________________________________________________
 
* IT-SOLUTIONS & TELECOM *
______________________________________________________
Es gelten die AGBs von JM-DATA GmbH - http://www.JM-DATA.at/agb
Terms and conditions apply to JM-DATA GmbH - http://www.JM-DATA.at/agb
 
Besuchen Sie uns auch auf Facebook: http://www.facebook.com/jmdata

-----Ursprüngliche Nachricht-----
Von: Users [mailto:users-bounces at lists.genieacs.com] Im Auftrag von Zaid Abdulla
Gesendet: Sonntag, 24. Juli 2016 10:53
An: Community support for GenieACS users <users at lists.genieacs.com>
Betreff: Re: CWMP - Worker died - UTF-8 Encoding Problem

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

_______________________________________________
Users mailing list
Users at lists.genieacs.com
http://lists.genieacs.com/mailman/listinfo/users


More information about the Users mailing list