What app is this about, and its version: Casstopod 1.13.5
What YunoHost version are you running: YunoHost 12.1.27
What type of hardware are you using: Old laptop or computer
Describe your issue
I wish to add value splits using the valueRecipient tag. I have two keysend wallet addresses I want to add a split for. The first one, to my node, works fine. However, when I try to add
<podcast:valueRecipient name="thekalimerashow@getalby.com" type=“node” address=“039c6ce177bcbff05924bad1ab2e877b06ebf9201ea1e039886ad84ebc73e716c3” customKey=“696969” customValue=“1” split=“97” fee=“false”/>
<podcast:valueRecipient name=“Podcastindex.org” type=“node” address=“03ae9f91a0cb8ff43840e3c322c4c61f019d8c1c3cea15a25cfc425ac605e61a4a” split="3” fee=“false”/>
I get an error Whoops!
We seem to have hit a snag. Please try again later…
ErrorException
simplexml_load_string(): Entity: line 2: parser error : AttValue: " or ’ expected
at /var/www/castopod/app/Entities/Podcast.php:674
Then, if I use the back tab on the browser to inspect the RSS, it appears to have added extra “” around the value split <podcast:value type=“lightning” method=“keysend”>
<podcast:valueRecipient name="thekalimerashow@getalby.com" type=“node” address=“039c6ce177bcbff05924bad1ab2e877b06ebf9201ea1e039886ad84ebc73e716c3” customKey=“696969” customValue=“1” split=““97”” fee=““false”/”>
<podcast:valueRecipient name=“Podcastindex.org” type=“node” address=“03ae9f91a0cb8ff43840e3c322c4c61f019d8c1c3cea15a25cfc425ac605e61a4a” split=“3”” fee=““false”/”>
</podcast:valueRecipient>
</podcast:valueRecipient>
</podcast:value>
I can only get things to work if I copy the code direct from my Alby Hub
Can anyone help me out? Very confused, I’ve been comparing my RSS to those of both Linux Unplugged and Podcasting 2.0 and mind appear to follow the same format.
Share relevant logs or error messages
ErrorException: simplexml_load_string(): Entity: line 2: parser error : AttValue: " or ’ expected in /var/www/castopod/app/Entities/Podcast.php:674
Stack trace:
#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler()
#1 /var/www/castopod/app/Entities/Podcast.php(674): simplexml_load_string()
#2 /var/www/castopod/vendor/codeigniter4/framework/system/Entity/Entity.php(450): App\Entities\Podcast->setCustomRssString()
#3 /var/www/castopod/modules/Admin/Controllers/PodcastController.php(329): CodeIgniter\Entity\Entity->__set()
#4 /var/www/castopod/modules/Admin/Controllers/PodcastController.php(53): Modules\Admin\Controllers\PodcastController->attemptEdit()
#5 /var/www/castopod/vendor/codeigniter4/framework/system/CodeIgniter.php(932): Modules\Admin\Controllers\PodcastController->_remap()
#6 /var/www/castopod/vendor/codeigniter4/framework/system/CodeIgniter.php(507): CodeIgniter\CodeIgniter->runController()
#7 /var/www/castopod/vendor/codeigniter4/framework/system/CodeIgniter.php(354): CodeIgniter\CodeIgniter->handleRequest()
#8 /var/www/castopod/vendor/codeigniter4/framework/system/Boot.php(363): CodeIgniter\CodeIgniter->run()
#9 /var/www/castopod/vendor/codeigniter4/framework/system/Boot.php(68): CodeIgniter\Boot::runCodeIgniter()
#10 /var/www/castopod/public/index.php(61): CodeIgniter\Boot::bootWeb()
#11 {main}