You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'localNSMap' of undefined
at parse (C:\proj\dm-reader\node_modules\xmldom\sax.js:102:27)
at Object.XMLReader.parse (C:\proj\dm-reader\node_modules\xmldom\sax.js:30:3)
at DOMParser.parseFromString (C:\proj\dm-reader\node_modules\xmldom\dom-parser.js:25:7)
at Request._callback (C:\proj\dm-reader\index.js:57:37)
at Request.self.callback (C:\proj\dm-reader\node_modules\request\request.js:198:22)
at emitTwo (events.js:87:13)
at Request.emit (events.js:172:7)
at Request.<anonymous> (C:\proj\dm-reader\node_modules\request\request.js:1082:10)
at emitOne (events.js:82:20)
at Request.emit (events.js:169:7)
PS C:\proj\dm-reader> node .\index.js
C:\proj\dm-reader\node_modules\xmldom\sax.js:102
var localNSMap = config.localNSMap;
Is there something I can do to remedy this or is it a bug?
The text was updated successfully, but these errors were encountered:
I'm trying to read a new article from the Daily Mail (sample: http://www.dailymail.co.uk/news/article-3286124/Four-injured-car-crashes-pavement-Guildford-Surrey.html) but getting the following error:
Is there something I can do to remedy this or is it a bug?
The text was updated successfully, but these errors were encountered: