Skip to content

AuthenticationError

adasThePrime edited this page Apr 13, 2026 · 1 revision

AuthenticationError

Raised when session or crumb authentication fails. This typically happens when Yahoo changes their authentication mechanism or blocks the request.

from pyahoo import AuthenticationError
# or
from pyahoo.exceptions import AuthenticationError

Hierarchy

PyahooError
├── AuthenticationError    <- You are here
├── APIError
│  ├── RateLimitError
│  └── NotFoundError
└── StreamingError

Clone this wiki locally