-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sonarr unable to connect to indexer after Mono upgrade to 5.20.1.34 #4206
Comments
Same here. Package Name: mono NAS Model: DS218 |
same: Package Name: mono NAS Model: DS418j |
Same issue with Sonarr and Radarr Synology DS418 Realtek RTD1296 |
Mono SSL issue "Mono.Btls.MonoBtlsException: Ssl error:0f000078:elliptic curve routines:OPENSSL_internal:POINT_IS_NOT_ON_CURVE" this may help #3666 |
Thanks, similar symptom but my system was working with Mono 5.18, the issue started for me upgrading to Mono 5.20. As posters in that thread mention, you can't downgrade Mono without downgrading Radarr and Sonarr, and even then Radarr and Sonarr force update to newer Mono version. I don't want to start tampering with version numbers and mess up the repo dependencies... Hoping this is fixed, as it seems to be new with 5.20.1.34-15 |
Same issue with Jackett Exception (ettv): Ssl error:0f000078:elliptic curve routines:OPENSSL_internal:POINT_IS_NOT_ON_CURVE at /spksrc/spk/mono/work-aarch64-6.1/mono-5.20.1.34/external/boringssl/crypto/ec/ec.c:835: An error occurred while sending the request Mono 5.20.1.34 What about trying to make a dotnetcore package (and maybe installing via entware) and running those .net apps in "native" mode rather than mono ? or do we have to wait for DSM 7.x ? |
I fixed it by rolling back to mono 5.8. Newer versions of Jackett and Sonarr still work with Mono 5.8 |
OK but 5.8 is really old. |
Thanks for update, I installed but still get the POINT_IS_NOT_ON_CURVE error after update and reboot. Same error on both Sonarr and Radarr, and 2 different indexers. |
Well here is how I do it and believe it or not, I'm able to run the latest version of Sonarr 3 and Jackett.
|
Fwiw, tried with the lastest mono package update 5.20.1.34-16 and this still spits the same errors about being unable to connect to the indexers. |
Yup, same here |
same error here |
Same same ;-) |
Reporting this is broken for DS1515+ and the avoton-x64 architecture. Downgrading to mono v5.8.0.108-11 and sonarr v20200409-16 as mentioned in #3666 has worked for me. Didn't need to go as extensive a downgrade as st1650 or others here mentioned. Just:
|
This seems to have struck my ds418j (rtd1296) this week as well. @Dirkle's suggestion worked for me, but I'm curious to know why this seems to be such a longstanding issue. |
Also happened to my DS918+ |
@ymartin59 Sonarr Dev here.
Yeah, and Sonarr v3 has mono 5.18 as supported minimum so downgrade to 5.8 isn't really a workaround.
Mono doesn't use openssl. It uses boringssl and it's compiled part of mono itself. ( PS: Small piece of test code https://gist.github.com/Taloth/1e7702be5e1d38675aac099bc40e957d which can be compiled with |
Getting the same error on my DS418. I compiled and ran the test code above from Taloth, and attached the output if it helps. |
Hey guys, I don't know if this is the same situation but I've been tracking an issue with mono and certificate validation errors after updating to Mono 5.20.1.34-18. There may be a few options to try if you are willing to help test:
If you are unsure of which architecture you have please refer to this tutorial page -- What kind of CPU does my Synology NAS have? Let me know if either of these helps to resolve this issue. EDIT: This issue is not the same as the certificate validation errors noted above, this is the |
@dietevil, on looking into this issue further, for
I'll be closing this issue in a few days if there are no objections. |
Closing this issue as a known bug which is unable to be fixed. Workarounds have been presented above. |
Hi @dietevil, I have some great news to share with you! We've recently published version 6.12.0.182 (#5677) which addresses the SSL store problems on aarch64 platforms (#3666) that you reported. This update should be available for download shortly. We would be very interested in hearing your feedback on this release, as we are confident it should resolve the issue you've been experiencing. Thank you for your patience and for bringing this to our attention! |
Hi @mreid-tt , would this update also work on a DS411 with 88f628x architecture? When I tried updating the working 5.8 version about 1.5 year ago I got similar issues:
|
@bootsieke, Mono is not my area of expertise but there is a version for your platform for version 6.12 (6.1 88f628x). You can try it to see if by upgrading it resolves the issue. If not you can always roll back to version 5.8 with a manual rollback to the older package (6.1 88f628x). There is a method in the Wiki to downgrade a package without uninstalling (Advanced) if you're into that. |
@mreid-tt, the version 6.12 for the 628x is no longer available. Do you know were I could get it? |
My guess is that it was removed. Based on the release notes for #5677, the ARMv5 builds were disabled because they don't contain a TLS library. As such, the link I referred to was probably an unintended upload. The version of Mono supporting this architecture (v5.8) is still present however. @hgy59 is my interpretation of the above correct? |
yes, I think it is related to mono/mono#11422 |
@hyundaimumpsimus you can try mono v6.12.0.199. |
For new Package Requests, see the guidelines
Issue appears to be related to
mono
Setup
Package Name: mono
Package Version: 5.20.1.34
NAS Model: DS418
NAS Architecture: Realtek RTD1296 SoC
DSM version: 6.2.3-25426 Update 2
Expected behavior
Sonarr should be able to connect to usenet indexer.
Actual behavior
Sonarr fails to connect to usenet indexer.
Steps to reproduce
1. Update mono
2. Restart NAS
3. Test indexer in Sonarr
Package log
Check Package Center or
/usr/local/{package}/var/
Other logs
E.g.
/var/log/messages
or/var/log/synopkg.log
The text was updated successfully, but these errors were encountered: