[Fixed] Parserfehler (invalid token)

Some of my listeners just reported to me, that my podcast-feed stopped working in AntennaPod.

Feed-URL: GAME TALK

I tested this (on an older Android phone) and in fact got the following error message:

Ein Fehler ist aufgetreten: Parserfehler (At line 2952, column 23: not well-formed (invalid token))

Any idea what I could do about it?

Website https://GameTalk.FM
PHP Version 7.0.28
WordPress Version 4.9.4
WordPress Theme Joeys Twenty Fifteen Child v1.0
WordPress Database Charset utf8
WordPress Database Collate
Publisher Version 2.7.0.build478
Web Player Version player_v4
Twig Version 1.35.0
open_basedir ok
curl Version 7.54.0
iconv available
simplexml ok
max_execution_time 50
upload_max_filesize 100M
memory_limit 256M
disable_classes
disable_functions exec, shell_exec, system, dl, passthru, proc_open, proc_close
permalinks ok (/%postname%/)
podlove_permalinks ok
podcast_settings ok
web_player ok
podlove_cache on
assets

0 errors
0 notices
Nice, Everything looks fine!

The line in question is <title>Killerspiele & Jugendschutz</title> but should be <title>Killerspiele &amp; Jugendschutz</title>.

Looks like I don’t escape titles properly when using “clean” titles, so a bug in the Publisher. Will have a look soon.

Beta patch is releasing now.

1 Like

Thanks for the quick fix. Everything is working again now. :+1: