Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. This was generated with the following steps:
  2.  
  3. - cloned master branch into new folder
  4. - chown'd it as me
  5. - enabled debug in config
  6. - started up
  7. - added only Hannibal
  8. - this error occurred in the logs
  9.  
  10. The Hannibal folder has three subfolders, Season 01/02/03, and only *.mkv files within each folder. No metadata files exist.
  11.  
  12. Log:
  13. AA
  14. AAUnicodeEncodeError: 'ascii' codec can't encode character u'\xf4' in position 60: ordinal not in range(128)
  15. AA inputio = open(real_filename, 'rb')
  16. AA File "/opt/SickGear/lib/hachoir_core/stream/input_helper.py", line 17, in FileInputStream
  17. AA stream = FileInputStream(filename, real_filename, tags=tags)
  18. AA File "/opt/SickGear/lib/hachoir_parser/guess.py", line 136, in createParser
  19. AA parser = createParser(filename)
  20. AA File "/opt/SickGear/sickbeard/common.py", line 245, in fileQuality
  21. AA new_quality = Quality.fileQuality(file)
  22. AA File "/opt/SickGear/sickbeard/tv.py", line 698, in makeEpFromFile
  23. AA curEpisode = self.makeEpFromFile(ek.ek(os.path.join, self._location, mediaFile))
  24. AA File "/opt/SickGear/sickbeard/tv.py", line 414, in loadEpisodesFromDir
  25. AA self.show.loadEpisodesFromDir()
  26. AA File "/opt/SickGear/sickbeard/show_queue.py", line 399, in run
  27. 2016-02-07 15:46:10 DEBUG SHOWQUEUE-ADD :: Traceback (most recent call last):
  28. 2016-02-07 15:46:10 ERROR SHOWQUEUE-ADD :: Error searching directory for episodes: ascii : /media/6tb/TV Shows/Hannibal/Season 01/Hannibal - s01e11 - Rôti.mkv : error 60 : error 61 : ordinal not in range(128)
  29. 2016-02-07 15:46:10 DEBUG SHOWQUEUE-ADD :: Setter sets location to /media/6tb/TV Shows/Hannibal/Season 01/Hannibal - s01e11 - Rôti.mkv
  30. 2016-02-07 15:46:10 DEBUG SHOWQUEUE-ADD :: The old episode had a different file associated with it, re-checking the quality based on the new filename /media/6tb/TV Shows/Hannibal/Season 01/Hannibal - s01e11 - Rôti.mkv
  31. 2016-02-07 15:46:10 DEBUG SHOWQUEUE-ADD :: 259063: /media/6tb/TV Shows/Hannibal/Season 01/Hannibal - s01e11 - Rôti.mkv parsed to Hannibal 1x11
  32. 2016-02-07 15:46:10 DEBUG SHOWQUEUE-ADD :: Parsed /media/6tb/TV Shows/Hannibal/Season 01/Hannibal - s01e11 - Rôti.mkv into Hannibal - S1E11 [ABD: False] [ANIME: False] [whichReg: ['standard']]
  33. 2016-02-07 15:46:10 DEBUG SHOWQUEUE-ADD :: Using NORMAL regexs
  34. 2016-02-07 15:46:10 DEBUG SHOWQUEUE-ADD :: 259063: Creating episode object from /media/6tb/TV Shows/Hannibal/Season 01/Hannibal - s01e11 - Rôti.mkv
  35. 2016-02-07 15:46:10 DEBUG SHOWQUEUE-ADD :: 259063: Creating episode from /media/6tb/TV Shows/Hannibal/Season 01/Hannibal - s01e11 - Rôti.mkv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement