1 | initial version |
Hi, I've reproduced your error here. It's a weird problem and error message indeed. I see your code is using a NGSI v2 subscription, which unfortunately I believe STH does not support yet (https://github.com/telefonicaid/fiware-sth-comet/issues/323)
I suggest you try with a NGSI v1 subscription to Orion (you can keep the rest of the posts as v2). You have an example of a V1 subscription in this postman collection we use in the SmartSDK project: https://github.com/smartsdk/smartsdk-recipes/blob/d164e5b64a48e5800aa6ec70f33493f5055c43e6/recipes/tools/postman_collection.json#L445
Hope that helps. Cheers,