Ashinch / ReadYou

An Android RSS reader presented in Material You style.
GNU General Public License v3.0
5.11k stars 202 forks source link

Removing trailing slash shows strange message #837

Open vlnst opened 2 months ago

vlnst commented 2 months ago

1. Environment

2. Describe the bug

When using FreshRSS you can remove the trailing slash (even though it might be quite difficult to do that, since you can't move the cursor by clicking on it, you can do it only if your keyboard support moving your cursor with a swipe on a space bar. I am not sure if this can be considered as an another bug so I will leave it there too) and so if you remove the trailing slash from the URL (it will become https://freshrss.bloat.cat/api/greader.php) you will be getting this message:

Screenshot_20240919-013517

This is not that easily achievable and I don't consider it as a serious bug.

It is easily fixable by removing the slash. This might not even be considered as an issue since the app will place a slash automatically when you first set everything up, so only if user removes the slash, this might become a problem.