joshstevens19 / rindexer

A no-code blazing fast EVM indexer tool built in rust.
https://rindexer.xyz
MIT License
267 stars 24 forks source link

Unable to install rindexer on Mac (Darwin x86_64) #80

Closed AdeThorMiwa closed 1 month ago

AdeThorMiwa commented 1 month ago

Running the install script at curl -L https://rindexer.xyz/install.sh | bash is failing with a 404 not found at line curl -sSf -L "$BIN_URL" -o "$RINDEXER_DIR/rindexer.${EXT}"

joshstevens19 commented 1 month ago

Can you show me the full error? What Mac have you got and the software version?

AdeThorMiwa commented 1 month ago

Screenshot 2024-08-11 at 2 36 16 PM

On a Macbook 2020 Ventura Intel x86_64

joshstevens19 commented 1 month ago

Ok can take a look when back later - thanks for raising this it’s the old intel for macs which I don’t own but your logs I think I know the issue

joshstevens19 commented 1 month ago

hey pushed a fix please try again @AdeThorMiwa will mark as close but let me know if still issues and i will look further

AdeThorMiwa commented 1 month ago

Hi @joshstevens19 , its still returning the same 404 error. I think the problem might be that the release does not include/build a binary for darwin-x86_64 which is what the curl command is trying to download in the install.sh file. I tried on a friends macbook darwin-arm64 and it works

joshstevens19 commented 1 month ago

Yeah I thought I fixed it here to reroute correctly https://github.com/joshstevens19/rindexer/commit/dd0d960b5b0899224c44266cac4371f49d69aedc > does your error say the same thing or a different URL showed on downloading binary archive?

joshstevens19 commented 1 month ago

Can you make sure your machine is not caching it or anything?

joshstevens19 commented 1 month ago

try .sh?donotcacheme=true on the end just want to avoid it being a cache thing as the install script should reroute it now

AdeThorMiwa commented 1 month ago

Yeah, works now! Thanks very much

joshstevens19 commented 1 month ago

Great! 💪