Advertisement
Guest User

Untitled

a guest
Apr 7th, 2015
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. [Debug] Parser: Parsing string 'Better.Call.Saul.S01.HDTV.x264-BTN'
  2. [Debug] Parser: Episode Parsed. bettercallsaul - Season 01
  3. [Debug] Parser: Language parsed: English
  4. [Debug] NzbDrone.Core.Parser.QualityParser: Trying to parse quality for Better.Call.Saul.S01.HDTV.x264-BTN
  5. [Debug] Parser: Quality parsed: SDTV v1
  6. [Debug] Parser: Release Group parsed: BTN
  7. [Debug] AcceptableSizeSpecification: Beginning size check for: Better.Call.Saul.S01.HDTV.x264-BTN
  8. [Debug] AcceptableSizeSpecification: Item: Better.Call.Saul.S01.HDTV.x264-BTN, meets size constraints.
  9. [Debug] CutoffSpecification: Comparing file quality with report. Existing file is HDTV-720p v1
  10. [Debug] QualityUpgradableSpecification: Existing item meets cut-off. skipping.
  11. [Debug] CutoffSpecification: Cutoff already met, rejecting.
  12. [Debug] LanguageSpecification: Checking if report meets language requirements. English
  13. [Debug] ReleaseRestrictionsSpecification: Checking if release meets restrictions: Better.Call.Saul.S01.HDTV.x264-BTN
  14. [Debug] ReleaseRestrictionsSpecification: [Better.Call.Saul.S01.HDTV.x264-BTN] No restrictions apply, allowing
  15. [Debug] QualityAllowedByProfileSpecification: Checking if report meets quality requirements. SDTV v1
  16. [Debug] QualityAllowedByProfileSpecification: Quality SDTV v1 rejected by Series' quality profile
  17. [Debug] MinimumAgeSpecification: Not checking minimum age requirement for non-usenet report
  18. [Debug] RetentionSpecification: Not checking retention requirement for non-usenet report
  19. [Debug] DelaySpecification: Profile does not require a waiting period before download for Torrent.
  20. [Debug] HistorySpecification: Comparing history quality with report. History is HDTV-720p v1
  21. [Debug] QualityUpgradableSpecification: existing item has better or equal quality. skipping
  22. EPIC FAIL: System.NullReferenceException: Object reference not set to an instance of an object
  23. at System.Threading.EventWaitHandle.Reset () [0x00000] in <filename unknown>:0
  24. at (wrapper remoting-invoke-with-check) System.Threading.EventWaitHandle:Reset ()
  25. at System.Threading.Timer+Scheduler.SchedulerThread () [0x00000] in <filename unknown>:0
  26. at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
  27. [Debug] UpgradeDiskSpecification: Comparing file quality with report. Existing file is HDTV-720p v1
  28. [Debug] QualityUpgradableSpecification: existing item has better or equal quality. skipping
  29. [Debug] DownloadDecisionMaker: Release rejected for the following reasons: [Permanent] Existing file meets cutoff: HDTV-720p, [Permanent] SDTV is not wanted in profile, [Permanent] Existing file in history is of equal or higher quality: HDTV-720p v1, [Permanent] Quality for existing file on disk is of equal or higher preference: HDTV-720p v1
  30. [Debug] Parser: Parsing string 'Better.Call.Saul.S01E10.HDTV.x264-LOL'
  31. [Debug] Parser: Episode Parsed. bettercallsaul - S01E10
  32. [Debug] Parser: Language parsed: English
  33. [Debug] NzbDrone.Core.Parser.QualityParser: Trying to parse quality for Better.Call.Saul.S01E10.HDTV.x264-LOL
  34. [Debug] Parser: Quality parsed: SDTV v1
  35. [Debug] Parser: Release Group parsed: LOL
  36. [Fatal] GlobalExceptionHandlers: EPIC FAIL: Object reference not set to an instance of an object
  37.  
  38. System.NullReferenceException: Object reference not set to an instance of an object
  39. at System.Threading.EventWaitHandle.Reset () [0x00000] in <filename unknown>:0
  40. at (wrapper remoting-invoke-with-check) System.Threading.EventWaitHandle:Reset ()
  41. at System.Threading.Timer+Scheduler.SchedulerThread () [0x00000] in <filename unknown>:0
  42. at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
  43.  
  44. [Debug] AcceptableSizeSpecification: Beginning size check for: Better.Call.Saul.S01E10.HDTV.x264-LOL
  45. [Debug] AcceptableSizeSpecification: Possible double episode, doubling allowed size.
  46. [Debug] AcceptableSizeSpecification: Item: Better.Call.Saul.S01E10.HDTV.x264-LOL, meets size constraints.
  47. [Debug] CutoffSpecification: Comparing file quality with report. Existing file is HDTV-720p v1
  48. [Debug] QualityUpgradableSpecification: Existing item meets cut-off. skipping.
  49. Stacktrace:
  50.  
  51.  
  52. Native stacktrace:
  53.  
  54. [Debug] CutoffSpecification: Cutoff already met, rejecting.
  55. [Debug] LanguageSpecification: Checking if report meets language requirements. English
  56. [Debug] ReleaseRestrictionsSpecification: Checking if release meets restrictions: Better.Call.Saul.S01E10.HDTV.x264-LOL
  57. [Debug] ReleaseRestrictionsSpecification: [Better.Call.Saul.S01E10.HDTV.x264-LOL] No restrictions apply, allowing
  58. [Debug] QualityAllowedByProfileSpecification: Checking if report meets quality requirements. SDTV v1
  59. [Debug] QualityAllowedByProfileSpecification: Quality SDTV v1 rejected by Series' quality profile
  60. [Debug] MinimumAgeSpecification: Not checking minimum age requirement for non-usenet report
  61. [Debug] RetentionSpecification: Not checking retention requirement for non-usenet report
  62. mono() [0x4b3f7c]
  63. mono() [0x50c30f]
  64. mono() [0x423637]
  65. /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f04f9314340]
  66. [0x404cea11]
  67.  
  68. Debug info from gdb:
  69.  
  70.  
  71. =================================================================
  72. Got a SIGSEGV while executing native code. This usually indicates
  73. a fatal error in the mono runtime or one of the native libraries
  74. used by your application.
  75. =================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement