luvit/luvit

http server aborted on iSH alpine ios

tadedav opened this issue · 0 comments

I have managed to install Luvit on iSH, an iPhone app with Alpine Linux, but I am encountering an issue when running an HTTP server. Although the Luvit seems to work correctly when testing it with default lua commands and some .lua files that include prints, I am unable to access it from my PC on the same Wi-Fi network or from Safari on my iPhone. Instead, I receive an "Aborted" error message, and I am unsure how to resolve this issue.

To install Luvit, I followed the instructions on this page: https://github.com/luvit/luvit.io/blob/master/articles/alpine-luvi.md. I have lit and luvit as .zip files, and I run them using the command "~/bin/luvi ~/bin/luvit.zip -- start.lua" (I have also tested this on Windows, and it works with .zip files). The start.lua file is a sample HTTP server without an HTTPS.

I suspect that the issue might be related to iSH, but I am not certain. Does anyone have any suggestions or ideas on how to resolve this problem?