ianmarmour / nvidia-clerk

A cross-platform go bot that tracks for availability of stock from Nvidia's store and adds a cart to your checkout.
BSD 3-Clause "New" or "Revised" License
222 stars 64 forks source link

Telegrams notifications not working. #104

Closed carlouws closed 3 years ago

carlouws commented 3 years ago

The Telegram test flag is not working and I'm also not receiving the instock notification using the -model=2060 and I'm also not receiving the link when using -remote

I was able to double check my API key and chat id are correct using this method:

https://api.telegram.org/bot**API_KEY_HERE**/sendMessage?chat_id=**CHAT_ID_HERE**&text=TEST123 and I was able to receive the test message.

ianmarmour commented 3 years ago

I didn't have telegram to test, let me update it and send out a test build on here to verify.

ianmarmour commented 3 years ago

nvidia-clerk-windows.zip Test build hopefully this works? Let me know.

MrMightyNighty commented 3 years ago

Same here. Updated from 3.0 to 3.6 and not working anymore. Linux

ianmarmour commented 3 years ago

nvidia-clerk.zip Linux executable for testing too @MrMightyNighty

MrMightyNighty commented 3 years ago

No notification with the executable. Telegram works with <=v3.1

StanleyAlbayeros commented 3 years ago

I can't make telegram work with anything higher than v3.1 either. I tried the windows and the Linux versions @ianmarmour just posted here and no luck either. Currently sticking to v3.1

carlouws commented 3 years ago

nvidia-clerk-windows.zip Test build hopefully this works? Let me know.

Didn't work for me. @ianmarmour Would like to add that Telegram is working for me with Version 3.1

ianmarmour commented 3 years ago

I'm testing a fix for this right now (finally caved and just setup telegram to verify), but the nvidia shop API is down right now so I'm I can't validate :'(

carlouws commented 3 years ago

Don't know if the possible fix was pushed to the latest release but Telegram still isn't working. I did the Twilio setup and it is working perfectly. Using Twilio for now.

ianmarmour commented 3 years ago

Pushing a fix for this right now, I had to setup telegram for local testing sorry about that.

ianmarmour commented 3 years ago

Please see,

https://github.com/ianmarmour/nvidia-clerk/releases/tag/v3.7.4

This works now.

carlouws commented 3 years ago

Thanks a lot. Working perfectly.