rhysmorgan134 / react-carplay

MIT License
381 stars 58 forks source link

Command failed: curl: http://121.40.423.198:8080/Autokit/Autokit.apk couldn't connect to server #35

Closed alexvnesta closed 1 year ago

alexvnesta commented 1 year ago

Hello, I have a raspberry pi 4 running debian buster 32 bit. (Raspberry PI OS (Legacy)). I need this version because of my 3.5" LCD drivers.

Anyways. I used the github script to install your app. The app begins at startup but throws that error. I am using an official CarlinKit CPC200-Autokit and it is plugged into the top USB 3.0 port on the pi 4. Is there something I am missing here? Maybe a setting I should have changed?

Thanks, Alex

rhysmorgan134 commented 1 year ago

Looks like the server that hosts the APK is down, you can download the apk manually, if you change to the directory where the app image is, run

curl "http://121.40.123.198:8080/autokit/autokit.apk" > AutoKit.apk

then run

unzip AutoKit.apk \'assets/*\'

when you then launch it won't try and download. Otherwise wait until tomorrow, and the link will likely be back up

alexvnesta commented 1 year ago

Thank you!

I ended up unzipping the whole AutoKit.apk. Problem solved! Thanks for making this cool program! I was honestly considering doing something like this myself. You saved me months of work.