evolution-api icon indicating copy to clipboard operation
evolution-api copied to clipboard

Can't fetch data from my whatsapp

Open matbn opened this issue 1 month ago • 1 comments

I'm trying to use Evolution API in a local docker, its using localhost:8080 for it's manager, I've tried a lot of versions and got the QRCode working in the 2.3.6 (latest), my whatsapp reads it, but I get some errors and tho it shows connected both in the phone and the manager, it gets my profile picture, but It doesn't fetch my messages, contacts, etc (print at the end). I'm using windows 11 with docker. I've tried several CONFIG_SESSION_PHONE_VERSION, and the current I'm using is 2.3000.1029644884. Also tried to remove it, none worked.

evolution-api | {"level":50,"time":1763070537038,"pid":261,"hostname":"5e2c675e185a","node":{"tag":"stream:error","attrs":{"code":"515"}},"msg":"stream errored out"} evolution-api | {"level":50,"time":1763070568079,"pid":261,"hostname":"5e2c675e185a","error":{"data":null,"isBoom":true,"isServer":false,"output":{"statusCode":408,"payload":{"statusCode":408,"error":"Request Time-out","message":"Pre-key upload timeout"},"headers":{}}},"msg":"Failed to check/upload pre-keys during initialization"} evolution-api | {"level":50,"time":1763070598262,"pid":261,"hostname":"5e2c675e185a","err":{"type":"Error","message":"Pre-key upload timeout","stack":"Error: Pre-key upload timeout\n at Timeout._onTimeout (file:///evolution/node_modules/baileys/lib/Socket/socket.js:359:64)\n at listOnTimeout (node:internal/timers:608:17)\n at process.processTimers (node:internal/timers:543:7)","data":null,"isBoom":true,"isServer":false,"output":{"statusCode":408,"payload":{"statusCode":408,"error":"Request Time-out","message":"Pre-key upload timeout"},"headers":{}}},"msg":"unexpected error in 'handling notification'"}

Image

The provider I'm trying is Bayles

Edit: I've tried using postman and I could change my whatsapp status (in the print, and verified on my phone), and could fetch my profile, but when I try to use the get to /chat/findChats/ it just returns []

Image

matbn avatar Nov 13 '25 22:11 matbn