Achaak / toogoodtogo-bot

TooGooToGo-Bot is a tool designed to help you stay informed about the availability of your favorite stores on the Too Good To Go platform. It sends notifications, allowing you to quickly find and purchase food products before they disappear.
MIT License
61 stars 17 forks source link

Issue on configuration #26

Closed Shughen85 closed 10 months ago

Shughen85 commented 11 months ago

Hello everyone,

I'm getting an issue trying to configure my email address. I've installed correctly the chatbot in telegram. I've put the token on the .env.local.

But when I start the application through pycharm (yarn start) : (venv) PS C:\Users\dcsfdsf\PycharmProjects\TGTG\toogoodtogo-bot> yarn start yarn run v1.22.19 $ node ./dist/src/index.js Click on the link in your email. Click on the link in your email. Click on the link in your email.

Even if i click on the login page in my email, the message is still looping on the console : "Click on the link in your email." so i don't think my authentification is working. I've tried to disconnect my account in TGTG iOS application, but it is not working neither.

What can I do now ?

Thanks !