Untitled
unknown
plain_text
a year ago
1.8 kB
6
Indexable
58Z KnexTimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call? 2024-03-02T16:48:11.598931958Z at Client_PG.acquireConnection (/node_modules/knex/lib/client.js:305:26) 2024-03-02T16:48:11.598936458Z at runMicrotasks (<anonymous>) 2024-03-02T16:48:11.598940958Z at runNextTicks (node:internal/process/task_queues:61:5) 2024-03-02T16:48:11.598945158Z at listOnTimeout (node:internal/timers:528:9) 2024-03-02T16:48:11.598949358Z at processTimers (node:internal/timers:502:7) 2024-03-02T16:48:11.598953558Z at async Runner.ensureConnection (/node_modules/knex/lib/execution/runner.js:259:28) 2024-03-02T16:48:11.598957858Z at async Runner.run (/node_modules/knex/lib/execution/runner.js:30:19) 2024-03-02T16:48:11.598962158Z at async pingStore (/home/site/wwwroot/api/services/new_player/index.js:284:16) 2024-03-02T16:48:11.598966558Z at async /home/site/wwwroot/api/controllers/new_player/index.js:156:20 { 2024-03-02T16:48:11.598980658Z sql: '\n' + 2024-03-02T16:48:11.598985558Z ' INSERT INTO ping (hash, last_seen_date, last_seen_time, player_version)\n' + 2024-03-02T16:48:11.598989858Z " VALUES ('oSgA-g$Aw', '2024-03-02', '1344', 135)\n" + 2024-03-02T16:48:11.598994358Z ' ON CONFLICT (hash)\n' + 2024-03-02T16:48:11.598998558Z ' DO UPDATE SET last_seen_date = Excluded.last_seen_date,\n' + 2024-03-02T16:48:11.599002758Z ' last_seen_time = Excluded.last_seen_time, \n' + 2024-03-02T16:48:11.599007058Z ' player_version = Excluded.player_version;\n' + 2024-03-02T16:48:11.599011358Z ' ', 2024-03-02T16:48:11.599015558Z bindings: undefined 2024-03-02T16:48:11.599019758Z }
Editor is loading...
Leave a Comment