-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Can't play/download podcasts using http authentication #161
Comments
Hi @Quentin-ctrL, so far I have never dealt with this usecase so I can't tell you anything for certain. Can you try to add the podcast with the username/password embedded in the URL and update here if that worked? At the moment there is no UI to change the user/pass after the fact but I guess we can add something. Do note that the gPodder SQLite database stores the password cleartext. |
Hi, Yes, I tried using http://USERNAME:[email protected]/files/feed.xml but it's not working as expected. Deleting epidodes (files and db) didn't work.
I can do more test if necessary |
Can you see if there is useful log output (you may need to change the log level to debug)? @elelay is there an example podcast with authentication that can be used for debugging like you had with soundcloud? |
There is https://github.com/gpodder/gpodder/blob/master/tools/test-auth-server.py that you can run on your desktop |
@Quentin-ctrL, @Keeper-of-the-Keys, it worked fine for the feeds I tried by setting the auth_username and auth_password with a sqlite update command. The only caveat was that I updated url field firstly like above where the feed url differed, but had to update link field to get it to work.Cheers |
Hi,
I'm using .htpasswd and .htpasswd for private podcasts and I can't play/download them.
I tried to protect only media files or media and feed but nothing works. I'm not sure I'm doing it the right way.
Using linux version of Gpodder, I can add credential and I can listen my podcasts.
Using android AntennaPod, I can also add credential. Streaming is not possible but download works.
Reading gpodder docs, it seems possible :
https://gpodder.github.io/docs/faq.html
Can you confirm it's not possible ?
The text was updated successfully, but these errors were encountered: