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 failed: curl: http://121.40.423.198:8080/Autokit/Autokit.apk couldn't connect to server #35

Closed
alexvnesta opened this issue May 21, 2023 · 2 comments

Comments

@alexvnesta
Copy link

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
Copy link
Owner

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
Copy link
Author

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.

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

No branches or pull requests

2 participants