silvaartur
silvaartur
Adding --verbose result: info: Set up logging for console {"timestamp":"2022-09-05T15:01:30.067Z"} info: Config /dados/(...).config.json is directory: false {"timestamp":"2022-09-05T15:01:30.070Z"} info: Checking exists: /dados/(...).config.json {"timestamp":"2022-09-05T15:01:30.071Z"} info: Attempting to open: /dados/(...).config.json {"timestamp":"2022-09-05T15:01:30.071Z"} info: /dados/(...).config.json...
npx @open-wa/wa-automate --config (...).config.json
@smashah I found the problem. I set --config as absolute path on past versions... doesn't work this way on currently version.
Using /getConfig discovered my config.json is not loaded completed... like licensekey value for example.
Happen on >= 4.44.4 Running: `npx --yes @open-wa/wa-automate --config /data/1999123456.config.json --pm2 "--max-memory-restart 1G --name 1999123456"` or `npx --yes @open-wa/wa-automate --config 1999123456.config.json --pm2 "--max-memory-restart 1G --name 1999123456"` or `npx --yes @open-wa/wa-automate...
Any update about this? I'm got this error on docker with Ubuntu 22.
Same here. Do u find a solution?