OlegYurchik / pyInstagram

This is a simple and easy-to-use library for interacting with the Instagram. The library works through the web interface of the Instagram and does not depend on the official API
MIT License
232 stars 49 forks source link

Checkpoint #60

Open topcoderr opened 5 years ago

topcoderr commented 5 years ago

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