robofit / arcor2

Solution for end-user programming of (collaborative) robots using Augmented Reality. From AR to Python and back!
GNU Lesser General Public License v3.0
15 stars 16 forks source link

Flask-based services may return an empty response instead of something meaningful for some exceptions #818

Open ZdenekM opened 1 year ago

ZdenekM commented 1 year ago

It was the case for the Build service, where exception in save_and_import_type_def led to a silent failure - nothing was returned (ERR_EMPTY_RESPONSE). It has to be further investigated - no idea how it could happen.