adeora7 / hacktoberfest_progress

Hacktoberfest progress checker chrome extension
MIT License
14 stars 43 forks source link

Search fails when user hasn't submitted PR within time range #22

Closed lmcjt37 closed 6 years ago

lmcjt37 commented 6 years ago

Example response which causes error

{
"total_count": 0,
"incomplete_results": false,
"items": []
}

This errors as the avatar urls rely on user data being available and at least one PR existing.

Possible solution would be to have multiple calls to guarantee the user data is returned.