Error while creating databunch

I am creating a dataBunch with audio as input and text as label. When I am assigning these labels to the input, I am getting an error, in the .label_from_func step.

I want to figure out which (input, label) combination is throwing this error. How do you debug a dataBunch?