Arjenlodder

Results 6 comments of Arjenlodder

I'd like to know also!

Same here, even with [the example](https://raw.githubusercontent.com/windkh/node-red-contrib-telegrambot/master/examples/sendphotobuffer.json) from the docs page. It never sends the message. I'm using Node-Red 3.1.11. Any solution? Edit: seems to be a problem with the image....

Same issue here, unfortunately. App just doesn't detect the pictures. I just took two pictures and one got detected and uploaded.

We tried to use the workaround, and it works im some of the cases. In some other cases, we get a different error (caused by the workaround): System.InvalidOperationException: The response...

> You should also check that `! context.Response.HasStarted` and `!context.RequestAborted.IsCancellationRequested` before attempting to retry I see, this prevents the cleared-error, but this leads me back to the consumed-error. I'm using...