enginkizil / FeedEk

FeedEk jQuery RSS/ATOM Feed Plugin
https://jquery-plugins.net/FeedEk/FeedEk.html
MIT License
207 stars 107 forks source link

ERROR_ON_GETTING_FEEDS #69

Closed sjglobal closed 4 years ago

sjglobal commented 4 years ago

When request from : https://jquery-plugins.net/FeedEk/FeedEk_demo.html

FeedEK is getting an error with the message below:

{ data: null errorMessage: "ERROR_ON_GETTING_FEEDS : Unable to cast object of type 'CodeHollow.FeedReader.Feeds.Rss20FeedItem' to type 'CodeHollow.FeedReader.Feeds.AtomFeedItem'." statusCode: 400 }

I think the server-side handler(https://feed.jquery-plugins.net/load) is not parsing properly. Full requested URL: https://feed.jquery-plugins.net/load?url=https%3A%2F%2Ffeeds.feedburner.com%2Flm%2Frss%2Frecentlyfiled%3Fformat%3Dxml&maxCount=5&dateCulture=en&dateFormat=MM/dd/yyyy

enginkizil commented 4 years ago

yes there was a parsing problem, it's fixed now.