<@U06RKAMK0UC> I get the following error when tryi...
# ask-ai
o
@ancient-wolf-19325 I get the following error when trying to run a task with
dispatch_execute
locally:
Copy code
USER_SPACE_PARAMS not available as a parameter in Flyte context - are you in right task-type
j
It seems likely that the error you're encountering is related to the Flyte context not being properly set up for the task type you're using. This error message suggests that the
USER_SPACE_PARAMS
is not available, which might indicate a mismatch in the task type or an issue with how the task is being executed. Could you provide more details about the task type you're using and the context in which you're running this task? Additionally, are you using any custom task types or configurations that might affect the Flyte context? Sources: - Flyte Discussion on Task Execution 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.