Skip to content
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

Problem with vroom-express #107

Open
AlirezaAzizi14 opened this issue Oct 12, 2024 · 1 comment
Open

Problem with vroom-express #107

AlirezaAzizi14 opened this issue Oct 12, 2024 · 1 comment
Labels

Comments

@AlirezaAzizi14
Copy link

AlirezaAzizi14 commented Oct 12, 2024

Hello,
I have an issue. I'm using vroom-express to send requests to vroom. I've checked all the inputs, and there are no issues. I've also reviewed the config.yml file, and there doesn't seem to be any problem. However, when I send a request, I encounter an InternalServerError.

I also get this error:
Sat, 12 Oct 2024 13:27:05 GMT: 'vroom' is not recognized as an internal or external command,
operable program or batch file.

I’m using this URL to send requests to vroom-express:
http://localhost:3000

What could be the problem?

@jcoupey jcoupey transferred this issue from VROOM-Project/vroom Oct 14, 2024
@jcoupey
Copy link
Contributor

jcoupey commented Oct 14, 2024

'vroom' is not recognized as an internal or external command,

The express server is trying to make a vroom system call which fails, see variable to set the expected vroom path if the command is not available system-wide:

path: '' # VROOM path (if not in $PATH)
.

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

No branches or pull requests

2 participants