fandreuz / TUI-ConsoleLauncher

Linux CLI Launcher for Android
Other
1.24k stars 257 forks source link

RSS | Time format couldn't be parsed #305

Open Bumblebee38 opened 4 years ago

Bumblebee38 commented 4 years ago

I wanted to list a RSS feed, but it does not work properly. I already added it successfully and gave it an ID. It is also possible to download a feed or let it automatically download and list this downloaded feed. It also shows that the feed was downloaded. But if it does it automatically it just shows rss1.xml: The time format couldn't be parsed.

I already saw this page in which this problem is listed but it didn't work because the time format of the RSS feed is the correct one (Thu, 12 Mar 2020 17:40:00 +0100).

The weird thing is that the date is not in the feed if I list it manually. There is just the name in which the date is at the end of the feed. [pubDate is the name for the date = "published Date"] So it kinda recognizes it but does not work properly. date-at-end-tui

Does anyone know how to solve this issue?

Bumblebee38 commented 4 years ago

It seems that there is a problem with the pubDate content because it seems that TUI cannot read it or the feed is broken.

Bumblebee38 commented 4 years ago

I tested three different feeds from different pages but it still gives the same error message back but works, if I list it with rss -l <id>. So it seems that there is a problem with the parser. Could it be because of that?

Bumblebee38 commented 4 years ago

I changed the language of my phone to English and then it worked. I think that there is a problem if you want to use the RSS reader if you are not using English as main language on your phone. Is it possible to use the reader in other language settings as English?