Documentation

SCRAPING_SESSION_INVALID

400invalid_request

The session snapshot failed validation.

Cause

The captured storage state is empty or malformed.

How to fix it

Inspect the storage state and capture a fresh one before caching it.

Example response

400 SCRAPING_SESSION_INVALID
JSON
{
  "error_code": "SCRAPING_SESSION_INVALID",
  "error_type": "invalid_request",
  "error_message": "The session snapshot failed validation.",
  "hint": "Inspect the storage state and capture a fresh one before caching it.",
  "docs_url": "https://docs.billerapi.com/errors/SCRAPING_SESSION_INVALID",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/SCRAPING_SESSION_INVALID

Was this page helpful?