fluent-reader
fluent-reader copied to clipboard
Can't add source
Describe the bug When attempting to subscribe to a specific news feed, I get an error with a code 403.
To Reproduce Steps to reproduce the behavior:
- Go to add a new source
- Enter https://feeds.feedburner.com/TheHackersNews as the source
- Click "Add"
- See error
Expected behavior The source is added and there is no error
Screenshots
Platform (please complete the following information):
- OS: Fedora 39 Beta
Have the same problem with feeds from feedburner.com over https. Only able to add feed with http.
This seems to affect all feedburner feeds. See #629
I have looked a bit into the issue. The app is using the standard fetch function to retrieve the RSS. It should use the net-library provided by electron itself. At least from what I can see.
This seems to affect all feedburner feeds. See #629
So I assume it's an issue that's already being addressed.