MCPcopy Create free account
hub / github.com/apify/crawlee-python / SessionError

Class SessionError

src/crawlee/errors.py:37–41  ·  view source on GitHub ↗

Errors of `SessionError` type will trigger a session rotation. This error doesn't respect the `max_request_retries` option and has a separate limit of `max_session_rotations`.

Source from the content-addressed store, hash-verified

35
36@docs_group('Errors')
37class SessionError(Exception):
38 """Errors of `SessionError` type will trigger a session rotation.
39
40 This error doesn't respect the `max_request_retries` option and has a separate limit of `max_session_rotations`.
41 """
42
43
44@docs_group('Errors')

Callers 7

_navigateMethod · 0.90
handlerFunction · 0.90
custom_captcha_checkFunction · 0.90
custom_captcha_checkFunction · 0.90

Calls

no outgoing calls

Tested by 1

handlerFunction · 0.72