swri-robotics / bag-database

A server that catalogs bag files and provides a web-based UI for accessing them.
Other
342 stars 71 forks source link

uploaded bags are not shown #195

Open ptulpen opened 2 years ago

ptulpen commented 2 years ago

Hello when I upload files, it does not appear on the website or when requested via API In the logs and on the filesystem I see, that the file is correctly uploaded

this are the logs

bag_database.log:00:05:33.595 [http-nio-8080-exec-18] DEBUG c.g.s.b.s.f.FilesystemBagStorageImpl - Writing file to: /bags/abc/def.bag bag_database.log:00:05:36.650 [http-nio-8080-exec-10] INFO c.g.swrirobotics.bags.BagController - getBags: def.bag / page: 1 / limit: 1 / sort: filename / dir: ASC localhost_access_log.2022-07-26.txt:10.0.2.100 - - [26/Jul/2022:00:05:36 +0000] "GET /bag/bags/search?page=1&text=def.bag&fields=filename&limit=1&sort=filename&dir=ASC HTTP/1.1" 200 73

Any ideas how to troubleshoot?