You are not logged in.
hi everybody
i am doing my own script in bash for my personal use to build my packages from AUR with their dependencies . So in my script i get information from the aur package page and the PKGBUILD via a curl command.
so what i need are :
the package name, description and the AUR git clone url.
by debbuging my script i sent a lot of curl command to the package python2-pip and all dependencies. So now i cannot acces to these aur page with my browser, and i cannot do a git or curl command to any AUR page.
git clone https://aur.archlinux.org/vim-indent-rainbow-git.git
Cloning into 'vim-indent-rainbow-git'...
fatal: unable to access 'https://aur.archlinux.org/vim-indent-rainbow-git.git/': Failed to connect to aur.archlinux.org port 443 after 153 ms: Could not connect to serverI have to use a vpn in my browser to copy/paste the packagebuild on my desktop, and I cannot change my IP adress... omg ![]()
so here are my questions :
Is there time limit for this kind of ban ? It's during since 2 or 3 day now...
Is it possible to do something to unlock the situation for me ?
Is there a better way to get theses informations in my script ?
Last edited by PowaBanga (2025-04-24 08:02:39)
Offline
1. Typically it's a 24 hr ban for a specific IP address
2. Send a message to aur general mailing list
3. https://wiki.archlinux.org/title/Aurweb_RPC_interface
Moderator Note : moving to AUR Issues, Discussion & PKGBUILD Requests .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline