https://flyte.org logo
#ask-the-community
Title
# ask-the-community
b

Biao He

06/26/2023, 9:07 PM
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

Byron Hsu

06/26/2023, 10:35 PM
what brought the error?
b

Biao He

06/26/2023, 10:49 PM
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

Yee

06/27/2023, 12:09 AM
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

Byron Hsu

06/27/2023, 12:22 AM
also got the same error
is it because flyte org hit the rate limit (that’s actually a good news for the team 😄)
b

Biao He

06/27/2023, 12:25 AM
@Byron Hsu I guess we have the same IP
it’s IP Based
j

jeev

06/27/2023, 12:38 AM
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

Biao He

06/27/2023, 1:28 AM
It works very well, thanks!
m

Mike Ossareh

07/05/2023, 11:22 PM
Also started getting hit with this in github actions; using the unionai-oss/flytectl-setup-action
5 Views