how to get an RSS feed from Combined Videos

derrickhand300
@derrickhand300
9 years ago
1,353 posts
I am trying to get an RSS feed off a combined videos page
http://roughneckcity.com/video/
by adding /feed/ to the url
http://roughneckcity.com/feed/video/
and I am receiving the error
"CRI: Query Error: Table 'rough_neckcity.jr_jrcombinedvideo_item_key' doesn't exist"

I am wanting the feed for an iphone app to display my sites latest content

Any ideas what i am doing wrong?

updated by @derrickhand300: 12/22/16 11:55:59AM
paul
@paul
9 years ago
4,335 posts
I'm guessing that as the jrFeed module pre-dates the jrCombinedVideo module there is a compatibility problem. The error message is correct in that there is no CombineVideo datastore, so I will checkout what, if anything, can be done about it.
Thanks


--
Paul Asher - JR Developer and System Import Specialist
derrickhand300
@derrickhand300
9 years ago
1,353 posts
Thanks Paul
michael
@michael
9 years ago
7,791 posts
yep, jrCombined....... dont have their own datastore, so they will need to be updated to understand that Feed exists in order to get the output working.
michael
@michael
9 years ago
7,791 posts
this will start working with the next version of jrFeed and jrCombinedAudio and jrCombinedVideo.

They will come out with the release of 5.3 which should be real soon.
derrickhand300
@derrickhand300
9 years ago
1,353 posts
Thank you Michael...Now I have a feature request that uses all of this -would be a great module..I will post it over in the feature request area-pls start as soon as possible :)
derrickhand300
@derrickhand300
9 years ago
1,353 posts
I have updated all the way to 5.3.2 and still not working
http://roughneckcity.com/feed/oilfield_videos
Thought I had better inquire
Thank you
derrickhand300
@derrickhand300
9 years ago
1,353 posts
Can you check this error sometime?
http://roughneckcity.com/feed/video/
Seems to have changed- never had the error or rss feed before- at least now I am getting an rss error :)
michael
@michael
9 years ago
7,791 posts
probably a result of having "template name in source" setting on in
ACP -> DEVELOPER -> DEVELOPER TOOLS -> GLOBAL CONFIG -> "template name in source"

XML can be very temperamental.
derrickhand300
@derrickhand300
9 years ago
1,353 posts
Thanks Michael- I removed the 'show template In source" and now get the following

This page contains the following errors:

error on line 107 at column 59: Entity 'rdquo' not defined
Below is a rendering of the page up to the first error.

Any ideas?
michael
@michael
9 years ago
7,791 posts
not seeing the same error here. Looks good.

If it continues to be an issue, might try wrapping the description in CDATA:

http://stackoverflow.com/questions/2784183/what-does-cdata-in-xml-mean

Suspect it was the content causing issues.
derrickhand300
@derrickhand300
9 years ago
1,353 posts
Thanks- are you seeing something different than whats in this screenshot?
My RSS configuration seems to work fine everywhere else
Capture.JPG.jpg
Capture.JPG.jpg  •  425KB


updated by @derrickhand300: 03/06/16 06:20:28AM

Tags