pyInstagram icon indicating copy to clipboard operation
pyInstagram copied to clipboard

Checkpoint

Open topcoderr opened this issue 5 years ago • 0 comments

Функция отправки чекпоинта перестала работать с 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

topcoderr avatar Jun 18 '19 10:06 topcoderr