You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing skyvern locally.
I want it to log into an website and submit a form
In order to log in, the website asked for a one time code from email or sms.
Following the instruction from this doc, I ran the following curl to post to local skyvern sever.
curl 'http://localhost:8000/api/v1/totp' -X POST -H "Content-Type: application/json" -H "x-api-key: my api key" --data-binary '{"totp_identifier": "my phone number","content": "Your verification code is 123456","task_id": "tsk_322038218912964750"}'
Hi,
I was testing skyvern locally.
I want it to log into an website and submit a form
In order to log in, the website asked for a one time code from email or sms.
Following the instruction from this doc, I ran the following curl to post to local skyvern sever.
The response was: {"detail":"Not Found"}
I can't seem to find the totp route in
https://github.com/Skyvern-AI/skyvern/blob/main/skyvern/forge/sdk/routes/agent_protocol.py
Was the route defined somewhere else? Or was my curl command incorrect?
Any help is appreciated!
The text was updated successfully, but these errors were encountered: