Eos-rankmirrors error

Hello,
I get this:

eos-rankmirrors: error: error detected at function FetchLatestMirrorlist, line 284:
    cannot fetch EndeavourOS mirrorlist package (curl error code 3).

Regards.

That means you cannot access German mirrors?
Can you open https://mirror.alpix.eu/endeavouros with a browser?

Yes, I can access this mirror. But I still get the error.

Strange. While checking eos-rankmirrors I found a little bug there, but it shouldn’t cause this issue since you can access that mirror.
However, I’ll update eos-rankmirrors very soon, let’s see if that changes anything for you. The next version will be 25.1.1-1.

By the way, depending on which country you’re currently, you can try editing file /etc/pacman.d/endeavouros-mirrorlist and add some good mirrors in the beginning of that file.

Edit: next time when you run eos-rankmirrors, please show the command and full output here.
Note that to make the output more readable you can surround all text with lines of 3 bacticks (```), for example:

```
Some text.
Some more text.
```

New version is released, and it is coming to mirrors already. May take some time though.

New version doesn’t solve the issue:

sudo eos-rankmirrors —verbose —sort rate

==> eos-rankmirrors: error: error detected at function FetchLatestMirrorlist, line 285:
    cannot fetch EndeavourOS mirrorlist package (curl error code 3).

Are you using x86_64 or ARM machine?

uname -m
uname -m
x86_64

Solved with version 25.1.3-1.

Thanks a lot!

Thanks for confirming that the modifications helped!
Here I couldn’t reproduce the issue, that’s why it wasn’t simple to find the reason.