2020-07-26 19:00:37 +03:00
|
|
|
Exceptions
|
|
|
|
^^^^^^^^^^
|
|
|
|
|
|
|
|
.. module:: instaloader
|
|
|
|
:noindex:
|
|
|
|
|
|
|
|
.. highlight:: python
|
|
|
|
|
|
|
|
.. currentmodule:: instaloader.exceptions
|
|
|
|
|
|
|
|
.. autoexception:: InstaloaderException
|
|
|
|
:no-show-inheritance:
|
|
|
|
|
|
|
|
.. autoexception:: ConnectionException
|
|
|
|
|
|
|
|
.. currentmodule:: instaloader
|
|
|
|
|
|
|
|
.. autoexception:: QueryReturnedBadRequestException
|
|
|
|
|
|
|
|
.. autoexception:: QueryReturnedForbiddenException
|
|
|
|
|
|
|
|
.. autoexception:: ProfileNotExistsException
|
|
|
|
|
|
|
|
.. autoexception:: ProfileHasNoPicsException
|
|
|
|
|
|
|
|
.. autoexception:: PrivateProfileNotFollowedException
|
|
|
|
|
|
|
|
.. autoexception:: LoginRequiredException
|
|
|
|
|
|
|
|
.. autoexception:: TwoFactorAuthRequiredException
|
|
|
|
|
|
|
|
.. versionadded:: 4.2
|
|
|
|
|
|
|
|
.. autoexception:: InvalidArgumentException
|
|
|
|
|
|
|
|
.. autoexception:: BadResponseException
|
|
|
|
|
|
|
|
.. autoexception:: BadCredentialsException
|
|
|
|
|
|
|
|
.. autoexception:: PostChangedException
|
|
|
|
|
|
|
|
.. autoexception:: QueryReturnedNotFoundException
|
|
|
|
|
|
|
|
.. versionchanged:: 4.3
|
|
|
|
QueryReturnedNotFoundException now inherits ConnectionException
|
|
|
|
to retry on 404 errors.
|
|
|
|
|
|
|
|
|
|
|
|
.. autoexception:: TooManyRequestsException
|
2021-02-13 21:04:05 +03:00
|
|
|
|
|
|
|
.. autoexception:: AbortDownloadException
|