Skip to main content

ContextPipelineInitializationError

crawlee.errors.ContextPipelineInitializationError

Wraps an exception thrown in the initialization step of a context pipeline middleware.

We may not have the complete context at this point, so only BasicCrawlingContext is provided.

Index

Constructors

Constructors

__init__

  • __init__(wrapped_exception, crawling_context): None
  • Parameters

    • wrapped_exception: Exception
    • crawling_context: BasicCrawlingContext

    Returns None