Skip to content

StreamingError

adasThePrime edited this page Apr 13, 2026 · 1 revision

StreamingError

Raised when WebSocket streaming error occurs. Covers connection failures, unexpected disconnections, and protobuf decoding errors.

from pyahoo import StreamingError
# or
from pyahoo.exceptions import StreamingError

Hierarchy

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

Clone this wiki locally