marklagendijk / node-toogoodtogo-watcher

Node.js cli tool for monitoring your favorite TooGoodToGo businesses. Docker image available.
MIT License
363 stars 116 forks source link

Does it still work? I don't get any notifications #203

Closed dennisvanderpool closed 1 year ago

dennisvanderpool commented 1 year ago

I seem to have setup everything correctly, but I don't get any notifications. I've used it numerous times in the past and worked fine. Telegram bot is connected and I can modify the subscriptions and it will modify the config.json file fine. I've also set everything to true in the message filter and enabled both Telegram and console.

Does it still work for somebody? If it is I know it must be something on my end, but I've now tried it for hours and can't find an easy way to debug it.

c0lumb0 commented 1 year ago

Do you get any error messages?

It works on my side again since this issue has a first solution https://github.com/marklagendijk/node-toogoodtogo-watcher/issues/201

dennisvanderpool commented 1 year ago

No, that's the problem, I don't get any error messages. I looks like it doesn't see my favorite stores or something like it as no error are coming. Would be nice to have some debugging commands in the bot/command line for troubleshooting.

I still plan to debug it by tcpdump and decrypt the https traffic, but a simpler solution for debugging would be nice 😁

c0lumb0 commented 1 year ago

No, that's the problem, I don't get any error messages. I looks like it doesn't see my favorite stores or something like it as no error are coming. Would be nice to have some debugging commands in the bot/command line for troubleshooting.

I still plan to debug it by tcpdump and decrypt the https traffic, but a simpler solution for debugging would be nice 😁

Ah, ok. I had this behavior once, when I reinstalled the application from scratch and forgot to start the application with /start in the telegram bot so that notifications are triggered. Maybe on your side, it's the same or similar?

dennisvanderpool commented 1 year ago

Nope, sorry, did recreate it from scratch multiple times, that isn't the issue 😊

marklagendijk commented 1 year ago

See solution in #201.