• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

RSS 2.0 Troubles

Explorer ,
Oct 30, 2017 Oct 30, 2017

Copy link to clipboard

Copied

I'm trying to integrate my WordPress blog (mclaughlin design blog – advertising | design | creative​ ) into a Muse page (running test with a sample blog I set up), but I'm receiving the following error:

Error: Feed failed! Causes may be (1) No data found for RSS feed https://mclaughlindzn.wordpress.com; (2) There are no items are available for this feed; (3) The RSS feed does not validate.

Please verify that the URL

https://mclaughlindzn.wordpress.com works first in your browser and that the feed passes a validator test

The WordPress site works, so that checks out. When I click on the Validator test link, I get this:

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

/home/sa3rubyvps/feedvalidator.org/check.cgi in ()
     63       return url
     64
=>   65 import feedvalidator.formatter.text_html
     66
     67 def buildCodeListing(events, rawdata, url):
feedvalidator = <module 'feedvalidator' from '/home/sa3rubyvps/feedvalidator.org/src/feedvalidator/__init__.pyc'>, feedvalidator.formatter = <module 'feedvalidator.formatter' from '/home/sa...or.org/src/feedvalidator/formatter/__init__.pyc'>, feedvalidator.formatter.text_html undefined
/home/sa3rubyvps/feedvalidator.org/src/feedvalidator/formatter/text_html.py in ()
      5 """Output class for HTML text output"""
      6
=>    7 from base import BaseFormatter
      8 import feedvalidator
      9 from xml.sax.saxutils import escape
base undefined, BaseFormatter undefined

<type 'exceptions.ImportError'>: cannot import name BaseFormatter
     args = ('cannot import name BaseFormatter',)
     message = 'cannot import name BaseFormatter'

Any help is appreciate. I'm way out of my depth here. Thank you!

Views

263

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Oct 30, 2017 Oct 30, 2017

I think I just solved my own problem. I simply added "rss" after the url and it now works. Of course, I'm experiencing the issues others have of content not displaying, but that's a whole other issue. Thank you.

Votes

Translate

Translate
Explorer ,
Oct 30, 2017 Oct 30, 2017

Copy link to clipboard

Copied

LATEST

I think I just solved my own problem. I simply added "rss" after the url and it now works. Of course, I'm experiencing the issues others have of content not displaying, but that's a whole other issue. Thank you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines