Hey @mitch, just saw a boost coming in from Podverse where the feedID was a string not an int, have you changed the logic for boosts recently?
29.6.2023 15:23Hey @mitch, just saw a boost coming in from Podverse where the feedID was a string not an int, have you changed the logic for boosts...Hi @dave,
should all podcasts returned by the index have a podcastGuid set? Just encountered a podcast(id= 1585) without one.
Has anyone experience with Squarespace feeds returning 400 ?
We sometimes randomly get them on the server side but can’t reproduce them.
Hey @dave,
just checked the new blip-10 attributes for replies. Wouldn’t it make more sense to make the reply_custom_key an int instead of an str? The tlv keys are always uints anyway.
I made a PR for that https://github.com/Podcastindex-org/podcast-namespace/pull/535
@dave What is the best method to notify the index for new episodes? Should we just use “/hub/pubnotify” or should we look into podping?
24.4.2023 10:58@dave What is the best method to notify the index for new episodes? Should we just use “/hub/pubnotify” or should we look into podping?Hi @dave getting 500s and 504s from /podcasts/bytag
21.4.2023 07:24Hi @dave getting 500s and 504s from /podcasts/bytag@dave PR is done.
https://github.com/Podcastindex-org/podcast-namespace/pull/510
Made a small rust crate for v4v, including boostagram deserialization and split calculation:
https://crates.io/crates/rust-v4v
19.4.2023 09:56Made a small rust crate for v4v, including boostagram deserialization and split calculation:https://crates.io/crates/rust-v4v@merryoscar Hi Oscar, I think I've found a minor bug with fountain in the boostagram tlv. According to blip-10 the itemID should be an int, but you send a string.
18.4.2023 10:55@merryoscar Hi Oscar, I think I've found a minor bug with fountain in the boostagram tlv. According to blip-10 the itemID should be an...@kingonly Hi Roy, think I've found a bug in Breez. The App seems to be sending the episode_guid with the itemID field instead of the episode_guid field.
18.4.2023 10:35@kingonly Hi Roy, think I've found a bug in Breez. The App seems to be sending the episode_guid with the itemID field instead of the...@mitch Hi Mitch, we noticed that podverse cuts the episode title short in boostagrams, is that intended or by accident?
Btw love that you are actually sending the speed, you are the only app doing it, but we could build some realy interesting statistics around that.
Checkout https://v4v-explorer.conshax.app/
if you need a tool to quickly lookup v4v splits.
@mitch Hi Mitch, is there any special way your app updates the value information from the index? I changed some of the value information for my test podcast but it won’t update in the app, is there any way to refresh it instantly?
14.4.2023 10:25@mitch Hi Mitch, is there any special way your app updates the value information from the index? I changed some of the value information for...@francosolerio Hi Franco, we noticed a bug with your app. If a value block is missing the suggested attribute your app fails to load the v4v information, but the tag is optional according to the namespace.
14.4.2023 10:20@francosolerio Hi Franco, we noticed a bug with your app. If a value block is missing the suggested attribute your app fails to load the v4v...