openBackhaul / MicroWaveDeviceInventory

Physical and logical inventory of the MW SDN Domain
Apache License 2.0
5 stars 1 forks source link

Observing error "404" for API:/v1/provide-list-of-connected-devices #964

Open Ziabatcha opened 2 months ago

Ziabatcha commented 2 months ago

When new version of MWDI is deployed (v1.1.2.b_impl), observing error 404 as shown below

Error message:
{
  "code": 404,
  "message": "Device list not found"
}

Docker logs:

[08.05.2024 06:53.40.064] [LOG]   Device list in Elasticsearch not found
[08.05.2024 06:53.40.099] [LOG]   traceIndicator: 1.1.1.1.1.1
[08.05.2024 06:53.40.166] [LOG]
nardecchia-siae commented 2 months ago

The problem was related to a wrong tag generation from github. We have deleted the 1.1.2.b_impl tag, and we have created the same tag name with the latest commit, but for some reasons, it creates the tag with the old commit.

Now we have created a new tag 1.1.2.c_impl which contains the correct fix.