I'm calling the BlueData MLOPS prediction API to get a score for my model, but I'm getting the following response:
============================response begin==========================================
Status code : {}200
Status text : {}OK
Headers : {}{Server=[gunicorn/19.9.0], Date=[Sat, 23 Nov 2019 12:16:43 GMT], Content-Type=[text/html; charset=utf-8], Content-Length=[50]}
Response body: {}'NoneType' object does not support item assignment
=======================response end=================================================
What could be causing this?