updateHolePunch error
stale
### Describe the Bug
```
pangolin | 2026-05-27T06:18:32+00:00 [error]: Failed query: update "sites" set "endpoint" = $1, "lastHolePunch" = $2 where "sites"."siteId" = $3 returning "siteId", "orgId", "niceId", "exitNode", "name", "pubKey", "subnet", "bytesIn", "bytesOut", "lastBandwidthUpdate", "type", "online", "lastPing", "address", "endpoint", "publicKey", "lastHolePunch", "listenPort", "dockerSocketEnabled", "status"
pangolin | params: 192.168.99.1:60132,1779862682,2
pangolin | Stack: Error: Failed query: update "sites" set "endpoint" = $1, "lastHolePunch" = $2 where "sites"."siteId" = $3 returning "siteId", "orgId", "niceId", "exitNode", "name", "pubKey", "subnet", "bytesIn", "bytesOut", "lastBandwidthUpdate", "type", "online", "lastPing", "address", "endpoint", "publicKey", "lastHolePunch", "listenPort", "dockerSocketEnabled", "status"
pangolin | params: 192.168.99.1:60132,1779862682,2
pangolin | at NodePgPreparedQuery.queryWithCache (file:///app/node_modules/drizzle-orm/pg-core/session.js:41:15)
pangolin | at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
pangolin | at async file:///app/node_modules/drizzle-orm/node-postgres/session.js:117:22
pangolin | at async updateAndGenerateEndpointDestinations (file:///app/dist/server.mjs:61690:27)
pangolin | at async updateHolePunch (file:///app/dist/server.mjs:61560:26) {"query":"update \"sites\" set \"endpoint\" = $1, \"lastHolePunch\" = $2 where \"sites\".\"siteId\" = $3 returning \"siteId\", \"orgId\", \"niceId\", \"exitNode\", \"name\", \"pubKey\", \"subnet\", \"bytesIn\", \"bytesOut\", \"lastBandwidthUpdate\", \"type\", \"online\", \"lastPing\", \"address\", \"endpoint\", \"publicKey\", \"lastHolePunch\", \"listenPort\", \"dockerSocketEnabled\", \"status\"","params":["192.168.99.1:60132",1779862682,2],"cause":{"length":157,"name":"error","severity":"ERROR","code":"57014","where":"while updating tuple (0,8) in relation \"sites\"","file":"postgres.c","line":"3444","routine":"ProcessInterrupts"}}
```
### Environment
- OS Type & Version: Ubuntu 26.04 with stock docker
- Pangolin Version: 1.18.4
- Gerbil Version: 1.4.0
- Traefik Version: 3.7
- Newt Version: latest
- Olm Version: (if applicable)
### To Reproduce
Currently trying to reproduce.
### Expected Behavior
no error
关闭于 2026-06-27 2 条评论