Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. Feb-24 08:29:02 DEBUG POSTPROCESSER :: This download is marked a priority download so I'm going to replace an existing file if I find one
  2. Feb-24 08:29:02 DEBUG POSTPROCESSER :: Renaming file /srv1/download/pickup/sickbeard/NOVA.S38E15.720p.HDTV.x264-ORENJI.mkv to /srv1/download/pickup/sickbeard/NOVA.s38e15.Venom.Natureâs.Killer.HD.TV.mkv
  3. Feb-24 08:29:02 DEBUG POSTPROCESSER :: After renaming the new file path is /srv1/download/pickup/sickbeard/NOVA.s38e15.Venom.Natureâs.Killer.HD.TV.mkv
  4. Feb-24 08:29:02 DEBUG POSTPROCESSER :: Deleting file /srv1/tv/nova/Season 38/NOVA.s38e15.Venom.Natureâs.Killer.HD.TV.nfo-orig
  5. Feb-24 08:29:02 DEBUG POSTPROCESSER :: Deleting file /srv1/tv/nova/Season 38/NOVA.s38e15.Venom.Natureâs.Killer.HD.TV.mkv
  6. Feb-24 08:29:02 DEBUG POSTPROCESSER :: Destination folder for this episode: /srv1/tv/nova/Season 38
  7. Feb-24 08:29:02 DEBUG POSTPROCESSER :: Copying file from /srv1/download/pickup/sickbeard/NOVA.s38e15.Venom.Natureâs.Killer.HD.TV.mkv to /srv1/tv/nova/Season 38/NOVA.s38e15.Venom.Natureâs.Killer.HD.TV.mkv
  8. Feb-24 08:29:30 DEBUG POSTPROCESSER :: 76119: Saving episode details to database
  9. Feb-24 08:29:30 DEBUG POSTPROCESSER :: STATUS IS 404
  10. Feb-24 08:29:30 DEBUG POSTPROCESSER :: sickbeard.db: UPDATE tv_episodes SET status = ?, tvdbid = ?, airdate = ?, location = ?, description = ?, hasnfo = ?, hastbn = ?, name = ? WHERE season = ? AND showid = ? AND episode = ? with args [404, 3454241, 734191, u'/srv1/tv/nova/Season 38/NOVA.s38e15.Venom.Nature\u2019s.Killer.HD.TV.mkv', u"Over the millennia, thousands of creatures have developed that most sophisticated of biological and chemical weapons: venom. These complex chemicals can scramble your brain signals, paralyze your muscles, puncture your blood cells, even begin digesting you from within. But nature's most potent toxins might also contain the keys to a new generation of advanced drugs. Such drugs might help doctors treat heart attacks, cancer, diabetes, and other serious illnesses. Follow NOVA crews as they join scientists on a dangerous quest to track down and capture the world's most venomous animals\u2014to find out both how they can kill us, and how they can save us.", False, False, u'Venom: Nature\u2019s Killer', 38, 76119, 15]
  11. Feb-24 08:29:30 DEBUG POSTPROCESSER :: sickbeard.db: INSERT INTO history (action, date, showid, season, episode, quality, resource, provider) VALUES (?,?,?,?,?,?,?,?) with args [404, '20110224082930', 76119, 38, 15, -1, u'/srv1/download/pickup/sickbeard/NOVA.S38E15.720p.HDTV.x264-ORENJI.mkv', -1]
  12. Feb-24 08:29:31 DEBUG POSTPROCESSER :: Prowl title: Sick Beard
  13. Feb-24 08:29:31 DEBUG POSTPROCESSER :: Prowl event: Download Finished
  14. Feb-24 08:29:31 DEBUG POSTPROCESSER :: Prowl message: NOVA.s38e15.Venom:.Natureâs.Killer.HD.TV
  15. Feb-24 08:29:31 DEBUG POSTPROCESSER :: Prowl api: <api deleted>
  16. Feb-24 08:29:31 DEBUG POSTPROCESSER :: Prowl priority: -1
  17. Feb-24 08:29:31 ERROR POSTPROCESSER :: Exception generated in thread POSTPROCESSER: 'ascii' codec can't encode character u'\u2019' in position 25: ordinal not in range(128)
  18. Feb-24 08:29:31 DEBUG POSTPROCESSER :: Traceback (most recent call last):
  19. File "/etc/sickbeard/sickbeard/scheduler.py", line 54, in runAction
  20. self.action.run()
  21. File "/etc/sickbeard/sickbeard/autoPostProcesser.py", line 49, in run
  22. processTV.processDir(sickbeard.TV_DOWNLOAD_DIR)
  23. File "/etc/sickbeard/sickbeard/processTV.py", line 96, in processDir
  24. process_result = processor.process()
  25. File "/etc/sickbeard/sickbeard/postProcessor.py", line 689, in process
  26. notifiers.notify_download(ep_obj.prettyName(True))
  27. File "/etc/sickbeard/sickbeard/notifiers/__init__.py", line 31, in notify_download
  28. n.notify_download(ep_name)
  29. File "/etc/sickbeard/sickbeard/notifiers/prowl.py", line 22, in notify_download
  30. self._sendProwl(prowl_api=None, prowl_priority=None, event=common.notifyStrings[common.NOTIFY_DOWNLOAD], message=ep_name)
  31. File "/etc/sickbeard/sickbeard/notifiers/prowl.py", line 55, in _sendProwl
  32. body = urlencode(data))
  33. File "/usr/lib/python2.6/urllib.py", line 1267, in urlencode
  34. v = quote_plus(str(v))
  35. UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 25: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement