Spotify have problems with <enclosure> tag in feed rss.
Describe the bug Spotify can't listen the podcast because missing the "type" and "length" assets.
To Reproduce open xml with editor. look at the end of enclosure
Additional context Spotify Support responded to my email as follows:
_We had a look and can confirm that your podcast was successfully submitted. However, it seems that our system is having a hard time ingesting your podcast information due to an error in your
XMLs are usually quite sensitive and should follows the format that's listed in section 5.17 of our spec doc https://assets.ctfassets.net/jtdj514wr91r/3khl5YaRusSuQ4a18amk38/8f35aecf398979cdfa6839ae29e79a46/Podcast_Delivery_Specification_v1.9.pdf.
Your
I was able to trace the error and fix it. With the fix
https://github.com/Podlatch/Podlatch-Publisher/blob/master/src/Controller/DefaultController.php
the rss field is now how it should be. I am surprised that this fix is missing in the "podlatch latest" version.