yang991178 / fluent-reader

Modern desktop RSS reader built with Electron, React, and Fluent UI
https://hyliu.me/fluent-reader/
BSD 3-Clause "New" or "Revised" License
7.79k stars 425 forks source link

Can't add source #606

Open v-sec0 opened 1 year ago

v-sec0 commented 1 year ago

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:

  1. Go to add a new source
  2. Enter https://feeds.feedburner.com/TheHackersNews as the source
  3. Click "Add"
  4. See error

Expected behavior The source is added and there is no error

Screenshots Screenshot from 2023-10-26 12-21-59

Platform (please complete the following information):

hisel-sabermetrics commented 11 months ago

Have the same problem with feeds from feedburner.com over https. Only able to add feed with http.

TheDeviantCrafter commented 10 months ago

This seems to affect all feedburner feeds. See #629

jschoder commented 10 months ago

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.

v-sec0 commented 10 months ago

This seems to affect all feedburner feeds. See #629

So I assume it's an issue that's already being addressed.