Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] The webhook is not triggered when I receive high-quality images #47

Open
DiazAdriel0 opened this issue Aug 9, 2024 · 0 comments

Comments

@DiazAdriel0
Copy link

When I send images or videos, the webhook is usually triggered normally, but I have a problem when I send a high-quality image (1.1 MB).

In the logs, I see that a POST request was sent

`{"level":"info","role":"server","host":"0.0.0.0","id":"FEE8EA4931F143A9C1","source":"[email protected] in [email protected]","parts":"pushname: xxxxxxxxx, timestamp: 2024-08-09 14:43:57 +0000 UTC, type: media","time":"2024-08-09T14:43:57Z","message":"Message Received"}

{"level":"info","role":"server","host":"0.0.0.0","path":"/app/files/user_1/FEE8EA4931F143A9C1.jpeg","time":"2024-08-09T14:43:57Z","message":"Image saved"}

{"level":"info","role":"server","host":"0.0.0.0","url":"https://mywebhook.com/wuzapi","time":"2024-08-09T14:43:57Z","message":"Calling webhook"}

{"level":"info","role":"server","host":"0.0.0.0","file":"/app/files/user_1/FEE8EA4931F143A9C1.jpeg","url":"https://mywebhook.com/wuzapi","time":"2024-08-09T14:43:57Z","message":"Sending POST"}`

But I have logs in my webhook that I never see, as if the webhook is not being triggered when I send large images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant