You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I encountered this issue while trying to download your http server on my Android device with the aarch64 architecture. I noticed that the download script assumes that all possible values of uname -s + "_" + uname -m have binaries in your GitHub release. However, I found that this assumption is not valid as your release page only has arm64 binaries for Android and other operating systems.
I also noticed that the script assumes that Android architecture is arm64, but my device's architecture is aarch64.
As a result, the script failed to download the server binary and gave me an error message.
To reproduce the error, I ran the following command:
curl -fsSL https://lama.sh | sh -x
And here's the error message I received:
curl: (2) no URL specified!
curl: try 'curl --help' for more information
I was able to download the arm64 binary manually and run it on my device using the UserLand application, but I wanted to bring this issue to your attention so that you can update your download script to support the aarch64 architecture for Android devices.
Thank you for your attention to this matter.
Peace 🕊️
The text was updated successfully, but these errors were encountered:
Hi,
I encountered this issue while trying to download your http server on my Android device with the aarch64 architecture. I noticed that the download script assumes that all possible values of
uname -s
+"_"
+uname -m
have binaries in your GitHub release. However, I found that this assumption is not valid as your release page only has arm64 binaries for Android and other operating systems.I also noticed that the script assumes that Android architecture is
arm64
, but my device's architecture isaarch64
.As a result, the script failed to download the server binary and gave me an error message.
To reproduce the error, I ran the following command:
curl -fsSL https://lama.sh | sh -x
And here's the error message I received:
I was able to download the
arm64
binary manually and run it on my device using the UserLand application, but I wanted to bring this issue to your attention so that you can update your download script to support theaarch64
architecture for Android devices.Thank you for your attention to this matter.
Peace 🕊️
The text was updated successfully, but these errors were encountered: