I recently installed version 0.9.0 of pinepods but I am unable to add any podcasts. I've tried uploading an OPML file, manually adding a URL or clicking the (+) in search results. Chrome's developer tools network tab shows the /api/data/add_podcast has a 502 status as does /api/tasks/active?user_id=2 afterwards. Regardless of client UI: mobile, desktop, or web browser, I am unable to add/subscribe to any podcast. I do have debug_mode enabled and the Docker terminal shows the following when I attempt to add a podcast feed:
getentropy failed.
2026-07-08T12:50:19.781118Z INFO pinepods_api: Ὠ0 Starting PinePods Rust API...
2026-07-08T12:50:19.782631Z INFO pinepods_api: Starting PinePods Rust API
2026-07-08T12:50:19.783954Z INFO pinepods_api: Configuration loaded
2026-07-08T12:50:19.784992Z INFO pinepods_api: Database config: host=*********, port=3306, user=***********, db=************, type=mariadb
2026-07-08T12:50:19.790530Z INFO pinepods_api: Database pool initialized
2026-07-08T12:50:19.794229Z INFO pinepods_api::redis_client: Successfully connected to Redis/Valkey
2026-07-08T12:50:19.795594Z INFO pinepods_api: Redis/Valkey client initialized
2026-07-08T12:50:19.797012Z INFO pinepods_api: Task management system initialized
2026-07-08T12:50:19.878185Z INFO pinepods_api: ὕ2 Initializing background task scheduler...
2026-07-08T12:50:19.880342Z INFO pinepods_api::services::scheduler: ὕ2 Starting background task scheduler...
2026-07-08T12:50:19.881835Z INFO pinepods_api::services::scheduler: Ὄ5 Podcast refresh schedule: 0 */30 * * * *
The image I downloaded from hub.docker.com is 0.9.0-amd64
I've verified that the DB credentials used are able to write to the tables, but the same credentials are the ones which created the tables so I didn't really think that was the issue.
I recently installed version 0.9.0 of pinepods but I am unable to add any podcasts. I've tried uploading an OPML file, manually adding a URL or clicking the (+) in search results. Chrome's developer tools network tab shows the
/api/data/add_podcasthas a 502 status as does/api/tasks/active?user_id=2afterwards. Regardless of client UI: mobile, desktop, or web browser, I am unable to add/subscribe to any podcast. I do have debug_mode enabled and the Docker terminal shows the following when I attempt to add a podcast feed:The image I downloaded from hub.docker.com is 0.9.0-amd64
I've verified that the DB credentials used are able to write to the tables, but the same credentials are the ones which created the tables so I didn't really think that was the issue.