shaansubbaiah / Portfolio

👤 Automatically generate and deploy a beautiful, responsive, static-site to display your GitHub projects.
MIT License
82 stars 13 forks source link

installer fails if user-repos < config repos #10

Closed AFink closed 3 years ago

AFink commented 3 years ago

I got that error when inserting 200 as repo number Starting Build ✔️ Fetched data from Github ✔️ Copied files ⚠️ Failed! Error: Cannot read property 'name' of null

shaansubbaiah commented 3 years ago

Max number of repos is 99, for more than 99 we need to use pagination with the GitHub graphql API and I don't think anyone will display more than 100 repositories at once.

Edit: It was mentioned in the README