nelsonic / github-scraper

🕷 🕸 crawl GitHub web pages for insights we can't GET from the API ... 💡
425 stars 96 forks source link

Split Problem #115

Closed Aurelian123 closed 7 months ago

Aurelian123 commented 4 years ago

var parts = data.avatar.split('-') ^

TypeError: Cannot read property 'split' of undefined

C:\node_modules\github-scraper\lib\profile.js:14

var parts = data.avatar.split('/');

nelsonic commented 4 years ago

Related to #114 & #113

nelsonic commented 7 months ago

Fixed. ✅ See: https://github.com/nelsonic/github-scraper/actions/runs/7549448498/job/20553449066#step:5:19