danielchalef / mrfparse

A Go parser for Transparency in Coverage MRF files.
Apache License 2.0
22 stars 8 forks source link

Pipeline error using local json file #29

Open larryclaman opened 4 days ago

larryclaman commented 4 days ago

I'm trying to use a file from a provider that I've already downloaded. I can't get mrfparse to read this file. Am I missing something obvious?

I'm trying: mrfparse pipeline -i oscar.json -o oscar.parq -p 99

and the output is:

INFO[2024-11-18T14:29:45-05:00] Running step: Download
WARN[2024-11-18T14:29:51-05:00] Retrying in 6.4s after error Get "oscar.json": unsupported protocol scheme ""
WARN[2024-11-18T14:29:57-05:00] Retrying in 12.8s after error Get "oscar.json": unsupported protocol scheme ""
WARN[2024-11-18T14:30:10-05:00] Retrying in 25.6s after error Get "oscar.json": unsupported protocol scheme ""

which continues until it fails.

danielchalef commented 3 days ago

Thanks for reporting. I haven't worked with MRF files in several years, and unfortunately this repo is no longer maintained.