https://prefect.io logo
Title
t

Tomás Emilio Silva Ebensperger

10/21/2022, 12:14 AM
Has anyone seen this errot with prefect cloud? I have no issues runnign the flows locally but when i trigger them in the cloud i get
result = self.result.write(value, **formatting_kwargs)
TypeError: LocalResult.write() got multiple values for argument 'self'
1
a

Anna Geller

10/21/2022, 12:19 AM
Thanks a lot for flagging! Could you create a GitHub issue with a flow that triggered that error? Does any flow lead to that? What Prefect version is this deployment on?
t

Tomás Emilio Silva Ebensperger

10/21/2022, 12:19 AM
v1
a

Anna Geller

10/21/2022, 12:21 AM
but what version exactly? I'd recommend opening a GitHub issue since we didn't create any new Cloud V1 release this week afaik
t

Tomás Emilio Silva Ebensperger

10/21/2022, 12:31 AM
1.2.4 ok , will do, thanks, it was just weird, because i've had similar structures working just fine in the cloud.
👍 1