Skip to content
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

Use the name of the sync server in error messages #7146

Open
4 tasks done
Cycloneblaze opened this issue Apr 28, 2024 · 0 comments
Open
4 tasks done

Use the name of the sync server in error messages #7146

Cycloneblaze opened this issue Apr 28, 2024 · 0 comments
Labels
Good first issue Can be addressed without deep knowledge of the AntennaPod code. But exploring the code may be needed Type: Feature request

Comments

@Cycloneblaze
Copy link

Checklist

  • I have used the search function for OPEN issues to see if someone else has already submitted the same feature request.
  • I have also used the search function for CLOSED issues to see if the feature was already implemented and is just waiting to be released, or if the feature was rejected.
  • I will describe the problem with as much detail as possible.
  • This request contains only one single feature, not a list of multiple (related) features.

App version

3.3.2

Where did you get the app from

Google Play

Problem you may be having, or feature you want

Currently synchronisation errors when using the Gpodder.net service always say that there was an issue connecting to Gpodder.net, even when you are self-hosting gpodder and the app is actually trying to connect to a different server (say, gpodder.example.com).

Suggested solution

It would be nice for the message to read the name of the currently selected synchronisation server and use that in the message rather than only talking about Gpodder.net.

Screenshots / Drawings / Technical details

The code responsible for these messages is here:

throw new GpodnetServiceBadStatusCodeException("Unable to connect to Gpodder.net (code "
The name is hard-coded.

@Cycloneblaze Cycloneblaze added Needs: Triage The core team still needs to decide if this feature would get accepted Type: Feature request labels Apr 28, 2024
@ByteHamster ByteHamster added Good first issue Can be addressed without deep knowledge of the AntennaPod code. But exploring the code may be needed and removed Needs: Triage The core team still needs to decide if this feature would get accepted labels Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Can be addressed without deep knowledge of the AntennaPod code. But exploring the code may be needed Type: Feature request
Projects
None yet
Development

No branches or pull requests

2 participants