bonn-activity-maps / bam_annotation_tool

Bonn Activity Maps annotation tool
4 stars 1 forks source link

Weird ID generation when replicating ignore_region objects. #322

Closed Belberus closed 4 years ago

Belberus commented 4 years ago

When the replicate call is made, this error pops up:

File "/usr/src/python/logic/annotationService.py", line 570, in replicate_annotation web_1 | obj.uid = int(uid) web_1 | ValueError: invalid literal for int() with base 10: '1posetrack_data000098'

At some point the dataset name is inserted in the ID.

dari1495 commented 4 years ago

This was fixed in #287