Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle feed load error #2

Open
headwinds opened this issue Dec 28, 2018 · 0 comments
Open

handle feed load error #2

headwinds opened this issue Dec 28, 2018 · 0 comments
Assignees
Labels

Comments

@headwinds
Copy link
Owner

When selecting many feeds, if one of the feeds happens to fail, everything breaks because that error isn't handled TreesController - FEED PARSER ERROR!!!! --- - I need to add try catch block to test each load and properly handle that error.

If this occurs, one can reset Portal in the browser by clearing the local storage [ localStorage.clear() ] so that it only loads the first feed.

TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://nautil.us/rss/all
12/28 11:46 AM (6m)
TreesController loading feed: http://nautil.us/rss/all
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://feeds.wired.com/wired/index
12/28 11:46 AM (6m)
TreesController loading feed: http://feeds.wired.com/wired/index
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: https://killscreen.com/feed/
12/28 11:46 AM (6m)
TreesController loading feed: https://killscreen.com/feed/
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://www.dwell.com/articles/feed
12/28 11:46 AM (6m)
TreesController loading feed: http://www.dwell.com/articles/feed
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://feeds.coolhunting.com/ch
12/28 11:46 AM (6m)
TreesController loading feed: http://feeds.coolhunting.com/ch
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://venturebeat.com/feed/
12/28 11:46 AM (6m)
TreesController loading feed: http://venturebeat.com/feed/
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://www.booooooom.com/feed/
12/28 11:46 AM (6m)
TreesController loading feed: http://www.booooooom.com/feed/
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://www.polygon.com/rss/index.xml
12/28 11:46 AM (6m)
TreesController loading feed: http://www.polygon.com/rss/index.xml
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://feeds.feedburner.com/colossal
12/28 11:46 AM (6m)
TreesController loading feed: http://feeds.feedburner.com/colossal
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://feeds.boingboing.net/boingboing/iBag
12/28 11:46 AM (6m)
TreesController loading feed: http://feeds.boingboing.net/boingboing/iBag
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://www.gamespot.com/feeds/mashup/
12/28 11:46 AM (6m)
TreesController loading feed: http://www.gamespot.com/feeds/mashup/
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://kotaku.com/rss/vip
12/28 11:46 AM (6m)
TreesController loading feed: http://kotaku.com/rss/vip
12/28 11:46 AM (6m)
TreesController getTreeByRSSUrl xmlUrl req.query.xmlUrl: http://cabinporn.com/rss
12/28 11:46 AM (6m)
TreesController loading feed: http://cabinporn.com/rss
12/28 11:46 AM (6m)
TreesController - feed response ok 
12/28 11:46 AM (6m)
TreesController - feed response ok 
12/28 11:46 AM (6m)
TreesController - feed response ok 
12/28 11:46 AM (6m)
TreesController - feed response ok 
12/28 11:46 AM (6m)
TreesController - feed response ok 
12/28 11:46 AM (6m)
TreesController - feed response ok 
12/28 11:46 AM (6m)
TreesController - feed response ok 
12/28 11:46 AM (6m)
TreesController - feed response ok 
12/28 11:46 AM (6m)
TreesController - feed response ok 
12/28 11:46 AM (6m)
TreesController - FEED PARSER ERROR!!!! ---
12/28 11:46 AM (6m)
Error: Not a feed
@headwinds headwinds added the bug label Dec 28, 2018
@headwinds headwinds self-assigned this Dec 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant