Spencer Myers
Dabbler
- Joined
- Sep 30, 2016
- Messages
- 20
Here's the error I get whenever I try to download any episode inside of Sonarr. I have all my connections to my indexer and downloader working and tested. Not sure what's going on. After reading a bit online and scowering forums, it may be an issue with Mono, however when I try to use to try to update Mono, it says all repositories are up to date, no update available.
Here is the syntax error I'm getting
Other info - I used the plugins menu to install Sonarr, then
Sonar appears to be working and running fine, it's JUST downloads that are getting this error.
Code:
pkg install mono
Here is the syntax error I'm getting
Code:
Request Failed. POST /api/release: Syntax Error after '<!' characters. http://www.newzbin.com/DTD/nzb/nzb-1.1.dtd Line 3, position 4. Exception System.Xml.XmlException: Syntax Error after '<!' characters. http://www.newzbin.com/DTD/nzb/nzb-1.1.dtd Line 3, position 4. at System.Xml.DTDReader.CompileDeclaration () <0x00488> at System.Xml.DTDReader.ProcessDTDSubset () <0x00170> at System.Xml.DTDReader.GenerateDTDObjectModel () <0x002b7> at Mono.Xml2.XmlTextReader.GenerateDTDObjectModel (string,string,string,string,int,int) <0x00356> at Mono.Xml2.XmlTextReader.ReadDoctypeDecl () <0x0025a> at Mono.Xml2.XmlTextReader.ReadDeclaration () <0x000d2> at Mono.Xml2.XmlTextReader.ReadContent () <0x00204> at Mono.Xml2.XmlTextReader.Read () <0x00274> at System.Xml.XmlTextReader.Read () <0x000c4> at Mono.Xml.XmlFilterReader.Read () <0x0001a> at Mono.Xml.XmlFilterReader.Read () <0x0001a> at Mono.Xml.XmlFilterReader.Read () <0x00087> at System.Xml.Linq.XDocument.ReadContent (System.Xml.XmlReader,System.Xml.Linq.LoadOptions) <0x00138> at System.Xml.Linq.XDocument.LoadCore (System.Xml.XmlReader,System.Xml.Linq.LoadOptions) <0x0005e> at System.Xml.Linq.XDocument.Load (System.Xml.XmlReader,System.Xml.Linq.LoadOptions) <0x000d5> at System.Xml.Linq.XDocument.Load (System.Xml.XmlReader) <0x00016> at NzbDrone.Core.Download.NzbValidationService.Validate (string,byte[]) <0x000ef> at NzbDrone.Core.Download.UsenetClientBase`1<NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings>.Download (NzbDrone.Core.Parser.Model.RemoteEpisode) <0x007ba> at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode) <0x00620> at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease (NzbDrone.Api.Indexers.ReleaseResource) <0x000e7> at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__7_0 (object) <0x00037> at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object) <0x000a7> at Nancy.Routing.Route/<>c__DisplayClass4.<Wrap>b__3 (object,System.Threading.CancellationToken) <0x0016b>
Other info - I used the plugins menu to install Sonarr, then
Code:
pkg update && pkg upgrade
Sonar appears to be working and running fine, it's JUST downloads that are getting this error.