-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fail to start anisette_server with error curl: (7) #12
Comments
Not just Manjaro/Arch. I'm also getting the same issue on Fedora 38.
It just repeats over, and over again. |
Same on Ubuntu 22.04 |
You need to change the port to open in main.py. |
@qeff4 nmap returns multiple ports, how to know wich one to use? |
Another problem rises when changing to an open port. I changed the code from 6969 to 8000 and it just refuses to start the server. I'm also on Fedora 38
|
In my case, the anisette server was never actually started. Because the download link that hard coded in main.py line 307 is: r = requests.get(
"https://github.com/Dadoum/Provision/releases/download/2.1.0/anisette_server-x86_64",
allow_redirects=True,
) that link has a typo (the valid link is https://github.com/Dadoum/Provision/releases/download/2.1.0/anisette-server-x86_64) |
@NekoRectifier This fixed the problem for me too. The link needs to be updated in the code. |
Hi! Try the latest version of AltLinux and report if the issue still persists. |
still returning this: curl: (7) Failed to connect to 127.0.0.1 port 6969: 拒绝连接 |
Hi, try the latest version to see if the issue persists |
Manjaro system no matter run AltLinux by command
python3 main.py
or install AltLinux-git from aur, nerver start anisette_server successful with error "curl: (7) Failed to connect to 127.0.0.1 port 6969 after 0 ms: Couldn't connect to server".The text was updated successfully, but these errors were encountered: