SolvedJackett The method or operation is not implemented. (all indexers!)
βοΈAccepted Answer
Working on Synology after manual update. Note that this worked for my DS415+ that is using the Mono version., some other systems might have different path, permissions, etc... Please be careful and follow the steps at your own risk!
SSH steps for updating Jackett installed through the SynoCommunity repo:
- Change directory
cd "/var/packages/jackett/target/share"
- Stop Jackkett and rename the old folder
synoservicectl --stop pkgctl-jackett
mv jackett jackett-old
- Download and extract the data (Latest version can be found here.
wget https://github.com/Jackett/Jackett/releases/download/v0.16.1269/Jackett.Binaries.Mono.tar.gz -O Jackett.Binaries.Mono.tar.gz
tar -xzvf Jackett.Binaries.Mono.tar.gz
- Rename and correct the permissions (Permission can be check using
ls -ld jackett-old
orstat jackett-old
)
mv Jackett jackett
chown -R sc-jackett:jackett jackett
- Start the service and confirm that everything works
synoservicectl --start pkgctl-jackett
- remove leftover files.
rm Jackett.Binaries.Mono.tar.gz
rm -r jackett-old/
Hope this helps to those that have SSH access do not know how to do it. For anyone else, I guess they'll need to push an update via SynoCommunity repo.
Other Answers:
Having the same issue. Across all indexers.
@garfield69 I'm working on it but I need some time. This is affecting only Mono 5 users, mainly NAS devices. I reverted all webclient commits until I fix it.
There 2 different bugs but they are not huge:
- This issue and #9563 are related to Mono 5.X. I did my tests in Mono 6.x and it's fine so I'm compiling Mono5 (it's really tricky) in my system to replicate the issue and push a fix.
- #9568 is related to Gzip compression and it only affects few trackers (libble, arenabg, horrible subs and liorencili).
I really want these changes in master. I will try again when I'm confident it works in Mono 5.
Update: Please, leave the issues open. I will close all of them when time comes.
Dear jackettbot...
This IS a repeat issue, but you are auto closing everyones request to report it.
If you close this, I will be reopening it til a human looks at it.
Environment
OS: Synology
.Net Runtime: Mono
.Net Version: N/A
Jackett Version: 0.16.1260.0 - Its borked.
Last Working Jackett Version: The previous one.
Are you using a proxy or VPN? No
Description
Update to the latest release and following errors occur with all indexers.
Logged Error Messages
Loads of logs in the closed tickets (well done bot!)
https://pastebin.com/qF5fjKAT
Screenshots