Closed melvinraju closed 4 years ago
Weird. Please post your whole docker compose and trigger file. Thanks!
Thanks, will look later today. For sure that I handled promise rejection is something I should be catching.
Forgot: can you also include your settings.json
file?
I tried annotated Telegram messages just now and it worked fine. My guess is you haven't enabled annotated image generation in your settings.json
file by adding this:
enableAnnotations
:true
Since annotations have a performance penalty associated with them it has to explicitly be turned on. If they aren't on, even if you request it on the Telegram handler, just the unannotated image gets sent.
If you do a docker-compose pull
to get the latest dev tagged image there's new warning messages in the logs to notify about this situation.
Cool! Got the error using the dev image. Would be good to include that in the sample config settings.json and default it to false. Thanks for the help again!
Good idea, done!
Describe the bug
"annotateImage": true
has been set but the received image is not annotated Here's an example:Log entries
Installation details