efabless / volare

Version manager (and builder) for the Google sky130 and gf180mcu open-source PDKs
Apache License 2.0
57 stars 8 forks source link

Rate limit exceeded with no more information #85

Open mithro opened 2 months ago

mithro commented 2 months ago

Description

Currently trying to install tools and getting the following error;

./venv/bin/volare enable --pdk sky130
Version cd1748bb197f9b7af62a54507de6624e30363943 not found locally, attempting to download…
Failed to obtain cd1748bb197f9b7af62a54507de6624e30363943 remotely: <Response [403 rate limit exceeded]>.

Expected Behavior

Tell me how to work around the rate limit.

Relevant command

./venv/bin/volare enable --pdk sky130

Relevant log output

./venv/bin/volare enable --pdk sky130
Version cd1748bb197f9b7af62a54507de6624e30363943 not found locally, attempting to download…
Failed to obtain cd1748bb197f9b7af62a54507de6624e30363943 remotely: <Response [403 rate limit exceeded]>.
donn commented 2 months ago

Hi Tim, sorry- forgot to reply.

The rate limit is unavoidable- as a workaround, you can create and provide a GitHub token using -t <token_here>.