Post AcbF454thpOuxsF2A4 by RyanHirsch@podcastindex.social
(DIR) More posts by RyanHirsch@podcastindex.social
(DIR) Post #AcaRALQkpDYBi7G436 by PodcastsLive@podcastindex.social
2023-12-08T01:02:19Z
0 likes, 0 repeats
Homegrown Hits is going #live! Homegrown Hits Episode 13 LIVE stream url: https://stream.bowlafterbowl.com/listen/bowlafterbowl/stream.mp3 chat: https://kiwiirc.com/nextclient/#irc://irc.zeronode.net:+6697/?nick=Dude?#homegrownhits show url: https://homegrownhits.xyz #podcast
(DIR) Post #AcaRAMlLs7cXqHu1nE by ChadF@podcastindex.social
2023-12-08T01:17:01Z
0 likes, 0 repeats
@PodcastsLive Hey @mitch I never get a LIT notification or see this go live in Podverse.
(DIR) Post #AcaRAO6IthyTzYiH5c by mitch@podcastindex.social
2023-12-08T01:33:57Z
0 likes, 0 repeats
@ChadF @PodcastsLive thanks for the heads up. I just checked our servers, and it looks like the feed failed our validation test. I'll look into it more and identify the solution...***** PODCAST PARSING FAILED *****podcast.title Homegrown Hitspodcast.id 7C2iy78d92feedUrl.id m6nATrseOefeedUrl.url https://feed.homegrownhits.xyz/feed.xmlCannot read properties of undefined (reading 'guid')
(DIR) Post #AcaRAPEqfQP5WLic2y by mitch@podcastindex.social
2023-12-08T02:55:00Z
0 likes, 0 repeats
@ChadF @PodcastsLive after much digging around, it appears that podcast-partytime does not recognize the liveItem `start` and `end` time fields for this feed as valid, and so the liveItem itself is incompatible with our parser.@RyanHirsch, is this time format something that podcast-partytime should be updated to handle, or should we ask the podcaster to change their timestamp format?<podcast:liveItem status="live" start="2023-12-07T19:59:59 -0500" end="2023-12-07T01:00:000 -0500" ...>
(DIR) Post #AcaRARKwriTI1qaVpg by mitch@podcastindex.social
2023-12-08T02:55:33Z
0 likes, 0 repeats
@ChadF @PodcastsLive @RyanHirsch it looks like podcast-partytime is returning this for the liveItem:{ status: 'live', start: null, end: null, guid: '81884459-5474-430a-a72f-c784b59219c9', ...}
(DIR) Post #AcaRASgFrz6oCDZ2gK by RyanHirsch@podcastindex.social
2023-12-08T03:00:59Z
0 likes, 0 repeats
@mitch @ChadF @PodcastsLive I’ll look thanks for the ping
(DIR) Post #AcaRATYqb0mGvX6dm4 by dave@podcastindex.social
2023-12-08T03:16:29Z
0 likes, 0 repeats
@RyanHirsch @mitch @ChadF @PodcastsLive I think that's @SirSpencer feed. He hand codes it I believe?
(DIR) Post #AcaSbl5Vdihj3fxNdQ by ChadF@podcastindex.social
2023-12-08T03:32:42Z
0 likes, 0 repeats
@dave @RyanHirsch @mitch @PodcastsLive @SirSpencer This was LIT in Fountain and PodcastGuru which makes it confusing for listeners. Was this missing in Podverse because they are actually following the spec or watching for the PodPing?
(DIR) Post #AcbF44FUmwHgOSBz2e by mitch@podcastindex.social
2023-12-08T03:49:00Z
0 likes, 0 repeats
@dave @ChadF @RyanHirsch @PodcastsLive @SirSpencer my hunch is that the podcast-partytime parser just does not recognize that datetime format, and so Podverse thinks the start time is “null”, which makes it an invalid livestream. Assuming it is in fact a valid timestamp then party time just needs an update.
(DIR) Post #AcbF454thpOuxsF2A4 by RyanHirsch@podcastindex.social
2023-12-08T04:06:01Z
0 likes, 0 repeats
@mitch @dave @ChadF @PodcastsLive @SirSpencer JS is barfing on that timestamp, I'll get a fix
(DIR) Post #AcbF45wmTUVDezS49I by RyanHirsch@podcastindex.social
2023-12-08T04:19:37Z
0 likes, 0 repeats
@mitch @dave @ChadF @PodcastsLive @SirSpencer I can't find a library that says this is acceptable. Luxon, Moment, date-fns, dayjs all say it's invalid. I guess I can special case it since others seem to be able to handle it.
(DIR) Post #AcbF46jhXbdO6iL8Ou by dave@podcastindex.social
2023-12-08T12:35:41Z
0 likes, 0 repeats
@RyanHirsch @mitch @ChadF @PodcastsLive @SirSpencer The “be liberal in what you accept” probably applies here. But, I always give myself a limit on that. If I can’t get it working in a quick amount of time I move on. JM2C
(DIR) Post #AcbGaOEI8W6HaCbb4S by ChadF@podcastindex.social
2023-12-08T12:52:43Z
0 likes, 0 repeats
@dave @RyanHirsch @mitch @PodcastsLive @SirSpencer What does Bowl After Bowl have as a timestamp? Laurien is trying to produce HGH herself so it might just be a mistake.This is the only feed I see show up in @PodcastsLive and not show up LIT in Podverse.
(DIR) Post #AcbMte3O7t3dt64Pvk by RyanHirsch@podcastindex.social
2023-12-08T14:03:28Z
0 likes, 0 repeats
@dave @mitch @ChadF @PodcastsLive @SirSpencer I agree, I initially wasn’t going to try and fix, just pass through the value, but if others are working fine. I can’t let them be “better” now can I? 😆
(DIR) Post #AciYekZ8BwAFITIjpo by SirSpencer@podcastindex.social
2023-12-12T01:18:08Z
0 likes, 0 repeats
@daveActually @Laurien does this one herself. @RyanHirsch @mitch @ChadF @PodcastsLive