Author Topic: A couple of Feed validation problems  (Read 779 times)

hayrolling

  • Newbie
  • *
  • Posts: 5
A couple of Feed validation problems
« on: June 25, 2012, 12:42:01 pm »
Hey podcast Powerpress guru folks,
I'm having some feed validation problems
First is
Quote
line 19, column 11: language must be an ISO-639 language code:
           <language></language>
Then there is
Quote
line 3482, column 2: XML parsing error: <unknown>:3482:28: unclosed CDATA section

      <content:encoded><![CDATA[

and this is at the very bottom
 you can look at the full feed vaildation report here
http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.hayseedreport.com%2Ffeed%2Fpodcast%2F

any and all help and pointers would be great

angelo

  • Custom Title
  • Administrator
  • Hero Member
  • *****
  • Posts: 3304
  • CIO, RawVoice
    • Angelo's Blog
Re: A couple of Feed validation problems
« Reply #1 on: June 26, 2012, 07:59:06 am »
The <language> bug will be fixed in the next release of PowerPress.

The problem with <content:encoded> is a WordPress issue with your post content. I would re-write the post(s) in question to try to fix that problem. Sometimes this can also be an issue caused by WP caching plugins, so first make sure you disable those and test with feedvalidator.org before you go down that path of re-editing blog posts.

hayrolling

  • Newbie
  • *
  • Posts: 5
Re: A couple of Feed validation problems
« Reply #2 on: June 26, 2012, 08:49:59 am »
I am on it will let you know what I find

hayrolling

  • Newbie
  • *
  • Posts: 5
Re: A couple of Feed validation problems
« Reply #3 on: June 26, 2012, 09:06:28 am »
Well that wasn't hard I first checked my problem child plug-in and sure enough! WP Socializer was the root of the problem. Thanks!

angelo

  • Custom Title
  • Administrator
  • Hero Member
  • *****
  • Posts: 3304
  • CIO, RawVoice
    • Angelo's Blog
Re: A couple of Feed validation problems
« Reply #4 on: June 26, 2012, 09:16:55 am »
Thanks for the tip!

hayrolling

  • Newbie
  • *
  • Posts: 5
Re: A couple of Feed validation problems
« Reply #5 on: June 27, 2012, 04:40:19 pm »
Well I have been talking to the WP Socializer  devolper and it seems that it is a case of Blubrry and Socializer not getting along. but I will have to say I am going to sticking with you guys and Socializer will have to find someone else

angelo

  • Custom Title
  • Administrator
  • Hero Member
  • *****
  • Posts: 3304
  • CIO, RawVoice
    • Angelo's Blog
Re: A couple of Feed validation problems
« Reply #6 on: June 28, 2012, 07:59:13 am »
If the Socializer developer wants to explain to us what we're doing that's not compatible with their plugin, have them email us at cio [at] rawvoice (dot) com.

shetech

  • Newbie
  • *
  • Posts: 1
Re: A couple of Feed validation problems
« Reply #7 on: August 02, 2012, 08:28:06 pm »
Any timeline on the language bug? Feedvalidator is choking on it, and therefore iTunes won't accept new podcasts on the current version... kinda critical, don't you think?

angelo

  • Custom Title
  • Administrator
  • Hero Member
  • *****
  • Posts: 3304
  • CIO, RawVoice
    • Angelo's Blog
Re: A couple of Feed validation problems
« Reply #8 on: August 04, 2012, 04:26:43 pm »
Go to PowerPress Settings > Feed, and in the language field select your language, That solves the problem immediately.

The next update, which is not ready, will also fix this bug preemptively, which appears to be what you're looking for. You can download and manually install the latest development version if you cannot wait.

SubstanceTV

  • Newbie
  • *
  • Posts: 2
Re: A couple of Feed validation problems
« Reply #9 on: August 18, 2012, 10:31:47 am »
Go to PowerPress Settings > Feed, and in the language field select your language, That solves the problem immediately.

The next update, which is not ready, will also fix this bug preemptively, which appears to be what you're looking for. You can download and manually install the latest development version if you cannot wait.

Sorry to tell you, but this does not fix the problem. I've been looking up info on this problem for the past few days with no luck. I'm using category podcasting and even after setting the language in both the feed and default settings, I still get the error.

Any help would be greatly appreciated.

angelo

  • Custom Title
  • Administrator
  • Hero Member
  • *****
  • Posts: 3304
  • CIO, RawVoice
    • Angelo's Blog
Re: A couple of Feed validation problems
« Reply #10 on: August 18, 2012, 11:03:39 am »
Powerpress 4.0.4 should have fixed this, was released last week.

uzumakiqc

  • Newbie
  • *
  • Posts: 2
Re: A couple of Feed validation problems
« Reply #11 on: August 26, 2012, 05:26:49 pm »
Hey guys, I'm having feed problems as well.

Under options in the plugin My feed language is set to French (Canada) yet when I verify my feed url or try to submit to apple, I get an EN-US language
(http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.geekcollectif.com%2F%3Ffeed%3Dpodcast)

Here is line 19:
<language>en-US</language>

I'm on Wordpress 3.4.1
Using Powerpress plugin 4.0,.4

Can anyone help me out with this one?

Thanks in advance!

uzumakiqc

  • Newbie
  • *
  • Posts: 2
Re: A couple of Feed validation problems
« Reply #12 on: August 26, 2012, 07:58:27 pm »
Finally I found that activating the custom podcast channels and managing the language in them fixed everything!

I think the option for language WITHOUT using the custom channels options is still bugged on a side note!

Hope this could help other users!

angelo

  • Custom Title
  • Administrator
  • Hero Member
  • *****
  • Posts: 3304
  • CIO, RawVoice
    • Angelo's Blog
Re: A couple of Feed validation problems
« Reply #13 on: August 28, 2012, 09:04:27 am »
If you don't configure anything with PowerPress, the lagnuage "en-US" is taken from your WordPress installation's language setting. Unfortunately WordPress hides this, you either need a plugin or edit your own wp-config.php to set the language to your country, otherwise it defaults to EN-US.