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

ws-worker: what happens if dataclip body is null? #870

Open
josephjclark opened this issue Feb 11, 2025 · 1 comment
Open

ws-worker: what happens if dataclip body is null? #870

josephjclark opened this issue Feb 11, 2025 · 1 comment
Assignees

Comments

@josephjclark
Copy link
Collaborator

We're seeing some DataCloneErrors crashing a few runs.

Is it possible that this is because the input or output dataclip is null? that seems plausible because I suspect null is not a cloneable value

@josephjclark josephjclark self-assigned this Feb 11, 2025
@github-project-automation github-project-automation bot moved this to New Issues in v2 Feb 11, 2025
@doc-han
Copy link
Collaborator

doc-han commented Feb 11, 2025

From what I know null is also an object and this works JSON.parse(JSON.stringify(null))

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

No branches or pull requests

2 participants