Page MenuHomePhabricator

Fix undefined TypeError (attribs) in MBFC scraper
Closed, DeclinedPublic

Description

The Media Bias Fact Check scraper occasionally has the following non-breaking TypeError that should be cleaned up.

(node:24445) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'attribs' of undefined
    at axios.get.then (/Users/kayvan/Development/GitHub/Cite-Unseen/scraper.js:68:66)
    at process._tickCallback (internal/process/next_tick.js:68:7)

Event Timeline

SuperHamster created this task.

Closing as Cite Unseen's usage of MBFC has been removed.