Lattyware/massivedecks

ERROR: INSERT has more target columns than expressions at character 118

Closed this issue · 1 comments

Describe the bug

2023-11-24 16:59:00.178 AEDT [1] LOG:  starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2023-11-24 16:59:00.179 AEDT [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2023-11-24 16:59:00.179 AEDT [1] LOG:  listening on IPv6 address "::", port 5432
2023-11-24 16:59:00.182 AEDT [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-11-24 16:59:00.189 AEDT [26] LOG:  database system was shut down at 2023-11-24 16:57:23 AEDT
2023-11-24 16:59:00.199 AEDT [1] LOG:  database system is ready to accept connections
2023-11-24 17:09:08.710 AEDT [59] ERROR:  INSERT has more target columns than expressions at character 118
2023-11-24 17:09:08.710 AEDT [59] STATEMENT:  
	          INSERT INTO mdcache.summaries 
	            (source, deck, name, url, author, language, translator, calls, responses, updated, tag) 
	          VALUES (
	            $1, $2, $3, $4, $5, $6, $7, $8
	          );

Massive Decks v2.8.0, docker.

hmm - restarted the stack, dont get error anymore