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

Authentication fail on "ls" command -- but works for other commands #245

Open
swcurran opened this issue Apr 28, 2022 · 0 comments
Open

Comments

@swcurran
Copy link

I'm using an instance of toggl-cli that I've created as a docker image (Dockerfile below). I can get the other commands to work (add, sum, projects) and so on.

When I run toggl ls, the error I get is: ERROR: There is no authentication configuration!

I thought it might be because the ls initialization on this line that is different than the one for sum. However, I tested changing the ls version to match sum and it still didn't work -- same error.

Any ideas?

Dockerfile I'm using:

FROM python:latest
RUN pip install togglCli 
VOLUME /toggl
WORKDIR /toggl
ENV TZ="America/Vancouver"
ENTRYPOINT [ "toggl", "--config", "/toggl/.toggl" ]
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

1 participant