ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.36k stars 858 forks source link

apk search fails #2186

Closed mohd-akram closed 9 months ago

mohd-akram commented 11 months ago
My-iPhone:~# apk search ffmpeg
WARNING: Ignoring http://apk.ish.app/v3.14-2023-05-19/main: No such file or directory
WARNING: Ignoring http://apk.ish.app/v3.14-2023-05-19/community: No such file or directory
concept10 commented 11 months ago

image

Has always worked.

Reokodoku commented 11 months ago

I have the same problem:

ish:~# apk search ffmpeg
WARNING: Ignoring http://apk.ish.app/v3.14-2023-05-19/main: No such file or directory
WARNING: Ignoring http://apk.ish.app/v3.14-2023-05-19/community: No such file or directory

Making apk update prints:

ish:~# apk update
fetch http://apk.ish.app/v3.14-2023-05-19/main/x86/APKINDEX.tar.gz
ERROR: http://apk.ish.app/v3.14-2023-05-19/main: could not connect to server (check repositories file)
WARNING: Ignoring http://apk.ish.app/v3.14-2023-05-19/main: No such file or directory
fetch http://apk.ish.app/v3.14-2023-05-19/community/x86/APKINDEX.tar.gz
ERROR: http://apk.ish.app/v3.14-2023-05-19/community: could not connect to server (check repositories file)
WARNING: Ignoring http://apk.ish.app/v3.14-2023-05-19/community: No such file or directory
2 errors; 14 distinct packages available

Making requests to http://apk.ish.app/v3.14-2023-05-19/main and http://apk.ish.app/v3.14-2023-05-19/community nginx returns 404.

zaddok commented 11 months ago

on a fresh install i see this problem.

solution is to type ‘apk update’ twice.

Syntax3rror404 commented 10 months ago

on a fresh install i see this problem.

solution is to type ‘apk update’ twice.

This also does not work. It looks like a server problem of the repo server

kmfrick commented 10 months ago

I also encounter this issue on the version installed from App Store.

mohd-akram commented 9 months ago

This is now fixed.