U-Haul Hardin MT
Execution 0e066f9a… · Facility 028688
https://www.uhaul.com/Locations/Self-Storage-near-Hardin-MT-59034/1021921/
Run Details
| Status | failed |
| Platform | — |
| Parser | — |
| Units Found | 0 |
| Fetch | — ms |
| Detect | — ms |
| Parse | — ms |
| Export | — ms |
| Created | 2026-03-09 20:49:31.734085 |
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 ('028688', 28, '028688_20260309T204935Z.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 ('028688', 28, '028688_20260309T204935Z.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 ('028688', 28, '028688_20260309T204935Z.html', 0)
^
HINT: You will need to rewrite or cast the expression.