Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. KeyError: 'createhardlink'
  2. if config['createhardlink']:
  3. File "/opt/watcher3/app/core/postprocessing.py", line 436, in complete
  4. response = self.complete(data)
  5. File "/opt/watcher3/app/core/postprocessing.py", line 86, in POST
  6. return self.callable(*self.args, **self.kwargs)
  7. File "/opt/watcher3/app/lib/cherrypy/_cpdispatch.py", line 60, in __call__
  8. self.body = self.oldhandler(*args, **kwargs)
  9. File "/opt/watcher3/app/lib/cherrypy/lib/encoding.py", line 220, in __call__
  10. response.body = self.handler()
  11. File "/opt/watcher3/app/lib/cherrypy/_cprequest.py", line 670, in respond
  12. Traceback (most recent call last):
  13. ERROR 2017-06-28 19:12:34,958 cherrypy.error.140710377619072.error: [28/Jun/2017:19:12:34] HTTP
  14. CONNECTION: close
  15. ACCEPT-ENCODING: identity
  16. HOST: 192.168.1.190:9090
  17. USER-AGENT: Mozilla/5.0
  18. Remote-Addr: 172.17.42.1
  19. Content-Length: 296
  20. Content-Type: application/x-www-form-urlencoded
  21. Request Headers:
  22. INFO 2017-06-28 19:12:34,957 cherrypy.error.140710377619072.error: [28/Jun/2017:19:12:34] HTTP
  23. DEBUG 2017-06-28 19:12:34,952 core.sqldb.update: Updating finished_file to /volume2/Storage/Movies/ Snatch (2000)/Snatch (2000).mkv for col imdbid:tt0208092 in MOVIES.
  24. DEBUG 2017-06-28 19:12:34,951 core.postprocessing.compile_path: Created path Snatch (2000) from {title} ({year})
  25. INFO 2017-06-28 19:12:34,951 core.postprocessing.mover: Copying and renaming any extra files.
  26. INFO 2017-06-28 19:11:14,939 core.postprocessing.mover: Moving /downloads/Category/Movies/Snatch.2000.1080p.BluRay.x264-BestHD/Snatch (2000).mkv to /volume2/Storage/Movies/ Snatch (2000)/
  27. INFO 2017-06-28 19:11:14,938 core.postprocessing.mover: Checking if old file /volume2/Storage/Movies/ Snatch (2000)/Snatch (2000).mkv exists.
  28. DEBUG 2017-06-28 19:11:14,926 core.postprocessing.compile_path: Created path /volume2/Storage/Movies/ Snatch (2000)/ from /volume2/Storage/Movies/ {title} ({year})/
  29. INFO 2017-06-28 19:11:14,648 core.postprocessing.renamer: Renaming besthd-snatch-1080p.mkv to Snatch (2000).mkv
  30. DEBUG 2017-06-28 19:11:14,647 core.postprocessing.compile_path: Created path Snatch (2000) from {title} ({year})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement