Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timezone issue in Ubuntu Xenial #1

Open
bkowshik opened this issue Apr 8, 2017 · 1 comment
Open

Timezone issue in Ubuntu Xenial #1

bkowshik opened this issue Apr 8, 2017 · 1 comment

Comments

@bkowshik
Copy link

bkowshik commented Apr 8, 2017

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, 😃

@shrayasr
Copy link
Contributor

shrayasr commented Apr 8, 2017

Hi @bkowshik.

This does look like a bug, thanks for filing it and finding a solution. If you could send a PR with this fix, that would be awesome 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants