vyvir / althea

althea sideloads applications on iOS/iPadOS!
GNU Affero General Public License v3.0
142 stars 20 forks source link

The program feedback “Connection refused” #21

Closed xiaoniaoawa closed 1 month ago

xiaoniaoawa commented 10 months ago

I’m using Ubuntu 22.04.3LTS on my Raspberry Pi 4 I cloned the python files from this repository. Then I run it. It repeat a log”curl:(7) Failed to connect to 127.0.0.1 port 6569 after 2 ms: Connection refused“ image image

LunarV2 commented 8 months ago

boost

xiaoniaoawa commented 8 months ago

what boost


发件人: LunarV2 @.> 发送时间: Saturday, January 20, 2024 10:01:49 PM 收件人: i-love-altlinux/AltLinux @.> 抄送: xiaoniao_ @.>; Author @.> 主题: Re: [i-love-altlinux/AltLinux] The program feedback “Connection refused” (Issue #21)

boost

― Reply to this email directly, view it on GitHubhttps://github.com/i-love-altlinux/AltLinux/issues/21#issuecomment-1902101539, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A232AOMC6C7UIA2K2HI5QETYPPE43AVCNFSM6AAAAAA7OCDYTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGEYDCNJTHE. You are receiving this because you authored the thread.Message ID: @.***>

LunarV2 commented 7 months ago

boost means that i have the same problem and i want it to be seen

amirisgithub commented 5 months ago

boost

vyvir commented 2 months ago

Hi! Try the latest version of AltLinux and report if the issue still persists.

vyvir commented 1 month ago

@xiaoniaoawa please try the latest version of AltLinux and report if the issue still persists, or close the issue

xiaoniaoawa commented 1 month ago

@xiaoniaoawa please try the latest version of AltLinux and report if the issue still persists, or close the issue

ok! thanks, I will try, but my pi is now work on HAOS :( I will try it later. Also s0rry I didn't see these Github messages in my email, sorry.

xiaoniaoawa commented 1 month ago

2024-08-06-16-00-37-761 Okay, I manually installed the program, but still not work :(

xiaoniaoawa commented 1 month ago

Image_1722933444210 OHHHHHHHHHHHH I FOUND FIX!!!

  1. Clone this
  2. Manually download altserver and anisette server's arm version, then put it to /your_home_dir/.local/share/altlinux/
  3. Rename those two file to AltServer and anisette-server, chmod +x those two executable
  4. Go to your altlinux dir, run the py, done 👍

Also, if your country have firewall, just replace github to kkgithub (a mirror of GitHub without firewall... in China)

Why: the program automatic downloaded exec, but it's x86_64 version, so the program never start. We just need download and replace their exec to fix :)

Program fix:

  1. Check the arch of the system with 'os' or some other thing
  2. Write a 'if', download the correct arch of exec 👍
  3. Continue program 😃

Waiting for fix.