rabilrbl / jiotv_go

Unlock the magic of JioTV across all your devices, without the need for the JioTV App. Crafted with love in Golang for a delightful blend of speed and efficiency! 🌟✨
https://jiotv_go.rabil.me/
Other
299 stars 87 forks source link

Termux: Exec format error #28

Closed krz123 closed 1 year ago

krz123 commented 1 year ago
  1. pkg install wget openssl -y
  2. wget https://github.com/rabilrbl/jiotv_go/releases/download/v0.5.8/jiotv_go-v0.5.8-linux-arm64
  3. chmod +x jiotv_go-v0.5.8-linux-amd64
  4. ./jiotv_go-v0.5.8-linux-amd64 error bash: ./jiotv_go-v0.5.8-linux-amd64: cannot execute binary file: Exec format error
rabilrbl commented 1 year ago

Your executing amd64 binary?

Binary should be ./jiotv_go-v0.5.8-linux-arm64

krz123 commented 1 year ago

pkg install wget openssl -y wget https://github.com/rabilrbl/jiotv_go/releases/download/v0.5.8/jiotv_go-v0.5.8-linux-arm64 chmod +x jiotv_go-v0.5.8-linux-arm64 ./jiotv_go-v0.5.8-linux-arm64

bash: ./jiotv_go-v0.5.8-linux-arm64: Bad address

rabilrbl commented 1 year ago

I don't think you have downloaded that file. Execute

ls -al

And send screenshot

rabilrbl commented 1 year ago

Closing due to inactivity