bestinslot-xyz / OPI

Open Protocol Indexer, OPI, is the best-in-slot open-source indexing client for meta-protocols on Bitcoin.
Apache License 2.0
202 stars 110 forks source link

pbzip2: *ERROR: Could not write 903143 bytes to file [ret=-1]! Aborting... #15

Closed rainware closed 7 months ago

rainware commented 8 months ago

Downloading index.redb.tar.bz2 100.0%|█████████████████████████ | 8.35MB/s | source: s3://opi-backups/db_3/index_827115.redb.tar.bz2@ Extracting index.redb.tar.bz2 this may take a while (~30 mins) pbzip2: ERROR: Could not write 903143 bytes to file [ret=-1]! Aborting... pbzip2: ERROR: system call failed with errno=[32: Broken pipe]! pbzip2: *ERROR: system call failed with errno=[32: Broken pipe]! Terminator thread: premature exit requested - quitting... tar: Error opening archive: Child process exited with status 1 Error extracting index.redb

I met this error on macos

nathanddrake commented 8 months ago

Hey @rainware, please reach out to #opi-support in our discord server for troubleshooting ✌️ https://discord.com/invite/g8FUhgb9Ts

rainware commented 8 months ago

Hey @rainware, please reach out to #opi-support in our discord server for troubleshooting ✌️ https://discord.com/invite/g8FUhgb9Ts

I have fixed this, the reason is I was using macos, and I have fixed by modifing the uncompress command to "pbzip2 -cd index.redb.tar.bz2| tar xv" thx for your response, and sorry for my late response,