this post was submitted on 24 Feb 2024
48 points (91.4% liked)
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ
54411 readers
282 users here now
⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.
Rules • Full Version
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
Loot, Pillage, & Plunder
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
So skins work but plugins not?
What's the python version in that plugin?does it have a hash bang python version at the start of the file? What python version do you have installed on that server? Does the plugin need python deps?
The 1337x plugin wants Python 3.6.0. My slot had 2.x, so I updated to 3.9. But, the plugin also wants Qbit 4.4.x. Feral always installs 4.3.9 with a
--noupdate
flag, since that's the version they've tested. I figured I was beat, but just for fun tried to install another plugin that my requirements met. That didn't work either 😂At that point, I reinstalled Jackett and added 1337x. Which wouldn't work without installing FlareSolverr, which requires Docker, which is unsupported on Feral since it needs root. Nice!
Another commenter noted I could just use Prowlarr (and I was going to) but that also requires Docker, so this story has a sad ending. That ending is me pasting in magnet links from another tab and wishing for three hours of my life back...
https://github.com/FlareSolverr/FlareSolverr#precompiled-binaries
Also binaries here https://github.com/Prowlarr/Prowlarr/releases/latest
No docker needed AFAIK.
You're right. For Prowlarr, not sure why I thought that. It installed no problem, but thinking about it more, doesn't do anything for me since there is no difference between searching in Prowlarr and in some browser tab 😂
For flaresolverr, when I run the binary, I get this:
[3288970] Error loading Python lib '/media/sdy1/myusername/flaresolverr/libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /media/sdy1/myusername/flaresolverr/libpython3.11.so.1.0)
I don't know Linux, but an AI search indicates flaresolverr wants to update GLIBC (a GNU library) and that could break shit. That's where I chose to stop before, but I'll ask Feral. At this point, I'm committed.