Got rate limited error when trying to create new project for second time
Step to reproduce:
- create a new solid project once.
- create a new solid project again.
Expected behavior: create both project successfully.
Actual behavior: can't create 2nd project.
Error screenshot:

This is a github ratelimit, I don't think we can do anything about it https://github.com/solidjs/solid-start/blob/d3318b2972f5f1323e0a945e49bc1f2bb51d426a/packages/create-solid/cli/github.js#L14-L25 I will say, this won't trigger after only two. Likely you have some other program connecting to github API as well like extension
This is a github ratelimit, I don't think we can do anything about it
https://github.com/solidjs/solid-start/blob/d3318b2972f5f1323e0a945e49bc1f2bb51d426a/packages/create-solid/cli/github.js#L14-L25
I will say, this won't trigger after only two. Likely you have some other program connecting to github API as well like extension
strange, i'm using cmd right now, not even open vscode yet.
I was more talking about chrome extensions. Regardless, the API docs says you may make up to 60 API requests per hour without authentication. I don't know how many requests each starter makes, and what counts as an API request, but I'm pretty sure it's nowhere close to 31+.
THAT BEING SAID, if more people report this, we can look into delivering starters from our CDN, netlify
I was more talking about chrome extensions. Regardless, the API docs says you may make up to 60 API requests per hour without authentication. I don't know how many requests each starter makes, and what counts as an API request, but I'm pretty sure it's nowhere close to 31+.
THAT BEING SAID, if more people report this, we can look into delivering starters from our CDN, netlify
I don't think the problem caused by my chrome extension. But I noticed 1 thing that I only got rate limited when I'm using my company's network to run the init command. This doesn't happened when I tried it at home or using 4G. Is there any chance that my company's network did something to cause this?