This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Vocal attempts to sync with gpodder even if not logged in #470
Labels
Confirmed
Someone with the project has either reproduced the problem, or agrees it should be addressed.
Milestone
Prerequisites
Describe the bug
Vocal will attempt to sync episode progress with gpodder (
https://gpodder.net/api/2/episodes/.json
would normally have a username if authenticated) even if a user is not logged in. This spams the logs with messages likeFailed to update progress in gpodder.net for ...
and results in unnecessary HTTP requests originating from the application.To Reproduce
Steps to reproduce the behavior:
com.github.needleandthread.vocal
failed
messagesExpected behavior
If a user does not provide gpodder.net credentials, I'd expect the application to skip any gpodder.net actions instead of trying and failing.
Screenshots or screen recordings
Logs
Platform Information
Please share as many of the following details as possible:
Please check the applicable option below:
Additional context
The text was updated successfully, but these errors were encountered: