Closed FloRichardAloeCorp closed 8 months ago
Hello, Error message "invalid session id" indicate an issue to create a session (Incompatible version, impossible to run binary ...) Can you try to put logLevel variable to DEBUG in order to have more logs ?
More informations about web executor variables: https://github.com/ovh/venom/tree/master/executors/web#variables
Regards,
I'm maybe wrong but it is already in DEBUG mode (by checking vars.web.logLevel entry of the provided test ). Are you referencing this entry ?
In your log, you just have debug logs from "venom" component but I don't see any logs from "venom web" component (Component dedicated to manage exchange between venom and browser) With logLevel variable, you can see more logs.
For example, you can see logs like : May 27 21:51:57.232 [DEBU] Request body: {"capabilities":{"alwaysMatch":{"browserName":"chrome","acceptInsecureCerts":true,"goog:chromeOptions":{"args":["start-maximized"]}}}} May 27 21:51:58.481 [DEBU] Response body: {"value":{"capabilities":{"acceptInsecureCerts":true,
These kinds of logs can help to have browser response and identify root cause of your issue.
I've solved the issue by cloning the project and building it manually. I don't know what happened, but the available release seems to have a bug. Thanks for your help!
Solved
Hello I'm running into an issue while trying to run web executor.
Execution env:
Chromium version: 123.0.6312.58
I have the following error:
The test file look like this:
Here is the stack trace: venom.log
Is this a common issue on MacOS ?