Anton Voylenko

Results 85 comments of Anton Voylenko

Has someone found any solution for this? As far I see db sync must be disabled to workaround this and everything should be done in migration scripts.

If you are saying that the size of your PCAP is 24 bytes(not 24 kb as you wrote) this means that the file contains just a header and there is...

Can you provide more information about your deployment configuration and how to you send the request with it's data.

Should be fixed after submitting https://github.com/chrishubert/whatsapp-api/pull/246

@kaua-alves-queiros feel free to use the forked project https://github.com/avoylenko/wwebjs-api with improved documentation.

Have you tried to send an ogg encoded file?

Is it was like this https://github.com/chrishubert/whatsapp-api/issues/175#issuecomment-2005165933?

The `/client/getChats/{sessionId}` endpoint is exactly what you need. The response will contain only the last message in the chat session, so you need fetch all messages using the `/chat/fetchMessages/{sessionId}` endpoint...

@SnakeO yes, it should return all messages that's why you have to pass the `searchOptions` option to apply the limit. See https://docs.wwebjs.dev/Chat.html#fetchMessages

The session cache is stored in the **sessions** folder. Be sure that this folder is not being removed on server restart.