Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Checkpoint #60

Open
topcoderr opened this issue Jun 18, 2019 · 0 comments
Open

Checkpoint #60

topcoderr opened this issue Jun 18, 2019 · 0 comments

Comments

@topcoderr
Copy link

topcoderr commented Jun 18, 2019

Функция отправки чекпоинта перестала работать с 403 error code.
Пример кода, который раньше работал, а сейчас нет:

agent = WebAgentAccount(login, logger = log)
    try:
    agent.auth(password, settings = settings)
except Exception as inst:
    ch_handle = agent.checkpoint_handle(inst.checkpoint_url, settings = settings)
    agent.checkpoint_send(inst.checkpoint_url, ch_handle['navigation']['forward'], choice =      min([x['value'] for x in inst.types ]), settings = settings)

ожидаемое поведение: на почту приходит код
реальность: error 403

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

No branches or pull requests

1 participant