coala / gci-leaders

A website showing Google Code-in information 🏆
https://gci-leaders.netlify.com
39 stars 45 forks source link

scrape.js: typeError - cannot read property 'line' of undefined #163

Closed li-boxuan closed 6 years ago

li-boxuan commented 6 years ago

See https://github.com/coala/gci-leaders/pull/161#issuecomment-433302128

(node:1599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'line' of undefined
li-boxuan commented 6 years ago

This is an upstream issue, but we can have a workaround (actually we should do so) by using try catch block.

li-boxuan commented 6 years ago

I've created an issue on upstream project: https://github.com/nordsimon/graphql-client/issues/9