lazeroffmichael / ticktick-py

Unofficial TickTick API

Home Page:https://lazeroffmichael.github.io/ticktick-py/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login fails with 500 error due to missing Captcha

elecnix opened this issue · comments

Logging in with username & password on the web app now requires passing a captcha verification. The payload to POST /api/v2/user/signon is now like this:

{
  "password": "...",
  "username": "...",
  "verCode": "RYPAW",
  "verKey": "71471592-433f-48cc-8b4b-77df3cff4c42"
}

Without the verCode and verKey, the server responds with HTTP Error 500.

Additional information: The challenge may only appear once you click the login button. Logging in with Google, Apple, or Facebook doesn't require a captcha.

having the same issue; the lib was working fine a couple of days ago when I tried to create a daily extract of my data. I suspect the captcha would kick in to gatekeep accounts that use more resource now.