Get Started
Base Class
References
Filters
Miscellaneous
This page contains all the Exceptions raised by the different methods
Bases : Exception
Exception
This Exception is raised when you use a method which required the user to be authenticated.
tweety.exceptions.AuthenticationRequired
Main Exception Message
Exception Error Code
Twitter Internal Error Name
Raw Response returned by the Twitter
tweety.exceptions.UserNotFound
This Exception is raised when the tweet which is begin queried is not Found / Invalid.
tweety.exceptions.InvalidTweetIdentifier
This Exception is raised when guest token couldn’t be obtained.
tweety.exceptions.GuestTokenNotFound
This Exception is raised when the user which is begin queried has private profile.This can be fixed by authenticating the request using cookies
tweety.exceptions.UserProtected
This Exception is raised when the cookies provided for authentication are invalid
tweety.exceptions.InvalidCredentials
This Exception is raised when you have exceeded the Twitter Rate Limit
tweety.exceptions.RateLimitReached
Exception Raised when the Twitter deny the login request , could be due to multiple login attempts (or failed attempts)
tweety.exceptions.DeniedLogin
This Exception is raised when a error unknown to Tweety occurs
tweety.exceptions.UnknownError
This Exception is raised when an additional step is required for Logging-in
tweety.exceptions.ActionRequired
Main Exception Message / Description of the Action to be performed
This Exception is raised when List queried is not Found
tweety.exceptions.ListNotFound
This Exception is raised when queried Tweet is protected, and you need authorization to access it
tweety.exceptions.ProtectedTweet
This Exception is raised when queried conversation not Found
tweety.exceptions.ConversationNotFound
This Exception is raised when logged in account is Locked and might require to pass a CAPTCHA check
tweety.exceptions.LockedAccount
This Exception is raised when logged in account is suspended
tweety.exceptions.SuspendedAccount
This Exception is raised when media upload fails
tweety.exceptions.UploadFailed
This Exception is raised when Proxy Format is Irregular
tweety.exceptions.ProxyParseError