congatudo / Congatudo

Cloud replacement for Conga vacuum robots enabling local-only operation
https://congatudo.cloud
Apache License 2.0
77 stars 23 forks source link

Cannot edit Segments #51

Closed EzeLamar closed 1 year ago

EzeLamar commented 1 year ago

Describe the bug

Hi, I cannot rename, split or merge Segments using the UI. When I try to do that I got the next error:

image

And in the logs I got the next warning (rename action):

2023-02-12T02:18:31.334Z
Warn
Received "PUT "to "/api/v2/robot/capabilities/MapSegmentRenameCapability" with invalid payload [
  {
    keyword: 'type',
    dataPath: '.segment_id',
    schemaPath: '#/properties/segment_id/type',
    params: { type: 'string' },
    message: 'should be string'
  }
]

To Reproduce

Steps to reproduce the behavior:

  1. Create a new map by zero
  2. Try to edit a Segment
  3. See error

Vacuum Model

Conga 3490

Congatudo Version

0.2.5 - 2022-10-21 (latest version)

Thanks!

elraro commented 1 year ago

Please, this error is related with Congatudo addon.

We need to change the docker base image in the addon.

https://github.com/congatudo/congatudo-add-on/issues

Please open a issue

EzeLamar commented 1 year ago

Oh I see, sorry about that. I will open another issue in congatudo-add-on repository