Sometimes, after the file has been uploaded (after the TUS stage), the notify call fails with "file currently locked". The backend is waiting for something (we are not sure what).
Usually, another notify should do that trick and in fact is being done, but the initially error wasn't caught, so we ended up with successful upload but with "file currently locked" shown.
Need to suppress the error message for this scenario (there might be other scenarios where this error message is correctly reflecting the situation).
Sometimes, after the file has been uploaded (after the TUS stage), the
notify
call fails with "file currently locked". The backend is waiting for something (we are not sure what).Usually, another
notify
should do that trick and in fact is being done, but the initially error wasn't caught, so we ended up with successful upload but with "file currently locked" shown.Need to suppress the error message for this scenario (there might be other scenarios where this error message is correctly reflecting the situation).