Apify and Crawlee Official Forum

A
Arnold
Offline, last seen 4 months ago
Joined August 30, 2024
I tried to make a standard actor into a standby actor. The required input is TOKEN while the rest is optional.

However, when i call the API with postman, it keeps asking to provide TOKEN as it's required. I've tried to provide it through query parameter or payload (seems not working since it's a HTTP GET)
the error message is as following:
Plain Text
{
  "error": {
    "type": "invalid-request",
    "message": "Unexpected error: Failed to start new Actor runs! Underlying error: 'Input is not valid: Field input.TOKEN is required'."
  }
}


However, if i modify the input schema and change TOKEN into an optional input, it works perfectly.

Does standby mode doesn't support required input or do I miss something?
4 comments
o
A
A
p