-
Hi all, Trying to change the terminations on a cable via the API via PATCH request. I keep getting the same index out of bounds, HTTP 500 error. Not sure if it a bug or I'm missing something. Here is the raw HTTP request im sending:
And the response is the HTML error with:
Any ideas or shall I raise it as an issue? TIA 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
A 500 error is a bug, because if you had provided invalid data, this should have been detected and you should have been given a 4xx response. It would be helpful if you can get the full backtrace. If you set ADMINS and EMAIL in configuration.py, it should be E-mailed to you. |
Beta Was this translation helpful? Give feedback.
A 500 error is a bug, because if you had provided invalid data, this should have been detected and you should have been given a 4xx response.
It would be helpful if you can get the full backtrace. If you set ADMINS and EMAIL in configuration.py, it should be E-mailed to you.