Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. osmc@Lillabadrummet:~$ python
  2. Python 2.7.9 (default, Sep 17 2016, 20:26:04)
  3. [GCC 4.9.2] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>>
  6. KeyboardInterrupt
  7. >>>
  8. KeyboardInterrupt
  9. >>>
  10. KeyboardInterrupt
  11. >>>
  12. KeyboardInterrupt
  13. >>> exit
  14. Use exit() or Ctrl-D (i.e. EOF) to exit
  15. >>>
  16. osmc@Lillabadrummet:~$ python /home/osmc/Subliminal/AutoSubliminal.py
  17. INFO: Initializing variables and loading config.
  18. ********************************************************************
  19. ERROR: Not a valid configuration file! Using default values instead!
  20. ********************************************************************
  21. ERROR: Required general section is missing. Using default values instead.
  22. ERROR: Required variable PATH is missing. Using current working directory instead.
  23. ERROR: Required variable VIDEOPATHS is missing. Using current working directory instead.
  24. ERROR: Required variable LOGFILE is missing. Using AutoSuliminal.log instead.
  25. ERROR: The webserver section is required. Now setting the default values (0.0.0.0:8083).
  26. WARNING: The webserver is started without authentication.
  27. INFO: Succesfully created the sqlite database.
  28. INFO: Starting output to log.
  29. INFO: Bye.
  30. [23/Mar/2018:20:15:15] ENGINE Bus STARTING
  31. [23/Mar/2018:20:15:15] ENGINE Starting WebSocket processing
  32. CherryPy Checker:
  33. u'/home/osmc/web/static/js' (root + dir) is not an existing filesystem path.
  34. section: [/js]
  35. root: u'/home/osmc/web/static'
  36. dir: 'js'
  37.  
  38. CherryPy Checker:
  39. u'/home/osmc/web/static/images' (root + dir) is not an existing filesystem path.
  40. section: [/images]
  41. root: u'/home/osmc/web/static'
  42. dir: 'images'
  43.  
  44. CherryPy Checker:
  45. u'/home/osmc/web/static/css' (root + dir) is not an existing filesystem path.
  46. section: [/css]
  47. root: u'/home/osmc/web/static'
  48. dir: 'css'
  49.  
  50. CherryPy Checker:
  51. u'/home/osmc/web/static/fonts' (root + dir) is not an existing filesystem path.
  52. section: [/fonts]
  53. root: u'/home/osmc/web/static'
  54. dir: 'fonts'
  55.  
  56. [23/Mar/2018:20:15:15] ENGINE Serving on http://0.0.0.0:8083
  57. [23/Mar/2018:20:15:15] ENGINE Bus STARTED
  58. 2018-03-23 20:15:22,572 ERROR Could not scan the video path (/home/osmc), skipping it
  59. Traceback (most recent call last):
  60. File "/home/osmc/Subliminal/autosubliminal/diskscanner.py", line 65, in run
  61. new_wanted_items.extend(walk_dir(videodir))
  62. File "/home/osmc/Subliminal/autosubliminal/diskscanner.py", line 99, in walk_dir
  63. for dirname, dirnames, filenames in os.walk(os.path.join(path)):
  64. File "/usr/lib/python2.7/os.py", line 296, in walk
  65. for x in walk(new_path, topdown, onerror, followlinks):
  66. File "/usr/lib/python2.7/os.py", line 296, in walk
  67. for x in walk(new_path, topdown, onerror, followlinks):
  68. File "/usr/lib/python2.7/os.py", line 296, in walk
  69. for x in walk(new_path, topdown, onerror, followlinks):
  70. File "/usr/lib/python2.7/os.py", line 286, in walk
  71. if isdir(join(top, name)):
  72. File "/usr/lib/python2.7/posixpath.py", line 80, in join
  73. path += '/' + b
  74. UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 16: ordinal not in range(128)
  75. 192.168.1.179 - - [23/Mar/2018:20:16:21] "GET / HTTP/1.1" 303 102 "" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36"
  76. 192.168.1.179 - - [23/Mar/2018:20:16:21] "GET /home HTTP/1.1" 301 113 "" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36"
  77. [23/Mar/2018:20:16:21] HTTP
  78. Request Headers:
  79. CONNECTION: keep-alive
  80. HOST: 192.168.1.4:8083
  81. UPGRADE-INSECURE-REQUESTS: 1
  82. Remote-Addr: 192.168.1.179
  83. ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
  84. USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36
  85. ACCEPT-LANGUAGE: en-US,en;q=0.9,sv;q=0.8,hr;q=0.7
  86. ACCEPT-ENCODING: gzip, deflate
  87. [23/Mar/2018:20:16:21] HTTP
  88. Traceback (most recent call last):
  89. File "/home/osmc/Subliminal/lib/cherrypy/_cprequest.py", line 631, in respond
  90. self._do_respond(path_info)
  91. File "/home/osmc/Subliminal/lib/cherrypy/_cprequest.py", line 690, in _do_respond
  92. response.body = self.handler()
  93. File "/home/osmc/Subliminal/lib/cherrypy/lib/encoding.py", line 221, in __call__
  94. self.body = self.oldhandler(*args, **kwargs)
  95. File "/home/osmc/Subliminal/lib/cherrypy/_cpdispatch.py", line 60, in __call__
  96. return self.callable(*self.args, **self.kwargs)
  97. File "/home/osmc/Subliminal/autosubliminal/webserver.py", line 36, in index
  98. return PageTemplate(filename='/home/home.mako').render()
  99. File "/home/osmc/Subliminal/autosubliminal/templates/page.py", line 23, in __init__
  100. self.template = self.lookup.get_template(filename)
  101. File "/home/osmc/Subliminal/lib/mako/lookup.py", line 261, in get_template
  102. "Cant locate template for uri %r" % uri)
  103. TopLevelLookupException: Cant locate template for uri '/home/home.mako'
  104. 2018-03-23 20:16:21,848 ERROR [23/Mar/2018:20:16:21] HTTP
  105. Traceback (most recent call last):
  106. File "/home/osmc/Subliminal/lib/cherrypy/_cprequest.py", line 631, in respond
  107. self._do_respond(path_info)
  108. File "/home/osmc/Subliminal/lib/cherrypy/_cprequest.py", line 690, in _do_respond
  109. response.body = self.handler()
  110. File "/home/osmc/Subliminal/lib/cherrypy/lib/encoding.py", line 221, in __call__
  111. self.body = self.oldhandler(*args, **kwargs)
  112. File "/home/osmc/Subliminal/lib/cherrypy/_cpdispatch.py", line 60, in __call__
  113. return self.callable(*self.args, **self.kwargs)
  114. File "/home/osmc/Subliminal/autosubliminal/webserver.py", line 36, in index
  115. return PageTemplate(filename='/home/home.mako').render()
  116. File "/home/osmc/Subliminal/autosubliminal/templates/page.py", line 23, in __init__
  117. self.template = self.lookup.get_template(filename)
  118. File "/home/osmc/Subliminal/lib/mako/lookup.py", line 261, in get_template
  119. "Cant locate template for uri %r" % uri)
  120. TopLevelLookupException: Cant locate template for uri '/home/home.mako'
  121. 192.168.1.179 - - [23/Mar/2018:20:16:21] "GET /home/ HTTP/1.1" 500 1961 "" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36"
  122. [23/Mar/2018:20:16:22] HTTP
  123. Request Headers:
  124. REFERER: http://192.168.1.4:8083/home/
  125. HOST: 192.168.1.4:8083
  126. CONNECTION: keep-alive
  127. Remote-Addr: 192.168.1.179
  128. ACCEPT: image/webp,image/apng,image/*,*/*;q=0.8
  129. USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36
  130. ACCEPT-LANGUAGE: en-US,en;q=0.9,sv;q=0.8,hr;q=0.7
  131. ACCEPT-ENCODING: gzip, deflate
  132. [23/Mar/2018:20:16:22] HTTP
  133. Traceback (most recent call last):
  134. File "/home/osmc/Subliminal/lib/cherrypy/_cprequest.py", line 631, in respond
  135. self._do_respond(path_info)
  136. File "/home/osmc/Subliminal/lib/cherrypy/_cprequest.py", line 690, in _do_respond
  137. response.body = self.handler()
  138. File "/home/osmc/Subliminal/lib/cherrypy/lib/encoding.py", line 221, in __call__
  139. self.body = self.oldhandler(*args, **kwargs)
  140. File "/home/osmc/Subliminal/lib/cherrypy/_cpdispatch.py", line 60, in __call__
  141. return self.callable(*self.args, **self.kwargs)
  142. File "/home/osmc/Subliminal/lib/cherrypy/_cptools.py", line 181, in handle_func
  143. handled = self.callable(*args, **self._merged_args(kwargs))
  144. TypeError: staticfile() got multiple values for keyword argument 'filename'
  145. 2018-03-23 20:16:22,378 ERROR [23/Mar/2018:20:16:22] HTTP
  146. Traceback (most recent call last):
  147. File "/home/osmc/Subliminal/lib/cherrypy/_cprequest.py", line 631, in respond
  148. self._do_respond(path_info)
  149. File "/home/osmc/Subliminal/lib/cherrypy/_cprequest.py", line 690, in _do_respond
  150. response.body = self.handler()
  151. File "/home/osmc/Subliminal/lib/cherrypy/lib/encoding.py", line 221, in __call__
  152. self.body = self.oldhandler(*args, **kwargs)
  153. File "/home/osmc/Subliminal/lib/cherrypy/_cpdispatch.py", line 60, in __call__
  154. return self.callable(*self.args, **self.kwargs)
  155. File "/home/osmc/Subliminal/lib/cherrypy/_cptools.py", line 181, in handle_func
  156. handled = self.callable(*args, **self._merged_args(kwargs))
  157. TypeError: staticfile() got multiple values for keyword argument 'filename'
  158. 192.168.1.179 - - [23/Mar/2018:20:16:22] "GET /favicon.ico HTTP/1.1" 500 1709 "http://192.168.1.4:8083/home/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement