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
So the url is not transformed back properly at this endpoint.
When I hit the request against http://{{orion}}/ngsi-ld/v1/entities//attrs (and adapting the body so that the attribute should get changed properly), the URL gets in fact transformed correctly.
Yeah, we discussed this.
The change from dot to equal sign is mandatory before storing keys in mongo (well, dots are prohibited).
So, seems like I messed up and used the "mongo transformed" variable instead of the "original value" variable in the error message.
Not very high on my ToDo but yes, I'll fix it.
Bad errors in the log file is only confusing ...
Hey there,
I'm using orionld version 1.1.1 and found a small bug while trying to patch an attribute.
In my context file, I have defined my prefix like this:
"myOntology": "https://<myontology.org/schema/"
"myAttr": "myOntology:myAttr"
When I run a Patch towards http://{{orion}}/ngsi-ld/v1/entities//attrs/ I get the following repsonse
So the url is not transformed back properly at this endpoint.
When I hit the request against http://{{orion}}/ngsi-ld/v1/entities//attrs (and adapting the body so that the attribute should get changed properly), the URL gets in fact transformed correctly.
I'm still facing a different error from the used ontology, but at least the url is transformed properly to https://myOntology.org/schema/myAttr
Edit: Seems to just be a wrong print in the error message then.
Thanks for looking into this :)
The text was updated successfully, but these errors were encountered: