Open
Description
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:
Metadata
Metadata
Assignees
Labels
No labels