You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imported my OPML of some 150+ podcasts but the Podcasts section is empty. I'm not sure if I messed how I setup my deployment or if the feature works in a different way than I expect.
Hi there @hysan, almost certainly one of the podcasts has a feed that's either missing some fields or has something rather unexpected. I've recently been working on additional handling for this as this issue has proven to come up from time to time. It's difficult to account for every possible scenario where a podcast can be missing some value though because there's not really a standard. If you go to the Podcasts page and hit F12 the console may give you more information on what could be wrong. It's certainly missing something that it's expecting. If you can post the error that you see in there it might give me a hint as to what's missing on one of the podcasts.
Hi @hysan, just FYI I've added a bunch of additional parsing to ensure podcasts always have some kind of expected data even if they are missing items themselves. We always provide some kind of placeholder now. So this is likely to fix your issue.
This fix will be included in the next version release. Coming in the next week or so. If this doesn't fix this problem for you please let me know and I'll take a further look. Getting some kind of logs would be needed for me to fix this beyond just generic placeholder additions.
I'll leave this issue open until the next release comes out.
I imported my OPML of some 150+ podcasts but the Podcasts section is empty. I'm not sure if I messed how I setup my deployment or if the feature works in a different way than I expect.
Environment:
PinePods version: 0.7.2
Deployment: docker compose
Database: PostgreSQL
Steps:
Expected Result: See all of the podcasts that were just imported.
Current Result: It says that it's empty.
Other info:
The text was updated successfully, but these errors were encountered: