Closed RubenGarcia closed 3 years ago
@RubenGarcia Hey, can you check if the bug is fixed? I think you get the error because their was no check if the resource_id exists. Now I added a check and it will raise an 404 error if its not found.
I will check it after the holidays, but in principle that looks like a good solution.
Description
The following request
produces
which eventually ends up as a 500 Internal Server Error instead of 204 or 404. I don't think there is an issue with the request itself, but if there is, I think you should return 400 Bad Request here.
The line producing the error is tusfile.py line 60
What I Did
produced