Author Topic: Can not suscribe to podcast because of invalid token  (Read 120 times)

zempt

  • Newbie
  • *
  • Posts: 1
Hi!

First of all, thank you for your job with the application.

I have experienced a problem while trying to subscribe to a podcast. MusicBee says "Unable to verify the validity of this URL". I have looked into the RSS file and I think I have the problem (that it is not a problem from MusicBee):

This is the RSS feed: https://www.rtve.es/api/adapter/programas/172212/audios.rss

There is a line where I see:
Code
 <category>/iRTVE/Temáticas/Rock & Roll</category>

Well, the problem is happening because the parser is expecting something after the & (I guess it should expect &amp;).

The correct tag should be:
Code
 <category>/iRTVE/Temáticas/Rock &amp; Roll</category>

I don't know if it is possible and/or if it is a botched job, but maybe the system could try to get the RSS, if its structure is not valid it could try to replace single & with &amp; and try to read it again.