lyqht / Octokit-lite

🐙 Web UI to perform GitHub operations on multiple repositories
https://octokit-lite.vercel.app
MIT License
14 stars 12 forks source link

[Unfork] Error when deleting too many repositories #3

Closed lyqht closed 1 year ago

lyqht commented 2 years ago

Description

When attempting to delete many repositories e.g. >20, this could be observed in the console.

Uncaught (in promise) SyntaxError: Unexpected token 'A', "An error o"... is not valid JSON

It seems to be caused by GitHub's API

Solution

jacobtyq commented 2 years ago

Will be taking a look at this