I am currently trying to send Json Data using the Webhook in Roboflow Workflow. I am using the Chessbot V2/1 Object detection model. Sadly it doesn’t give me the ability to “link” the prediction data only the inference_id. Using the json payload I tried to manually get the data from the object detection. Sadly it gives me this error:
{
“error”: “Executing extract_detections_property(…) in context [1], expected sv.Detections object as value, got [5] of type <class ‘list’>”,
“inner_error”: “None”
}
I get the same error when using Multi Part Encoded Files or Form Data
Any ideas how I can get the json data into the webhook block (any method works for me)
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.