Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda Go SDK may return nil for progress #4431

Open
JonnyBurger opened this issue Oct 27, 2024 · 0 comments
Open

Lambda Go SDK may return nil for progress #4431

JonnyBurger opened this issue Oct 27, 2024 · 0 comments

Comments

@JonnyBurger
Copy link
Member

From message posted on Discord by xosound0167

Thanks <@701030996430159872>, I brought the message here because it's related to lambda.

So after debugging the function in the SDK that doe the progress checking I figured out that one of the reasons it crashes is that in the response internally, sometimes the "chunks" come back as a float but the type of "chunks" in RenderProgress struct type is an int so it can't convert it and it errors out.

I just ignored it when I get that error and recheck again and that worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant