Got my tweezer stack working locally after the timezone fix. When I ran as per steps on the README, I got the following error:
401:Authentication credentials (https://dev.twitter.com/pages/auth) were missing or incorrect. Ensure that you have set valid consumer key/secret, access token/secret, and the system clock is in sync.
Looking online, came across a solution that worked; adding the following line to my Dockerfile.
RUN ln -fs /usr/share/zoneinfo/Asia/Kolkata /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
tweezer is super helpful, thank you unnati-xyz, 😃
Got my
tweezerstack working locally after the timezone fix. When I ran as per steps on theREADME, I got the following error:Looking online, came across a solution that worked; adding the following line to my
Dockerfile.tweezeris super helpful, thank you unnati-xyz, 😃