marklagendijk/node-toogoodtogo-watcher

chat_id is empty

Closed this issue · 1 comments

Hello,

I struggle to config Telegram notification. Here is my config
image

I keep getting an error "chat_id is empty" when notification should be triggered. Does anyone have the same problem?
(I use the same botToken and chat_id for other services that works well)

I thus use ifttt to transfert notification towards telegram but It's a workaround.

it would be awesome to integrate apprise to be compatible with all kind of notification services
https://github.com/caronc/apprise

chats should be an object with a "id" key
something like that :

		"telegram": {
			"enabled": true,
			"botToken": "<your manually entered token>",
			"chats": [
				{
					"id": ********
				}
			]
		},

Did you manually entered your id ? Maybe you should free the content of the chats list you have in your file (to have something similar to the default) and run the /start command again..