Closed max-schuller5 closed 1 month ago
Hello, the error The processing instruction target matching "[xX][mM][lL]" is not allowed.
means that your schema file has some unexpected characters in it, likely a space or new line, or unprintable character, before the opening <?xml
declaration.
Ensure that the schema file starts with <?xml
and no other characters before that.
Hi @max-schuller5 did Colvin's comment last week help you to resolve your issue?
unfortunately that was not the issue, is there perhaps a specific line separator I need to use
Hi @Colvin-Cowie-i2 is there anything else that comes to mind?
There may be some unprintable characters or a BOM. You can try opening the schema file with Schema Designer, make a small change, and save it again and see whether there's any difference with the updated file. Otherwise it sounds like the schema that's being used isn't actually the one you're looking at - that there's another copy or the connector isn't being rebuilt with your local schema file.
Thanks for your help turns out it was not related to the schema itself but due to a different issues causing the response to return the schema 3 times
Describe the bug I'm getting the following logs. The schema was originally working but I made some updates not to the schema but the data fed to my schema to stop returning image urls because they were empty. The schema stopped working after I first collected from the updated source. I have reverted to the original code but the connector still doesn't work and throw this error.
Expected behavior For my connector to be functioning
Hardware and Software information Fill in the following information: I'm running it in an ec2 box
OS: Linux ubuntu Version: ubuntu-noble-24.04-amd64-server i2 Analyze version: 4.4.4 Environment type: config-dev Deployment pattern: i2c_cstore