Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Unable to evaluate predicate around Stacks block 187180 #708

Description

@ECBSJ

Dev is seeing his hosted chainhook on Platform hit an error around block 187180. He's tried to recreate it and delete multiple times but the error still persists.

Dev stated its just a simple predicate that sends a POST request on every new block happening.

I reproduced this with the below predicate:

{
  "name": "stacks-blocks",
  "uuid": "492d8c52-389c-4635-b6b1-cf0568eaa260",
  "chain": "stacks",
  "version": 1,
  "networks": {
    "mainnet": {
      "if_this": { "scope": "block_height", "between": [187150, 187200] },
      "end_block": 187200,
      "then_that": {
        "http_post": {
          "url": "",
          "authorization_header": ""
        }
      },
      "start_block": 187150,
      "decode_clarity_values": false,
      "expire_after_occurrence": null
    }
  }
}

This predicate stopped sending POST requests around 187180 as well and received the same error the dev sees:

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions