Radarr cannot map movies

mortis2600

Dabbler
Joined
Jan 4, 2019
Messages
12
Fresh install of Radarr (Version0.2.0.1358 Mono Version5.10.1.57 (5.10.1.57 Tue Dec 10 07:40:49 UTC 2019)) and it will not add any movies.
We get these errors:

Message:
Couldn't map movie 2 Fast 2 Furious to a movie on The Movie DB. It will not be added :(: Value cannot be null.
Parameter name: source

Exception:
System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Boolean& found) [0x0000d] in <07a075f1d23046ea85ee23d71b0a0a37>:0
at System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00000] in <07a075f1d23046ea85ee23d71b0a0a37>:0
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetMovieInfo (System.Int32 TmdbId, NzbDrone.Core.Profiles.Profile profile, System.Boolean hasPreDBEntry) [0x0010b] in <28071e62f2f449e682962e05af20a3d7>:0
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.MapMovieToTmdbMovie (NzbDrone.Core.Movies.Movie movie) [0x00012] in <28071e62f2f449e682962e05af20a3d7>:0
Close
Radarr Ver. 0.2.0.1358

I saw that updating Mono would help, but from what I can tell, I have the latest version available via pkg.

Anyone have a solution for this?
 

mortis2600

Dabbler
Joined
Jan 4, 2019
Messages
12
Looks like it's fixed in the most recent update, that's not on the plugin list.
0.2.0.1450 - Dec 2 2019 develop Install Latest
New Added links to wiki and examples from add/edit custom tags dialog [WoLpH]
New Platform Updates, Socket Closure Workaround [Qstick]
New Added repost exclusions to CleanReleaseGroupRegex (#3720) [desimaniac]
New Ability to set categories for search for RARBG (#3544) [FuNK3Y]
New Added Support for Ukrainian language. [mik9]
Fixed open links in new tab on meta click (#3831) [caillou]
Fixed Added qBittorent state 'moving' (#3847) [caillou]
Fixed Link to the custom format examples (#3785) [WoLpH]
Fixed qBit V2 and metaDL Support [Qstick]
Fixed Integration Test Failing CircleCi [Qstick]
Fixed TMDB Failing due to missing response header (#3610) [Qstick]
Fixed .srt files in subfolders are not being imported (#3647) [jpogs]
Fixed Parse UHDRemux as Remux and not as WEB-DL (#3696) [rubasace]
Fixed Wanted Cutoff Page filters [Qstick]
Fixed All Integration tests and some code which was wrong. [Leonardo Galli]
Fixed When refreshing info about a movie, the alt titles should now correctly be deleted. [Leonardo Galli]

Now I'm trying to get it to update. It gives me:

Error occurred while executing task ApplicationUpdate: ApplicationName='mono', CommandLine='--debug /tmp/radarr_update/Radarr.Update.exe 71807 /tmp/radarr_update /usr/local/share/radarr/Radarr.exe /data=/usr/local/radarr /nobrowser', CurrentDirectory='', Native error= Cannot find the specified file
 

mortis2600

Dabbler
Joined
Jan 4, 2019
Messages
12
I did the process on their github in case anyone else needs to know this:

pkg update && pkg upgrade
pkg install mono mediainfo sqlite3
#needed this to stop error:Could not find libgdiplus. Cannot test if image is corrupt.: Couldn't load GDIPlus library
pkg install libgdiplus

cd /usr/local/
fetch https://github.com/Radarr/Radarr/re...0.1450/Radarr.develop.0.2.0.1450.linux.tar.gz
tar -zxvf Radarr.develop.*.linux.tar.gz
rm Radarr.*.linux.tar.gz
echo "/usr/local/bin/mono /usr/local/Radarr/Radarr.exe" > /etc/rc.d/radarr
chmod 555 /etc/rc.d/radarr
#this is needed for updates within Radarr
ln -s /usr/local/bin/mono /bin
 
Top