maddyblue / goread

RSS reader in go on app engine; formerly goread.io
ISC License
2.38k stars 294 forks source link

Error:"Could not parse feed data" when google alerts rss link #308

Closed HaiNguyen007 closed 9 years ago

HaiNguyen007 commented 9 years ago

Hi, I use goread on Google App Engine with https, When I import 1 google alerts rss link: https://www.google.com/alerts/feeds/11417126274666643498/15999350246225937995 I receive this error: "Could not parse feed data" Please fix it,

Thank you

maddyblue commented 9 years ago

This appears to be a badly UTF-8 encoded feed. When viewing that link through chrome, there is no encoding error. However, if you curl -O test.xml https://www.google.com/alerts/feeds/11417126274666643498/15999350246225937995 and view test.xml in your browser, you will see chrome print an encoding error. I think this is a bug with the feed itself. If that's true, I can do nothing. I'm pretty confused as to what's going on here, though, so I could easily be wrong. For now, I'm unaware of how to fix this. Sorry.

HaiNguyen007 commented 9 years ago

Thank you for check this issue; that feed I import into another feed reader like: goread.io or feedly is all OK, (only on my hosted goread is error); so I in future you can fix this please do it soon because google alerts feeds is very important for me as many others. Thank you.

maddyblue commented 9 years ago

Leaving this open instead so I may try again.

HaiNguyen007 commented 9 years ago

Thank you :D

maddyblue commented 9 years ago

This is fixed now. Thanks for the report.

HaiNguyen007 commented 9 years ago

Thank you so much :dart: