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

Binary data and special variables #183

Closed
countnazgul opened this issue May 31, 2023 · 0 comments
Closed

Binary data and special variables #183

countnazgul opened this issue May 31, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@countnazgul
Copy link
Member

When there is a task with binary data and special variables (for example app.upload) the function that replaces the special variables is changing the format of the binary data object.

Because of this all these tasks will fail. Usually with 500 error from Qlik

// w/o special variables
{
  file: Buffer(...),
  name: "..."
}

// with special variables
{
  file: { type: "Buffer", data: [...]},
  name: "..."
}
@countnazgul countnazgul added the bug Something isn't working label May 31, 2023
@countnazgul countnazgul self-assigned this May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant