<@U06RKAMK0UC> I am getting this error when trying...
# ask-ai
m
@ancient-wolf-19325 I am getting this error when trying to run workflows on a remote server deployed by helmchart
Copy code
Request rejected by the API, due to Invalid input.
RPC Failed, with Status: StatusCode.INVALID_ARGUMENT
        Details: invalid params input wrong type. Expected simple:STRUCT .... but got simple:BINARY
j
The error message indicates a type mismatch in the input parameters for your workflow. This typically occurs when the expected input type does not match the provided input type. To resolve this, ensure that the input types specified in your workflow definition match the types of the inputs you are providing when executing the workflow. You can check the expected input types in your workflow's task and workflow definitions. Would you like more details on how to troubleshoot this issue further? Sources: - FlyteKit error messages - Pydantic BaseModel issue 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.