Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/8d0dab6578466c29e40cffc1146a69db8f752df6
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
5 additions and
5 deletions
@ -43,7 +43,7 @@ namespace NzbDrone.Core.Test.IndexerTests.KickassTorrentsTests
torrentInfo . Title . Should ( ) . Be ( "Doctor Stranger.E03.140512.HDTV.H264.720p-iPOP.avi [CTRG]" ) ;
torrentInfo . DownloadProtocol . Should ( ) . Be ( DownloadProtocol . Torrent ) ;
torrentInfo . DownloadUrl . Should ( ) . Be ( "http://torcache.net/torrent/208C4F7866612CC88BFEBC7C496FA72C2368D1C0.torrent?title= [kickass.to] doctor.stranger.e03.140512.hdtv.h264.720p.ipop.avi.ctrg") ;
torrentInfo . DownloadUrl . Should ( ) . Be ( "http://torcache.net/torrent/208C4F7866612CC88BFEBC7C496FA72C2368D1C0.torrent?title= %5Bkickass.to%5D doctor.stranger.e03.140512.hdtv.h264.720p.ipop.avi.ctrg") ;
torrentInfo . InfoUrl . Should ( ) . Be ( "http://kickass.to/doctor-stranger-e03-140512-hdtv-h264-720p-ipop-avi-ctrg-t9100648.html" ) ;
torrentInfo . CommentUrl . Should ( ) . BeNullOrEmpty ( ) ;
torrentInfo . Indexer . Should ( ) . Be ( Subject . Definition . Name ) ;
@ -80,10 +80,10 @@ namespace NzbDrone.Core.Test.IndexerTests.TorznabTests
releaseInfo . Title . Should ( ) . Be ( "Series Title S05E02 HDTV x264-Xclusive [eztv]" ) ;
releaseInfo . DownloadProtocol . Should ( ) . Be ( DownloadProtocol . Torrent ) ;
releaseInfo . MagnetUrl . Should ( ) . Be ( "magnet:?xt=urn:btih:9fb267cff5ae5603f07a347676ec3bf3e35f75e1&dn=Game+of+Thrones+S05E02+HDTV+x264-Xclusive+ [eztv] &tr=udp:%2F%2Fopen.demonii.com:1337&tr=udp:%2F%2Ftracker.coppersurfer.tk:6969&tr=udp:%2F%2Ftracker.leechers-paradise.org:6969&tr=udp:%2F%2Fexodus.desync.com:6969") ;
releaseInfo . DownloadUrl . Should ( ) . Be ( "magnet:?xt=urn:btih:9fb267cff5ae5603f07a347676ec3bf3e35f75e1&dn=Game+of+Thrones+S05E02+HDTV+x264-Xclusive+ [eztv] &tr=udp:%2F%2Fopen.demonii.com:1337&tr=udp:%2F%2Ftracker.coppersurfer.tk:6969&tr=udp:%2F%2Ftracker.leechers-paradise.org:6969&tr=udp:%2F%2Fexodus.desync.com:6969") ;
releaseInfo . InfoUrl . Should ( ) . Be ( "https://thepiratebay.se/torrent/11811366/Series_Title_S05E02_HDTV_x264-Xclusive_ [eztv] ") ;
releaseInfo . CommentUrl . Should ( ) . Be ( "https://thepiratebay.se/torrent/11811366/Series_Title_S05E02_HDTV_x264-Xclusive_ [eztv] ") ;
releaseInfo . MagnetUrl . Should ( ) . Be ( "magnet:?xt=urn:btih:9fb267cff5ae5603f07a347676ec3bf3e35f75e1&dn=Game+of+Thrones+S05E02+HDTV+x264-Xclusive+ %5Beztv%5D &tr=udp:%2F%2Fopen.demonii.com:1337&tr=udp:%2F%2Ftracker.coppersurfer.tk:6969&tr=udp:%2F%2Ftracker.leechers-paradise.org:6969&tr=udp:%2F%2Fexodus.desync.com:6969") ;
releaseInfo . DownloadUrl . Should ( ) . Be ( "magnet:?xt=urn:btih:9fb267cff5ae5603f07a347676ec3bf3e35f75e1&dn=Game+of+Thrones+S05E02+HDTV+x264-Xclusive+ %5Beztv%5D &tr=udp:%2F%2Fopen.demonii.com:1337&tr=udp:%2F%2Ftracker.coppersurfer.tk:6969&tr=udp:%2F%2Ftracker.leechers-paradise.org:6969&tr=udp:%2F%2Fexodus.desync.com:6969") ;
releaseInfo . InfoUrl . Should ( ) . Be ( "https://thepiratebay.se/torrent/11811366/Series_Title_S05E02_HDTV_x264-Xclusive_ %5Beztv%5D ") ;
releaseInfo . CommentUrl . Should ( ) . Be ( "https://thepiratebay.se/torrent/11811366/Series_Title_S05E02_HDTV_x264-Xclusive_ %5Beztv%5D ") ;
releaseInfo . Indexer . Should ( ) . Be ( Subject . Definition . Name ) ;
releaseInfo . PublishDate . Should ( ) . Be ( DateTime . Parse ( "Sat, 11 Apr 2015 21:34:00 -0600" ) . ToUniversalTime ( ) ) ;
releaseInfo . Size . Should ( ) . Be ( 388895872 ) ;