akhilrex / podgrab

A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
GNU General Public License v3.0
1.61k stars 88 forks source link

Can not access podcasts through RSS on AntennaPod due to possible port error #261

Closed theRealBassist closed 1 year ago

theRealBassist commented 1 year ago

Before creating a bug report please make sure you are using the latest docker image / code base.

Please complete the following information

Describe the bug After adding a tag to a podcast, grabbing the RSS URL, and adding the tag to AntennaPod via said link, it fails to stream or download episodes due to what appears to be a port error.

To Reproduce Steps to reproduce the behavior:

  1. Add podcast to PodGrab
  2. Tag the podcast
  3. Grab RSS link to tag
  4. Add tag as podcast on AntennaPod via RSS link
  5. Attempt to stream or download any episode

Expected behavior To be able to listen to the downloaded episodes of the podcast. Best case scenario, some way to customize the RSS feed would be ideal so I can set a specific URL for it to point to? I'm not 100% proficient with RSS related things, so I'm not entirely sure.

Screenshots Not applicable. Can provide upon request.

Additional context I configured PodGrab via docker-compose.

`version: "2.1" services: podgrab: image: akhilrex/podgrab container_name: podgrab environment:

theRealBassist commented 1 year ago

Mark as resolved.

I am an imbecile and fixed my own problem 5 seconds later.

If you go to Settings > "Base URL (if accessing Podgrab using a URL. Without trailing /. Leave empty if not using or unsure.)" and then set the URL you are actually using, it works perfectly fine.

Apologies for opening and then immediately fixing my own issue. Hopefully it staying here will help someone else.