You are not logged in.
The same from Moscow, Russia
:: (0/1) Failed to download PKGBUILD: visual-studio-code-bin
-> error fetching visual-studio-code-bin: fatal: «https://aur.archlinux.org/visual-studio-code-bin.git/» недоступно: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
context: exit status 1
Offline
@mertv0e thanks a lot for letting us know! I have just changed something on our end is it working again?
Offline
I also saw the reported sporadic issues today, around 2025-12-14 08:45 CET. The issue occurred for different aur-packages. After retrying several times, fetching eventually succeeds. However, I can reproduce the error quite reliably by running git-fetch a couple of times
Offline
I think this is kind of related to this topic, I don't want to start a new one...
I'm using repoctl and get PKGBUILDs thought the command `repoctl down <aur_package>`.
For a several days ago I get this:
$ repoctl --debug down paru
Downloading: paru
Fetching URL: https://aur.archlinux.org/cgit/aur.git/snapshot/paru.tar.gz
Error: gzip: invalid header
$ git clone https://aur.archlinux.org/paru.git
Cloning into 'paru'...
remote: Enumerating objects: 196, done.
remote: Counting objects: 100% (196/196), done.
remote: Compressing objects: 100% (140/140), done.
remote: Total 196 (delta 73), reused 176 (delta 56), pack-reused 0 (from 0)
Receiving objects: 100% (196/196), 57.49 KiB | 1.08 MiB/s, done.
Resolving deltas: 100% (73/73), done.
$ curl https://aur.archlinux.org/cgit/aur.git/snapshot/paru.tar.gz
<!doctype html><html lang="en"><head><title>Making sure you're not a bot!</title><link rel="stylesheet" href="/.within.website/x/xess/xess.min.css?cachebuster=1.23.1"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="robots" content="noindex,nofollow"><style>
...It seems that it is blocked via User Agent?
Offline
I think this is kind of related to this topic, I don't want to start a new one...
...
It seems that it is blocked via User Agent?
I don’t think that is related to the original topic of this thread, but I ran into a similar issue with bauerbill/bb-wrapper. It crashes when it tries to read the .SRCINFO, which should be the AUR.SRCINFO module of python3-aur.
It looks like Anubis now protects the AUR, which probably breaks some AUR helpers.
Another part of python3-aur still works and that uses the RPC interface if I understand it correctly:
$ aurquery -i python3-aur
Repository : AUR
PackageBase : python3-aur
Name : python3-aur
Version : 2021.11.20.1-15
Description : AUR-related modules and helper utilities (aurploader, aurquery, aurtomatic).
URL : https://xyne.dev/projects/python3-aur
AURPage : https://aur.archlinux.org/packages/python3-aur
URLPath : https://aur.archlinux.org/cgit/aur.git/snapshot/python3-aur.tar.gz
Maintainer : Xyne
Depends : pyalpm python-pyxdg python3 python3-xcgf python3-xcpf
MakeDepends : python-setuptools
CheckDepends : None
OptDepends : curl
git
Conflicts : aurploader
Provides : aurploader
Replaces : aurploader
Groups : None
License : GPL
NumVotes : 220
FirstSubmitted : 2011-07-04 05:22:15 CEST
LastModified : 2024-05-18 01:43:51 CEST
OutOfDate :
ID : 1472311
PackageBaseID : 50424
Keywords : arch_linux aur pythonOffline
@dr1fter where are you connecting from?
Offline