Why is "Django Webpack Bundle Tracker" giving me "String Indices must be Integer error"?

I can’t tell you the exact reason why, but this error generally means that you’ve passed a python dict where a list is expected. So check the config and values you’ve set there.

thanks for answering. Turns out this was an error in the package. They uploaded the patch file a few days ago. Now everything is working fine!