You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading latest messages using the API the parsing fails with the following error :
"Warning: simplexml_load_string(): Entity: line 1: parser error : xmlParseCharRef: invalid xmlChar value 0"
Indeed, dumping the XML file, reveals this :
Nón�
Any chance you can look into this? NULL chars are not allowed in XML documents. We cannot prevent users from sending them to our inbox. What could be a possible workaround?
PS : I have deleted the message manually so our import can run again.
The text was updated successfully, but these errors were encountered:
Thank you for bringing this to our attention. We were actually looking into the issue already because it is related to what the API emits, not what the SDK can handle. As you mention these are illegal XML characters and we will have to come up with a strategy for them.
I'll keep you posted and close the issue when we have a solution released. Apologies for any inconvenience in the mean time.
Hi,
When downloading latest messages using the API the parsing fails with the following error :
Indeed, dumping the XML file, reveals this :
Any chance you can look into this? NULL chars are not allowed in XML documents. We cannot prevent users from sending them to our inbox. What could be a possible workaround?
PS : I have deleted the message manually so our import can run again.
The text was updated successfully, but these errors were encountered: