devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! Two engines: chromium-based WEBJS and pure-websocket NOWEB
https://waha.devlike.pro/
Apache License 2.0
912 stars 277 forks source link

[BUG][WEBJS] - Can't start session on Google Cloud Run #473

Open yuanminglee opened 1 month ago

yuanminglee commented 1 month ago

Describe the bug Tried to deploy a few different docker image tags to Google Cloud Run — they either couldn't be deployed (ARM, expected), or the session couldn't be started. Have tried with the chrome version too.

Version

{
  "version": "2024.8.1",
  "engine": "WEBJS",
  "tier": "CORE",
  "browser": "/usr/bin/chromium"
}
devlikepro commented 1 month ago

ARM, expected

for arm you need to use devlikeapro/waha:arm https://waha.devlike.pro/docs/how-to/engines/#docker-images

the session couldn't be started

Is there any logs in the console? Did it runs on your own laptop or any other VPS, like digitalocean?

patron:PRO

devlikepro commented 1 month ago

Possible related issue, https://github.com/devlikeapro/waha/issues/471 It also stops working on Google Cloud, could a IP detection from WA side. Try using https://contabo.com/en/ or other service

patron:PRO

yuanminglee commented 1 month ago

Works on my M3 mac (using arm version).

Logs were not helpful — just threw errors related to screenshot API call failing

devlikepro commented 1 month ago

Logs were not helpful

Could you share it here?

patron:PRO