We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: