Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command to download cached parts list is out of date #133

Open
Randall-Scharpf opened this issue Jul 5, 2024 · 1 comment · May be fixed by #139
Open

Command to download cached parts list is out of date #133

Randall-Scharpf opened this issue Jul 5, 2024 · 1 comment · May be fixed by #139

Comments

@Randall-Scharpf
Copy link

The first command is currently listed as
wget https://yaqwsx.github.io/jlcparts/data/cache.zip https://yaqwsx.github.io/jlcparts/data/cache.z0{1..8}

To get it running, I had to run
wget https://yaqwsx.github.io/jlcparts/data/cache.zip https://yaqwsx.github.io/jlcparts/data/cache.z0{1..9} https://yaqwsx.github.io/jlcparts/data/cache.zip https://yaqwsx.github.io/jlcparts/data/cache.z{10..15}

It looks like the issue is that more files representing parts of the cache have been added as the data has grown, perhaps? Not totally sure, just know this fixed the error with extraction. It might make sense to have the command sequence download a list of URLs to fetch and then send those to wget so that changes to the count of cache parts don't require continual updates to the development instructions, but that would add a few commands to the setup process.

Looking forward to getting this running and making a few local mods that I need, cheers!

@yaqwsx
Copy link
Owner

yaqwsx commented Jul 5, 2024

Yeah, the instructions are outdated. Follow the CI workflow: https://github.com/yaqwsx/jlcparts/blob/master/.github/workflows/update_components.yaml

@dougy83 dougy83 linked a pull request Aug 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants