-
Notifications
You must be signed in to change notification settings - Fork 23
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
Using solver.planning.domains/solve from plugin gets 400 error; hangs against paas-uom.org #182
Comments
The plugin needs to be updated for the modern era solver.planning.domains (uses PaasS now). You can add a new planning engine, select the planning-as-a-service option, and configure like so: @jan-dolejsi : ya still with us, bud? |
I had a similar issue and haz's recommendation fixed things for a while but now when I've configured planning as a service as: https://solver.planning.domains:5001/package and the extension is stuck loading here: |
I need bit more info, @wikssss Can you try the following?
{
"kind": "PLANNING_AS_A_SERVICE",
"url": "https://solver.planning.domains:5001/package",
"title": "https://solver.planning.domains:5001/package",
"canConfigure": true
}
Thx. Jan |
I was learning the VS Code plugin, so I downloaded the vscode-pddl-samples and per the instructions tried to generate a plan for
Airport/1plane.pddl
usingAirport/domain.pddl
. I expected the planning to fail, since there's an intentionally-introduced error in that file. But instead of failing, I get a 400 error from the solver.planning.domains server:I uploaded those files interactively to the planning editor at planning.domains, and tried to generate a plan using LAMA. Planning failed, as expected, but there was no error.
Here's my configuration:
Tried using
paas-uom.org:5001
as the planner instead and the planning attempt hangs with this:Any idea what I am doing wrong?
The text was updated successfully, but these errors were encountered: