You are seeing this because the administrator of this website has set up Anubis to protect the server against the scourge of AI companies aggressively scraping websites. This can and does cause downtime for the websites, which makes their resources inaccessible for everyone.
Anubis is a compromise. Anubis uses a Proof-of-Work scheme in the vein of Hashcash, a proposed proof-of-work scheme for reducing email spam. The idea is that at individual scales the additional load is ignorable, but at mass scraper levels it adds up and makes scraping much more expensive.
Ultimately, this is a placeholder solution so that more time can be spent on fingerprinting and identifying headless browsers (EG: via how they do font rendering) so that the challenge proof of work page doesn't need to be presented to users that are much more likely to be legitimate.
Please note that Anubis requires the use of modern JavaScript features that plugins like JShelter will disable. Please disable JShelter or other such plugins for this domain.
Thank you. It works mostly perfectly. I ran into an issue where xdg-desktop-portal was not running. This lead to GTK themes not applying. It works perfectly when I added exec-once = /usr/libexec/xdg-desktop-portal to my hyprland config. I am not sure why this happens to begin with, since it works perfectly on my fedora 43 install without that line.
np! Looks like an autostart bug with xdg-desktop-portal on the systemd side in 44. Only a week since release so not surprising.
Either way, the portal autostart issue is definitely not a COPR package thing
Hi, thanks for an amazing copr! Trying to upgrade to 0.55 I get this error. I’m pretty new to packages, but I seems like hypridle can’t be upgraded. If I uninstall hypridle, I’m able to upgrade to hyprland 0.55.
Problem: installed package hypridle-0.1.7-3.fc43.x86_64 requires libhyprutils.so.10()(64bit), but none of the providers can be installed
cannot install both hyprland-0.55.0-2.fc43.x86_64 from copr:copr.fedorainfracloud.org:ashbuk:Hyprland-Fedora and hyprland-0.54.3-3.fc43.x86_64 from @System
cannot install both hyprland-0.55.0-2.fc43.x86_64 from copr:copr.fedorainfracloud.org:ashbuk:Hyprland-Fedora and hyprland-0.54.3-3.fc43.x86_64 from copr:copr.fedorainfracloud.org:ashbuk:Hyprland-Fedora
cannot install the best update candidate for package hyprland-0.54.3-3.fc43.x86_64
cannot install the best update candidate for package hypridle-0.1.7-3.fc43.x86_64
Thanks for the catch! Added release tags for the hyprlock/hypridle subpackages to rule out mismatches like this. The subpackage tags are decoupled and won’t lag behind.
Problem: installed package hypridle-0.1.7-4.fc44.x86_64 requires libhyprutils.so.12()(64bit), but none of the providers can be installed
- cannot install both hyprland-0.56.0-1.fc44.x86_64 from copr:copr.fedorainfracloud.org:ashbuk:Hyprland-Fedora and hyprland-0.55.4-1.fc44.x86_64 from @System
etc.
It’s just a stale dnf metadata cache, run sudo dnf clean all && sudo dnf distro-sync --refresh
and everything will settle onto consistent versions built against hyprutils 0.14.0.
If for some reason it doesn’t work for you, share the output of the command rpm -q hyprland hypridle hyprlock xdg-desktop-portal-hyprland
Andreas: Check to see if you have the xdg-desktop-portal-hyprland package. I didn’t install this and I got the same error, but it disappeared once I installed this dependency.