Discussions

Ask a Question
Back to all

RuntimeError issuses with CLI

I’m using the CLI to download ATTOM’s assessor history data, but I’m still seeing this error:

│ RuntimeError: Error downloading assessor-history_1_6_0.csv.gz: Response payload is not completed: │
│ <ContentLengthError: 400, message='Not enough data to satisfy content length header.'>

One thing I noticed: if I rerun the same command:

uvx --python 3.13 --from deweypy dewey --api-key <YOUR_API_KEY> speedy-download <FOLDER_ID>

…it resumes where it left off and continues the download. If I repeat this process a few times, I can eventually download all the data, and the final total size matches the export description.

Also, I’m only encountering this issue with the assessor history data—I don’t see the same error with the recorder data.

Do you have an idea why this happens?

Thanks,

Yooseon