guidone / node-red-contrib-chatbot

Visually build a full featured chat bot for Telegram, Facebook Messenger, Whatsapp and Slack with Node-RED. Almost no coding skills required.
http://red-bot.io
930 stars 188 forks source link

Image URL param support? #618

Open JasonKwokGJQ opened 1 year ago

JasonKwokGJQ commented 1 year ago

Hello, I am using Frigate and I want to send the snapshot to my Telegram bot.

The Frigate API requires an extra param on the URL to get the snapshot with the bound box but seems like the image node does not support that, here is the log:

[error] [chatbot-image:myimage] Unsupported file format for image node "snapshot.jpg?bbox=1", allowed formats: .jpg, .jpeg, .png, .gif

Do I have other solutions or this can be fixed? Thanks.