Skip to content

Improves tutorial documentation #467

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

julianvargasalvarez
Copy link

Description

If you follow the tutorial as it is, it does to work. Additionally, there is one parameter missing, the address.

Changes

When running the example I got this error:
error: invalid value 'mysolver1|http://localhost:11088/mysolver1' for '--drivers <DRIVERS>': not enough arguments for external solver

I fixed by running first the driver and then autopilot. Additionally, the driver by default is called 'mysolver' and not 'mysolver1'.

Additionally, per crates/autopilot/src/arguments.rs:518 there must be 3 elements instead of 2, and the third element is the address.

  • Changes the order of the commands to be executed, first run the driver and then the autopilot
  • Adds the ADDRESS parameter missing for the driver.

When running the example I got this error:
`error: invalid value 'mysolver1|http://localhost:11088/mysolver1' for
'--drivers <DRIVERS>': not enough arguments for external solver`

I fixed by running first the driver and then autopilot.
Additionally, the driver by default is called 'mysolver' and not
'mysolver1'.

Additionally, per crates/autopilot/src/arguments.rs:518 there must be 3
elements instead of 2, and the third element is the address.
@julianvargasalvarez julianvargasalvarez requested a review from a team as a code owner March 25, 2025 22:44
Copy link

vercel bot commented Mar 25, 2025

@julianvargasalvarez is attempting to deploy a commit to the cow Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant