paulmaunders / delivery-slot-bot

A puppeteer based bot to monitor supermarket online delivery slots.
MIT License
54 stars 27 forks source link

Not Output after yarn start #60

Closed drakma5 closed 4 years ago

drakma5 commented 4 years ago

I struggled to get any output after yarn start, not sure if I am doing something wrong. Any help is appreciated

GanydeBeilovsky commented 4 years ago

Same issue. Stuck at app_1 | yarn run v1.22.4 for extended period with no output. Using Docker Toolbox on windows 10.

RossBaptie commented 4 years ago

Is this when you run as 'yarn start cron' ?

perhaps the setting in Cron is making it wait a while before running the first check?

In the config.ini file if you set it to run every 5 minutes

cron = '*/5 * * * *'

Then it should start on the next 5 minute time slot

kjckwok commented 4 years ago

When you edit the config.ini file, the notes asks you to remove the 'initial'. If you are just checking Tesco, then you need to remove the ';' that is before the Tesco_username and Tesco_password. The code will only read those as comments if you don't do this.

drakma5 commented 4 years ago

Thanks for your replies, removed the necessary initials. However, still running into the same problem of not seeing any output after "yarn start" or "yarn start cron".

drakma5 commented 4 years ago

solved through replacing files with a fresh download