davidglezz / tfg

Prototype of a web application that indexes microdata (schema.org) exposed by electronic stores and allows the search of products.
MIT License
3 stars 2 forks source link

TypeError: Cannot read property 'text' of undefined #13

Open davidglezz opened 6 years ago

davidglezz commented 6 years ago
TypeError: Cannot read property 'text' of undefined
     at Handler.onclosetag (/app/crawler/node_modules/htmlmetaparser/src/index.ts:753:5)
     at Parser.onend (/app/crawler/node_modules/htmlparser2/lib/Parser.js:307:14)
     at Tokenizer._finish (/app/crawler/node_modules/htmlparser2/lib/Tokenizer.js:838:12)
     at Tokenizer.end (/app/crawler/node_modules/htmlparser2/lib/Tokenizer.js:829:25)
     at Parser.end (/app/crawler/node_modules/htmlparser2/lib/Parser.js:338:18)
     at Stream.<anonymous> (/app/crawler/node_modules/htmlparser2/lib/WritableStream.js:15:10)
     at Object.onceWrapper (events.js:314:30)
     at emitNone (events.js:105:13)
     at Stream.emit (events.js:207:7)
     at finishMaybe (_stream_writable.js:604:14)