VROOM-Project / vroom-express

Out of the box Node-express server to use VROOM as a web API.
BSD 2-Clause "Simplified" License
70 stars 58 forks source link

Problem with vroom-express #107

Open AlirezaAzizi14 opened 1 week ago

AlirezaAzizi14 commented 1 week ago

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 commented 1 week ago

'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: https://github.com/VROOM-Project/vroom-express/blob/5475901e60ec13ed9eec6cc87c811206a779eb03/config.yml#L12.