Loris icon indicating copy to clipboard operation
Loris copied to clipboard

[API] Incorrect or absent File name in endpoints `/projects/{project}/images` and `/projects/{project}/recordings`

Open spell00 opened this issue 4 years ago • 2 comments

Describe the bug The File's name is incorrect in endpoint /projects/{project}/images and absent in /projects/{project}/recordings.

To Reproduce

  1. Go to <hostname>/api/v0.0.3/projects/pumpernickel/recordings. recordings_correct_filename

File is actually the path. The first item of the list should have be the file's name.

  1. Go to <hostname>/api/v0.0.3/projects/pumpernickel/images images

There is no File attribute and there should be one, like for the recordings.

spell00 avatar Aug 12 '20 21:08 spell00

@xlecours @driusan is this issue fixed by https://github.com/aces/Loris/pull/6944 ? it seems like #6944 replaced #6905

ridz1208 avatar Jul 08 '21 17:07 ridz1208

We don't really understand the issue mentioned in 1. 2. can be addressed.

laemtl avatar Nov 21 '23 15:11 laemtl