Skip to main content
Topic: pikaur not working (Read 587 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

pikaur not working

hey guys, is the AUR down? I can't go onto the website or update with pikaur, what's going on?

Code: [Select]
: error: GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=cubeb-git&arg[]=dolphin-emu-git&arg[]=dolphin-emu-nogui-git&arg[]=electron9&arg[]=etcher-bin&arg[]=fakepkg&arg[]=gn-m85&arg[]=mediawriter&arg[]=microsoft-edge-stable-bin&arg[]=mupen64plus-qt&arg[]=pepper-flash&arg[]=pikaur&arg[]=skypeforlinux-stable-bin&arg[]=surfn-icons-git&arg[]=ventoy-bin&arg[]=xemu-git&arg[]=zoom
:: error: urllib: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:997)
Do you want to retry? [Y/n] y
:: error: GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=cubeb-git&arg[]=dolphin-emu-git&arg[]=dolphin-emu-nogui-git&arg[]=electron9&arg[]=etcher-bin&arg[]=fakepkg&arg[]=gn-m85&arg[]=mediawriter&arg[]=microsoft-edge-stable-bin&arg[]=mupen64plus-qt&arg[]=pepper-flash&arg[]=pikaur&arg[]=skypeforlinux-stable-bin&arg[]=surfn-icons-git&arg[]=ventoy-bin&arg[]=xemu-git&arg[]=zoom
:: error: urllib: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:997)
Do you want to retry? [Y/n]


Re: pikaur not working

Reply #1
I tried trizen and it does the same thing, why?
Code: [Select]
Unable to GET https://aur.archlinux.org/rpc?v=5&type=multiinfo&arg[]=cubeb-git&arg[]=dolphin-emu-git&arg[]=dolphin-emu-nogui-git&arg[]=electron9&arg[]=etcher-bin&arg[]=fakepkg&arg[]=gn-m85&arg[]=mediawriter&arg[]=microsoft-edge-stable-bin&arg[]=mupen64plus-qt&arg[]=pepper-flash&arg[]=pikaur&arg[]=skypeforlinux-stable-bin&arg[]=surfn-icons-git&arg[]=ventoy-bin&arg[]=xemu-git&arg[]=zoom ==> 500 Can't connect to aur.archlinux.org:443 (certificate verify failed)

Re: pikaur not working

Reply #2
Just a guess.
The errors mention urllib and ssl.
Try reinstalling python-urllib3 & python-certifi

If you have an issue with pacman accessing repo's then look in /var/cache/pacman/pkg/ and hopefully you'll find the packages there and can reinstall with
Code: [Select]
pacman -U PKGNAME
Go for the most recent versions.