Hi Community, I am new to Flyte and trying to run ...
# flyte-support
q
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?
p
what brought the error?
q
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]
t
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.
p
also got the same error
is it because flyte org hit the rate limit (that’s actually a good news for the team 😄)
q
@polite-ability-4005 I guess we have the same IP
😂 1
it’s IP Based
f
I think you can workaround this by explicitly specifying the image
💡 1
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>
q
It works very well, thanks!
f
Also started getting hit with this in github actions; using the unionai-oss/flytectl-setup-action
220 Views