rinab301

Results 6 comments of rinab301

Hi, How can I use rembg for doing image processing for the output without the backround, and then return the original backround after my changes on the main object? Do...

Hi, How can I use it for doing image processing for the output without the backround, and then return the original backround after my changes on the main object? Do...

2022-12-20 08:35:40,109 - root - INFO - Error uploading media final.png 2022-12-20 08:35:40,109 - root - INFO - Status code: 400 2022-12-20 08:35:40,109 - root - INFO - Response: {'error':...

I fixed it: in def upload media do: header=header (not self.header). the problem is that self.headers really missing messaging product

@umerghayaz its another error. the local file you are sending is jpeg?

see message examples in: https://developers.facebook.com/docs/whatsapp/cloud-api/webhooks/payload-examples I added new def in heyoo lib: def is_message(self, data): data = self.preprocess(data) if "messages" in data: return True else: return False and used it...