Fernando López Aguilar

Results 13 issues of Fernando López Aguilar

There is a broken link in the documentation of the NGSI browser when we Click the link FIWARE Lab. It goes to the URL: https://store.lab.fiware.org/search/keyword/OrionStarterKit and the content that it...

The version of different core widgets and operators that the user can obtain from the marketplace are very old and in some cases not working. The user have to go...

I am using python3.11.8 and robotframework-tidy 4.9.0 over Ubuntu Linux 22.04. I have installed it in the pre-commit and when I tried to make the git commit, I got the...

Sometimes there is an error when we try to execute CrateDB requests due to the server has not finished the process of creation of the indexes and therefore the Health...

bug
enhancement

When I try to update an attribute of an entity the Orion-LD crashes. The sequence of operations and the responses are the following: 01.Create Entity Selecting Content Type Request ->...

bug
invalid

# TP.NGSI-LD.ContextInformation.Consumption.Discovery.RetrieveAvailableEntityTypes.022_01 :: Check that you can retrieve a list of NGSI-LD entity types Orion-LD version: 1.5.0-PRE-1443 ## 022_01_01 WithoutJsonLdContext Create Entity Selecting Content Type Request -> ``` { "method":...

invalid

I am using Orion-LD v1.4.0, when I want to create an entity with the following details ``` { "method": "POST", "url": "http://localhost:1026/ngsi-ld/v1/entities/", "headers": { "User-Agent": "python-requests/2.31.0", "Accept-Encoding": "gzip, deflate", "Accept":...

When I make a request to the context broker with a special character: ``` curl -iX POST 'http://localhost:1026/ngsi-ld/v1/entityOperations/create' \ -H 'Content-Type: application/ld+json' \ -H 'Accept: application/ld+json' \ --data-raw '[ {...

# Description I was checking the subscription to Orion-LD with the format keyValues (the following payload): ```bash printf '{ "description": "Notify Nifi when values updated", "type": "Subscription", "entities": [ {"type":...

Fixed - needs validation

I have created a subscription to OrionLD with the subscription format value: **x-ngsiv2-normalized-compacted** ``` printf '{ "description": "Notify me of low energy on Blower2", "type": "Subscription", "entities": [{"type": "Blower"}], "watchedAttributes":...

Fixed - needs validation