Hi Community, I am new to Flyte and trying to run ...
# ask-the-community
b
Hi Community, I am new to Flyte and trying to run the
flytectl demo start
following the starter guide However I keep hitting error
Authenticated requests get a higher rate limit. Check out the documentation for more details.
And it doesn’t show what documentation I should follow (not in the starter guide) could you please help advise?
b
what brought the error?
b
Copy code
(flyte) ➜  flyte-test flytectl demo start
INFO[0000] [0] Couldn't find a config file []. Relying on env vars and pflags.
🧑‍🏭 Bootstrapping a brand new flyte cluster... 🔨 🔧
Error: GET <https://api.github.com/repos/flyteorg/flyte/releases?per_page=100>: 403 API rate limit exceeded for xxxx. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) [rate reset in 37m29s]
y
first time seeing this. this is just a github rate limit it looks like. are you the only one running this? feels weird that this would come up from one source.
b
also got the same error
is it because flyte org hit the rate limit (that’s actually a good news for the team 😄)
b
@Byron Hsu I guess we have the same IP
it’s IP Based
j
I think you can workaround this by explicitly specifying the image
Copy code
flytectl demo start --image=<http://cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-1ae254f8683699b68ecddc89d775fc5d39cc3d84|cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-1ae254f8683699b68ecddc89d775fc5d39cc3d84>
b
It works very well, thanks!
m
Also started getting hit with this in github actions; using the unionai-oss/flytectl-setup-action
185 Views