perpetually horni dev

Results 3 comments of perpetually horni dev

To be clear, for any end-users reading this, the error line in the log contains "No module named 'aiolimiter.compat'" and the workaround/fix is to run `pipx inject ofscraper aiolimiter==1.1.0 --force`

my PKGBUILD: ``` # Maintainer: Jonathon Fernyhough # Contributor: Jaroslav Lichtblau # Contributor: Romain Bouchaud-Leduc pkgname=trickle-git pkgver=r23.09a1d95 pkgrel=3 pkgdesc="Lightweight userspace bandwidth shaper" arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') url="https://github.com/mariusae/trickle" license=('BSD') depends=('libevent'...

# FIXED I have successfully built. All I did was apply the patch above to regular [trickle](https://aur.archlinux.org/packages/trickle) from AUR as opposed to applying it to [trickle-git](https://aur.archlinux.org/packages/trickle-git). PKGBUILD: ``` # Maintainer:...