-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to access PodFetch RSS or system information page #525
Comments
You can login to PodFetch and refresh the API key. That way you get access to the RSS feeds. |
This did not solve my issue. I logged out, logged back in, and refreshed my API key. I also redeployed with the latest image, still with the same issues. Below is my docker compose file:
|
Sorry for the inconvenience. I'll take a look at it. |
Thanks! Let me know if there's any other info you need. I found this project after learning that Google Podcasts is shutting down, and am glad to have a podcast server that won't shutdown until I tell it to... |
Alright, I figured out the RSS feed issue from looking at #520 . If I append the API key to the URL, it works. I also noticed looking at the raw local RSS feed that the assets are still being pulled from the public servers (thumbnails and audio). Is this by design? Still having trouble with the System Information page. |
Thanks for the hint. I fixed the first issue. The other one is weird. You can add podcasts via the web UI but you can't get the readout of the podcast file size folder? |
That's what I was missing... I figured out my error. Following the instructions on Marius Hosting, I put the DB folder in the same folder in which the podcasts are saved... Postgre changed the permissions of that folder, so your app couldn't read the size. I moved the podcasts to a subfolder, reloaded the stack, and we're good to go. I'll contact the creator of the tutorial and see if he'll update it (there's another change that needs to be made). Thanks for all your work on this project! |
Found another missing API key. When the local RSS feds are generated, the |
Should be hopefully fixed. |
Thanks for contacting him. If you find more bugs feel free to submit them. I am currently a bit busy with studying for my masters but I am always open to fix bugs in the app. |
Describe the bug
On the podcast info page, when I click the link to access the PodFetch RSS feed, it takes me to a page that says 'Unauthorized'. No entry shows in the docker container logs.
A similar issue happens when making API calls (such as using the System Information page). Accessing the System Information has the additional symptom of throwing a 'IO extra error: Permission denied (os error 13) for path podcasts' error in the docker container log. I've confirmed that the folder is owned by the correct user/group indicated in the docker compose file.
Reproduction
Fresh install from latest docker image with GPodder and basic auth enabled using postgre and reverse proxy with websockets
System Info
Used Package Manager
n/a
Validations
The text was updated successfully, but these errors were encountered: