Exceptions¶
-
exception
InstaloaderException
¶ Base exception for this script.
- Note
This exception should not be raised directly.
-
exception
ConnectionException
¶
-
exception
QueryReturnedBadRequestException
¶
-
exception
QueryReturnedForbiddenException
¶
-
exception
ProfileNotExistsException
¶
-
exception
ProfileHasNoPicsException
¶ Bases:
instaloader.exceptions.InstaloaderException
Deprecated since version 4.2.2: Not raised anymore.
-
exception
PrivateProfileNotFollowedException
¶
-
exception
LoginRequiredException
¶
-
exception
TwoFactorAuthRequiredException
¶ Bases:
instaloader.exceptions.InstaloaderException
New in version 4.2.
-
exception
InvalidArgumentException
¶
-
exception
BadResponseException
¶
-
exception
BadCredentialsException
¶
-
exception
PostChangedException
¶ Bases:
instaloader.exceptions.InstaloaderException
New in version 4.2.2.
-
exception
QueryReturnedNotFoundException
¶ Bases:
instaloader.exceptions.ConnectionException
Changed in version 4.3: QueryReturnedNotFoundException now inherits ConnectionException to retry on 404 errors.
-
exception
TooManyRequestsException
¶