Invalid auto_enable_dependencies value

get this error when use the community docker file

raw message:

2025-08-18T05:35:31.622367Z  WARN openvasd::scheduling: unable to start, removing from queue and set status to failed. Verify that scan using the API *scan_id*=ddfc498e-9318-4aae-a0d2-c899cb27daa2 *e*=Unexpected issue: InvalidResponse(Status { text: “Invalid auto_enable_dependencies value”, code: StringU64(400) })

I get this message after start the job

Could you please paste the full error message (please also don’t forget to format the message as preformatted text)?

raw message:

2025-08-18T05:35:31.622367Z WARN openvasd::scheduling: unable to start, removing from queue and set status to failed. Verify that scan using the API scan_id=ddfc498e-9318-4aae-a0d2-c899cb27daa2 e=Unexpected issue: InvalidResponse(Status { text: “Invalid auto_enable_dependencies value”, code: StringU64(400) })

I get this message after start the job

edited in the original message

I call the openvasd API : GitHub - greenbone/scanner-api: API for the scanner

any update? is this active community? or I need to post in github

Yes it is. But you are asking about a very specific detail. And your initial description of

was very misleading because it has nothing to do with the community containers. You are tying to use the HTTP API of openvasd. The response says you are doing something wrong. But without knowing your actual request nobody can tell you what’s wrong :man_shrugging:.

1 Like
step 1


:curl -v -X POST \
  http://localhost:3008/scans \
  -H "Content-Type: application/json" \
  -d '{
  "target": {
    "hosts": [
      "127.0.0.1"
    ],
    "ports": [
      {
        "range": [
          {
            "start": 22
          }
        ]
      }
    ]
  },
  "vts": [
    {
      "oid": "1.3.6.1.4.1.25623.1.0.10267"
    }
  ]
}'


step2

start the scan:
https://greenbone.github.io/scanner-api/#/scan/scan_action 

{
  "action": "start"
}

@bricks any updates? Do you need more information to reproduce ?

@lukeluke how about using gvm-cli ? easier and works?

Eero

Only a remark that i’m pretty sure that he doesn’t work on the scanner component and probably has no insights in the question itself so i wouldn’t expect any updates from him.

I would interpret the previous comment more like a more generic hint how to get better / an answer from the community (keep in mind that this is a community driven support forums with Greenbone staff answering on a volunteer basis / as time or knowledge permits).

Edit: IIRC all these new scanner / scanner API features / functionalities are currently also under heavy development, might not work fully / as expected temporarily or could be “underdocumented” so it might be required to wait some more months before things are getting more stable / documented.

1 Like

This topic was automatically closed after 90 days. New replies are no longer allowed.