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

Toggle server FAIL #2

Open
danilovvs opened this issue Oct 22, 2022 · 1 comment
Open

Toggle server FAIL #2

danilovvs opened this issue Oct 22, 2022 · 1 comment

Comments

@danilovvs
Copy link

Do you use it now?

I collected everything, recorded the wi-fi settings and api token, but I get "Toggle server FAIL" all the time.

Tried to change
const char* host = "www.toggl.com ";
on
const char* host = "api.track.toggl.com ";

and update fingerprint, but it didn't help

@DedeHai
Copy link
Owner

DedeHai commented Oct 24, 2022

did not use it for some time. I usually try the commands using a rest client, usually a chrome extension like https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo
you can send POST commands and check the answer from the server. Once it works, implement it in the code.
Be aware, that the ESP has limited encryption capabilities, so if toggle changed their security, it may not be possible to get it working anymore (happened to me in other projects)

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