Feed Manager changing all my dateAdded entries #170
Replies: 9 comments 6 replies
-
Please provide an example of the error. |
Beta Was this translation helpful? Give feedback.
-
Feed file is located here and example specified will by Short Form item 260 until that particular Category is updated on Friday, although it will be in exactly the same format, just different linked file and date. http://sabbathschooltv.com/roku/sabbathschooltv.json In Firefox here I see a listing like this so it is easy to see shortFormVideos item 260 This is what I see when viewing it in Channel Feed Manager (first item in the top of the category list in Miscellaneous): |
Beta Was this translation helpful? Give feedback.
-
Looking at the listed feed specification I can see why something is deemed wrong with the added time, but I didn't make up the "Z" on the end of what I have for everything. That (except for the hours at the beginning) was what was in their example of a functioning JSON file 6 years ago, so that is what everything I have ever created has in it. :)) I guess search and replace can fix all of those. |
Beta Was this translation helpful? Give feedback.
-
Yeah! Their example feed (linked to at the bottom of the JSON Feed Specification page) still has that in it so it ought not to be considered a problem! https://devtools.web.roku.com/samples/roku-developers-feed-v1-rdp.json |
Beta Was this translation helpful? Give feedback.
-
The only difference I see is that the example now doesn't show the time down to the thousandths of a second, but I didn't make that up all on my own either. It was in some example they had. :)) Anyway, Channel Feed Manager changing my dateAdded dates ought NOT to be happening. |
Beta Was this translation helpful? Give feedback.
-
By any chance, do you have more than one feed file with similar names in the channel database? For example, "Sabbath School1.json" and "Sabbath School2.json". I used the latest feed file you referenced above and I don't see the error. However, my code includes a fix for a bug I've been working on. |
Beta Was this translation helpful? Give feedback.
-
Here's what I get when opening "Adventist News Network - March 22, 2024". I can't recreate your issue. Can you provide the steps you use to recreate the issue, or, a screen capture video that shows it? |
Beta Was this translation helpful? Give feedback.
-
I've been able to isolate this issue. It would occur only if I update something else on the screen like rating. I should have a fix for it in the next release. In the future, if you run into something you suspect may be a bug, please use the Bug Report template when submitting an issue. It makes it much easier to determine what's involved and how to go about debugging. |
Beta Was this translation helpful? Give feedback.
-
Resolved in version 1.0.1.3 |
Beta Was this translation helpful? Give feedback.
-
Is there some good reason why the Feed Manager thinks the dateAdded value has to be 1 day before the releaseDate entry value?
I have pretty much all of the dates exactly the same but it wants to change all the dateAdded values. (???)
It also spits out a pile of errors saying the dates and times aren't valid, when the format came straight from the original DP feed example.
Beta Was this translation helpful? Give feedback.
All reactions