Huntley Mini Storage & RV
Execution 0e066f9a… · Facility 009208
https://www.huntleyproject.net/huntley-mini-storage-rv/
Run Details
| Status | failed |
| Platform | — |
| Parser | — |
| Units Found | 0 |
| Fetch | — ms |
| Detect | — ms |
| Parse | — ms |
| Export | — ms |
| Created | 2026-03-09 20:49:19.623894 |
Units
No units extracted in this run.
Failures (1)
DatatypeMismatch
unknown
permanent
column "success" is of type boolean but expression is of type integer LINE 3: ... VALUES ('009208', 24, '009208_20260309T204923Z.html', 0) ^ HINT: You will need to rewrite or cast the expression.
column "success" is of type boolean but expression is of type integer LINE 3: ... VALUES ('009208', 24, '009208_20260309T204923Z.html', 0) ^ HINT: You will need to rewrite or cast the expression.
Stack trace
Traceback (most recent call last):
File "/app/src/pipeline.py", line 329, in _process_facility
manifest_id = storage.insert_snapshot_manifest(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/db/pg_backend.py", line 615, in insert_snapshot_manifest
row = self._execute_returning(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/db/pg_backend.py", line 54, in _execute_returning
cur.execute(sql, params)
File "/app/.venv/lib/python3.11/site-packages/psycopg2/extras.py", line 236, in execute
return super().execute(query, vars)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
psycopg2.errors.DatatypeMismatch: column "success" is of type boolean but expression is of type integer
LINE 3: ... VALUES ('009208', 24, '009208_20260309T204923Z.html', 0)
^
HINT: You will need to rewrite or cast the expression.