Oddbean new post about | logout
 Actually, just one p-tag runs into the same error: 


``` 
[ "REQ", "aa2dd",
   {
      "#p":[
         "8867bed93e89c93d0d8ac98b2443c5554799edb9190346946b12e03f13664450"
      ]
   }
]```

```
[
  "CLOSED",
  "aa2dd",
  "error: something went wrong"
]
```
 
 I bet there is a record between this since and until that you cannot reassemble to send back: 

[ "REQ", "aa2dd",
   {
      "since": 1719870040,
      "until": 1719870100,
      "#p":[
         "8867bed93e89c93d0d8ac98b2443c5554799edb9190346946b12e03f13664450"
      ]
   }
] 
 I increased the timeout a lot and it still gets cancelled, yikes. I can't get into postgres to "explain analyze" from this hotel wifi. Will try to see later. Thanks for your help.