binhex / arch-sonarr

Docker build script for Arch Linux base with Sonarr
GNU General Public License v3.0
16 stars 3 forks source link

Mono 5.10.0 bug #3

Closed tjsd closed 6 years ago

tjsd commented 6 years ago

Hello! I had big issues with this docker image where the communication between nzbget and sonarr/radarr bugs out because of Mono 5.10.

https://forums.sonarr.tv/t/mono-5-10-update-broke-sonarr/17800/18

That topic deals with the same issue, replacing the DLL provided in that topic in the docker solved the issue. You should update your docked immages with the new DLL or downgrade your mono version.

binhex commented 6 years ago

i dont believe this is related to your problem, firstly the fix got included in the master branch:-

Fix applied to master branch… guide for those stuck on mono 5.10, originally posted on reddit 49

and as that particular issue was for sonarr version 2.0.0.5085 and the latest release is now 2.0.0.5228 i would expect the fix to be included, and the issue documented is the inability for sonarr to start, its not an issue with communication between sonarr and radarr.

i will check radarr and see if a patch needs applying there, but as far as this issue goes i think it can be closed.

binhex commented 6 years ago

so i checked the manual fix version of the NLog.dll with the currently included version and they are different (current is newer) so just to ensure this isnt causing any other related issues i have included the fix for both sonarr and radarr, both currently building you should see a new release in about an hour.

tjsd commented 6 years ago

ok, thank you!