DanPacu

sickhill

Oct 30th, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.43 KB | None | 0 0
  1. 2021-10-29 16:38:53 INFO :: SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
  2. 2021-10-29 17:06:31 INFO :: CHECKVERSION :: Checking for updates using GIT
  3. 2021-10-29 17:16:38 INFO :: DAILYSEARCHER :: Searching for new released episodes ...
  4. 2021-10-29 17:16:39 INFO :: DAILYSEARCHER :: No new released episodes found ...
  5. 2021-10-29 17:16:43 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
  6. 2021-10-29 17:16:49 INFO :: SEARCHQUEUE-DAILY-SEARCH :: [EliteTorrent] :: SSL Error requesting url: 'https://www.elitetorrent.eu/torrents.php?cat=4&modo=listado&orden=fecha&pag=1&buscar=' Try disabling Cert Verification on the advanced tab of /config/general
  7. 2021-10-29 17:18:48 INFO :: SEARCHQUEUE-DAILY-SEARCH :: [Torrentz] :: Request failed: HTTPSConnectionPool(host='torrentz.com', port=443): Read timed out. (read timeout=30) (<class 'str'>)
  8. 2021-10-29 17:18:49 INFO :: SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
  9. 2021-10-29 17:42:40 INFO :: MAIN :: Signal 15 caught, saving and exiting...
  10. 2021-10-29 17:42:52 INFO :: EVENT-QUEUE :: Aborting all threads
  11. 2021-10-29 17:42:53 INFO :: EVENT-QUEUE :: Waiting for the DAILYSEARCHER thread to exit
  12. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the BACKLOG thread to exit
  13. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the SHOWUPDATER thread to exit
  14. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the CHECKVERSION thread to exit
  15. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the SHOWQUEUE-REFRESH thread to exit
  16. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the SEARCHQUEUE-DAILY-SEARCH thread to exit
  17. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
  18. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
  19. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the TRAKTCHECKER thread to exit
  20. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the FINDPROPERS thread to exit
  21. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the FINDSUBTITLES thread to exit
  22. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the NOTIFICATIONS thread to exit
  23. 2021-10-29 17:42:55 INFO :: EVENT-QUEUE :: Waiting for the EVENT-QUEUE thread to exit
  24. 2021-10-29 17:42:56 INFO :: EVENT-QUEUE :: Saving all shows to the database
  25. 2021-10-29 17:43:00 INFO :: EVENT-QUEUE :: Saving config file to disk
  26. 2021-10-29 17:43:10 INFO :: EVENT-QUEUE :: Shutting down Tornado
  27. 2021-10-29 17:48:18 INFO :: MAIN :: Starting SickChill [master] using '/opt/sickchill/config.ini'
  28. 2021-10-29 17:48:18 INFO :: WEBSERVER :: Starting SickChill on http://0.0.0.0:8081/
  29. 2021-10-29 17:48:18 INFO :: CHECKVERSION :: Checking for updates using GIT
  30. 2021-10-29 17:49:25 ERROR :: WEBSERVER-ADDSHOWS_0 :: Unable to create the folder /pi6/descargas/Series/4400/4400, can't add the show
  31. 2021-10-29 17:51:09 ERROR :: WEBSERVER-ADDSHOWS_0 :: Unable to create the folder /pi6/descargas/Series/4400/4400, can't add the show
  32. 2021-10-29 17:51:48 WARNING :: WEBSERVER-HOME_0 :: Unable to contact github, can't check for update
  33. 2021-10-29 17:51:48 INFO :: WEBSERVER-HOME_0 :: A mako error occurred: [Errno 13] Permission denied: '/opt/sickchill/cache/mako/tmpvhtvnfua'
  34. 2021-10-29 17:51:48 ERROR :: WEBSERVER :: Uncaught exception GET /home/update/?pid=2793 (192.168.1.90)
  35. HTTPServerRequest(protocol='http', host='192.168.1.71:8081', method='GET', uri='/home/update/?pid=2793', version='HTTP/1.1', remote_ip='192.168.1.90')
  36. Traceback (most recent call last):
  37. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 249, in get_template
  38. return self._check(uri, self._collection[uri])
  39. KeyError: 'genericMessage.mako'
  40.  
  41. During handling of the above exception, another exception occurred:
  42.  
  43. Traceback (most recent call last):
  44. File "/opt/sickchill/sickchill/views/index.py", line 188, in async_call
  45. return function(**kwargs)
  46. File "/opt/sickchill/sickchill/views/home.py", line 694, in update
  47. return self._genericMessage(_("Update Failed"), _("Update wasn't successful, not restarting. Check your log for more information."))
  48. File "/opt/sickchill/sickchill/views/home.py", line 54, in _genericMessage
  49. t = PageTemplate(rh=self, filename="genericMessage.mako")
  50. File "/opt/sickchill/sickchill/views/common.py", line 36, in __init__
  51. self.template = lookup.get_template(filename)
  52. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 260, in get_template
  53. return self._load(srcfile, uri)
  54. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 327, in _load
  55. **self.template_args
  56. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 347, in __init__
  57. module = self._compile_from_file(path, filename)
  58. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 413, in _compile_from_file
  59. self, data, filename, path, self.module_writer
  60. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 762, in _compile_module_file
  61. (dest, name) = tempfile.mkstemp(dir=os.path.dirname(outputpath))
  62. File "/usr/lib/python3.7/tempfile.py", line 479, in mkstemp
  63. return _mkstemp_inner(dir, prefix, suffix, flags, output_type)
  64. File "/usr/lib/python3.7/tempfile.py", line 397, in _mkstemp_inner
  65. fd = _os.open(file, flags, 0o600)
  66. PermissionError: [Errno 13] Permission denied: '/opt/sickchill/cache/mako/tmpvhtvnfua'
  67.  
  68. During handling of the above exception, another exception occurred:
  69.  
  70. Traceback (most recent call last):
  71. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 249, in get_template
  72. return self._check(uri, self._collection[uri])
  73. KeyError: '500.mako'
  74.  
  75. During handling of the above exception, another exception occurred:
  76.  
  77. Traceback (most recent call last):
  78. File "/opt/sickchill/.venv/lib/python3.7/site-packages/tornado/web.py", line 1704, in _execute
  79. result = await result
  80. File "/opt/sickchill/.venv/lib/python3.7/site-packages/tornado/gen.py", line 769, in run
  81. yielded = self.gen.throw(*exc_info) # type: ignore
  82. File "/opt/sickchill/sickchill/views/index.py", line 164, in get
  83. results = yield self.async_call(method)
  84. File "/opt/sickchill/.venv/lib/python3.7/site-packages/tornado/gen.py", line 762, in run
  85. value = future.result()
  86. File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  87. result = self.fn(*self.args, **self.kwargs)
  88. File "/opt/sickchill/sickchill/views/index.py", line 192, in async_call
  89. return WebRoot(application=self.application, request=self.request).print_traceback(error=error, **self.request.arguments)
  90. File "/opt/sickchill/sickchill/views/index.py", line 205, in print_traceback
  91. t = PageTemplate(rh=self, filename="500.mako")
  92. File "/opt/sickchill/sickchill/views/common.py", line 36, in __init__
  93. self.template = lookup.get_template(filename)
  94. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 260, in get_template
  95. return self._load(srcfile, uri)
  96. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 327, in _load
  97. **self.template_args
  98. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 347, in __init__
  99. module = self._compile_from_file(path, filename)
  100. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 413, in _compile_from_file
  101. self, data, filename, path, self.module_writer
  102. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 762, in _compile_module_file
  103. (dest, name) = tempfile.mkstemp(dir=os.path.dirname(outputpath))
  104. File "/usr/lib/python3.7/tempfile.py", line 479, in mkstemp
  105. return _mkstemp_inner(dir, prefix, suffix, flags, output_type)
  106. File "/usr/lib/python3.7/tempfile.py", line 397, in _mkstemp_inner
  107. fd = _os.open(file, flags, 0o600)
  108. PermissionError: [Errno 13] Permission denied: '/opt/sickchill/cache/mako/tmpbwcgkp_q'
  109. 2021-10-29 17:53:16 WARNING :: WEBSERVER-HOME_0 :: Unable to contact github, can't check for update
  110. 2021-10-29 17:53:16 INFO :: WEBSERVER-HOME_0 :: A mako error occurred: [Errno 13] Permission denied: '/opt/sickchill/cache/mako/tmps7cvd7vc'
  111. 2021-10-29 17:53:16 ERROR :: WEBSERVER :: Uncaught exception GET /home/update/?pid=2793 (192.168.1.90)
  112. HTTPServerRequest(protocol='http', host='192.168.1.71:8081', method='GET', uri='/home/update/?pid=2793', version='HTTP/1.1', remote_ip='192.168.1.90')
  113. Traceback (most recent call last):
  114. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 249, in get_template
  115. return self._check(uri, self._collection[uri])
  116. KeyError: 'genericMessage.mako'
  117.  
  118. During handling of the above exception, another exception occurred:
  119.  
  120. Traceback (most recent call last):
  121. File "/opt/sickchill/sickchill/views/index.py", line 188, in async_call
  122. return function(**kwargs)
  123. File "/opt/sickchill/sickchill/views/home.py", line 694, in update
  124. return self._genericMessage(_("Update Failed"), _("Update wasn't successful, not restarting. Check your log for more information."))
  125. File "/opt/sickchill/sickchill/views/home.py", line 54, in _genericMessage
  126. t = PageTemplate(rh=self, filename="genericMessage.mako")
  127. File "/opt/sickchill/sickchill/views/common.py", line 36, in __init__
  128. self.template = lookup.get_template(filename)
  129. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 260, in get_template
  130. return self._load(srcfile, uri)
  131. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 327, in _load
  132. **self.template_args
  133. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 347, in __init__
  134. module = self._compile_from_file(path, filename)
  135. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 413, in _compile_from_file
  136. self, data, filename, path, self.module_writer
  137. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 762, in _compile_module_file
  138. (dest, name) = tempfile.mkstemp(dir=os.path.dirname(outputpath))
  139. File "/usr/lib/python3.7/tempfile.py", line 479, in mkstemp
  140. return _mkstemp_inner(dir, prefix, suffix, flags, output_type)
  141. File "/usr/lib/python3.7/tempfile.py", line 397, in _mkstemp_inner
  142. fd = _os.open(file, flags, 0o600)
  143. PermissionError: [Errno 13] Permission denied: '/opt/sickchill/cache/mako/tmps7cvd7vc'
  144.  
  145. During handling of the above exception, another exception occurred:
  146.  
  147. Traceback (most recent call last):
  148. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 249, in get_template
  149. return self._check(uri, self._collection[uri])
  150. KeyError: '500.mako'
  151.  
  152. During handling of the above exception, another exception occurred:
  153.  
  154. Traceback (most recent call last):
  155. File "/opt/sickchill/.venv/lib/python3.7/site-packages/tornado/web.py", line 1704, in _execute
  156. result = await result
  157. File "/opt/sickchill/.venv/lib/python3.7/site-packages/tornado/gen.py", line 769, in run
  158. yielded = self.gen.throw(*exc_info) # type: ignore
  159. File "/opt/sickchill/sickchill/views/index.py", line 164, in get
  160. results = yield self.async_call(method)
  161. File "/opt/sickchill/.venv/lib/python3.7/site-packages/tornado/gen.py", line 762, in run
  162. value = future.result()
  163. File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  164. result = self.fn(*self.args, **self.kwargs)
  165. File "/opt/sickchill/sickchill/views/index.py", line 192, in async_call
  166. return WebRoot(application=self.application, request=self.request).print_traceback(error=error, **self.request.arguments)
  167. File "/opt/sickchill/sickchill/views/index.py", line 205, in print_traceback
  168. t = PageTemplate(rh=self, filename="500.mako")
  169. File "/opt/sickchill/sickchill/views/common.py", line 36, in __init__
  170. self.template = lookup.get_template(filename)
  171. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 260, in get_template
  172. return self._load(srcfile, uri)
  173. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 327, in _load
  174. **self.template_args
  175. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 347, in __init__
  176. module = self._compile_from_file(path, filename)
  177. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 413, in _compile_from_file
  178. self, data, filename, path, self.module_writer
  179. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 762, in _compile_module_file
  180. (dest, name) = tempfile.mkstemp(dir=os.path.dirname(outputpath))
  181. File "/usr/lib/python3.7/tempfile.py", line 479, in mkstemp
  182. return _mkstemp_inner(dir, prefix, suffix, flags, output_type)
  183. File "/usr/lib/python3.7/tempfile.py", line 397, in _mkstemp_inner
  184. fd = _os.open(file, flags, 0o600)
  185. PermissionError: [Errno 13] Permission denied: '/opt/sickchill/cache/mako/tmpo0dd9jvp'
  186. 2021-10-29 17:53:41 WARNING :: WEBSERVER-HOME_0 :: Unable to contact github, can't check for update
  187. 2021-10-29 17:53:41 INFO :: WEBSERVER-HOME_0 :: A mako error occurred: [Errno 13] Permission denied: '/opt/sickchill/cache/mako/tmpr0k8awcp'
  188. 2021-10-29 17:53:41 ERROR :: WEBSERVER :: Uncaught exception GET /home/update/?pid=2793 (192.168.1.90)
  189. HTTPServerRequest(protocol='http', host='192.168.1.71:8081', method='GET', uri='/home/update/?pid=2793', version='HTTP/1.1', remote_ip='192.168.1.90')
  190. Traceback (most recent call last):
  191. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 249, in get_template
  192. return self._check(uri, self._collection[uri])
  193. KeyError: 'genericMessage.mako'
  194.  
  195. During handling of the above exception, another exception occurred:
  196.  
  197. Traceback (most recent call last):
  198. File "/opt/sickchill/sickchill/views/index.py", line 188, in async_call
  199. return function(**kwargs)
  200. File "/opt/sickchill/sickchill/views/home.py", line 694, in update
  201. return self._genericMessage(_("Update Failed"), _("Update wasn't successful, not restarting. Check your log for more information."))
  202. File "/opt/sickchill/sickchill/views/home.py", line 54, in _genericMessage
  203. t = PageTemplate(rh=self, filename="genericMessage.mako")
  204. File "/opt/sickchill/sickchill/views/common.py", line 36, in __init__
  205. self.template = lookup.get_template(filename)
  206. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 260, in get_template
  207. return self._load(srcfile, uri)
  208. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 327, in _load
  209. **self.template_args
  210. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 347, in __init__
  211. module = self._compile_from_file(path, filename)
  212. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 413, in _compile_from_file
  213. self, data, filename, path, self.module_writer
  214. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 762, in _compile_module_file
  215. (dest, name) = tempfile.mkstemp(dir=os.path.dirname(outputpath))
  216. File "/usr/lib/python3.7/tempfile.py", line 479, in mkstemp
  217. return _mkstemp_inner(dir, prefix, suffix, flags, output_type)
  218. File "/usr/lib/python3.7/tempfile.py", line 397, in _mkstemp_inner
  219. fd = _os.open(file, flags, 0o600)
  220. PermissionError: [Errno 13] Permission denied: '/opt/sickchill/cache/mako/tmpr0k8awcp'
  221.  
  222. During handling of the above exception, another exception occurred:
  223.  
  224. Traceback (most recent call last):
  225. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 249, in get_template
  226. return self._check(uri, self._collection[uri])
  227. KeyError: '500.mako'
  228.  
  229. During handling of the above exception, another exception occurred:
  230.  
  231. Traceback (most recent call last):
  232. File "/opt/sickchill/.venv/lib/python3.7/site-packages/tornado/web.py", line 1704, in _execute
  233. result = await result
  234. File "/opt/sickchill/.venv/lib/python3.7/site-packages/tornado/gen.py", line 769, in run
  235. yielded = self.gen.throw(*exc_info) # type: ignore
  236. File "/opt/sickchill/sickchill/views/index.py", line 164, in get
  237. results = yield self.async_call(method)
  238. File "/opt/sickchill/.venv/lib/python3.7/site-packages/tornado/gen.py", line 762, in run
  239. value = future.result()
  240. File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  241. result = self.fn(*self.args, **self.kwargs)
  242. File "/opt/sickchill/sickchill/views/index.py", line 192, in async_call
  243. return WebRoot(application=self.application, request=self.request).print_traceback(error=error, **self.request.arguments)
  244. File "/opt/sickchill/sickchill/views/index.py", line 205, in print_traceback
  245. t = PageTemplate(rh=self, filename="500.mako")
  246. File "/opt/sickchill/sickchill/views/common.py", line 36, in __init__
  247. self.template = lookup.get_template(filename)
  248. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 260, in get_template
  249. return self._load(srcfile, uri)
  250. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/lookup.py", line 327, in _load
  251. **self.template_args
  252. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 347, in __init__
  253. module = self._compile_from_file(path, filename)
  254. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 413, in _compile_from_file
  255. self, data, filename, path, self.module_writer
  256. File "/opt/sickchill/.venv/lib/python3.7/site-packages/mako/template.py", line 762, in _compile_module_file
  257. (dest, name) = tempfile.mkstemp(dir=os.path.dirname(outputpath))
  258. File "/usr/lib/python3.7/tempfile.py", line 479, in mkstemp
  259. return _mkstemp_inner(dir, prefix, suffix, flags, output_type)
  260. File "/usr/lib/python3.7/tempfile.py", line 397, in _mkstemp_inner
  261. fd = _os.open(file, flags, 0o600)
  262. PermissionError: [Errno 13] Permission denied: '/opt/sickchill/cache/mako/tmpn4qhbup1'
  263. 2021-10-29 17:58:19 INFO :: DAILYSEARCHER :: Searching for new released episodes ...
  264. 2021-10-29 17:58:20 INFO :: DAILYSEARCHER :: No new released episodes found ...
  265. 2021-10-29 17:58:21 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
  266. 2021-10-29 17:58:23 ERROR :: SEARCHQUEUE-DAILY-SEARCH :: Fatal error executing query with db.action in database /opt/sickchill/sickchill.db: attempt to write a readonly database
  267. 2021-10-29 17:58:23 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Traceback (most recent call last):
  268. File "/opt/sickchill/sickchill/oldbeard/db.py", line 266, in action
  269. sql_results = self._execute(query, args, fetchall=fetchall, fetchone=fetchone)
  270. File "/opt/sickchill/sickchill/oldbeard/db.py", line 122, in _execute
  271. sql_results = self.connection.cursor().execute(query, args)
  272. sqlite3.OperationalError: attempt to write a readonly database
  273.  
  274. 2021-10-29 17:58:23 INFO :: SEARCHQUEUE-DAILY-SEARCH :: If this happened in cache.db, you can safely stop SickChill, and delete the cache.db file without losing any data
  275. 2021-10-29 17:58:23 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Here are the arguments that were passed to this function (This is what the developers need to know): {'self': <sickchill.oldbeard.db.DBConnection object at 0xb0a0f890>, 'query': 'UPDATE [xem_refresh] SET indexer = ?, last_refreshed = ? WHERE indexer_id = ?', 'args': [1, 1635523103, 367138], 'fetchall': False, 'fetchone': False, 'sql_results': [], 'attempt': 0, 'e': OperationalError('attempt to write a readonly database'), 'severity': 40}
  276. 2021-10-29 18:38:20 INFO :: DAILYSEARCHER :: Searching for new released episodes ...
  277. 2021-10-29 18:38:21 INFO :: DAILYSEARCHER :: No new released episodes found ...
  278. 2021-10-29 18:38:22 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
  279. 2021-10-29 18:38:23 ERROR :: SEARCHQUEUE-DAILY-SEARCH :: Fatal error executing query with db.action in database /opt/sickchill/sickchill.db: attempt to write a readonly database
  280. 2021-10-29 18:38:23 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Traceback (most recent call last):
  281. File "/opt/sickchill/sickchill/oldbeard/db.py", line 266, in action
  282. sql_results = self._execute(query, args, fetchall=fetchall, fetchone=fetchone)
  283. File "/opt/sickchill/sickchill/oldbeard/db.py", line 122, in _execute
  284. sql_results = self.connection.cursor().execute(query, args)
  285. sqlite3.OperationalError: attempt to write a readonly database
  286.  
  287. 2021-10-29 18:38:23 INFO :: SEARCHQUEUE-DAILY-SEARCH :: If this happened in cache.db, you can safely stop SickChill, and delete the cache.db file without losing any data
  288. 2021-10-29 18:38:23 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Here are the arguments that were passed to this function (This is what the developers need to know): {'self': <sickchill.oldbeard.db.DBConnection object at 0xb0a73cb0>, 'query': 'UPDATE [xem_refresh] SET indexer = ?, last_refreshed = ? WHERE indexer_id = ?', 'args': [1, 1635525503, 367138], 'fetchall': False, 'fetchone': False, 'sql_results': [], 'attempt': 0, 'e': OperationalError('attempt to write a readonly database'), 'severity': 40}
  289. 2021-10-29 18:48:19 INFO :: CHECKVERSION :: Checking for updates using GIT
  290. 2021-10-29 18:48:21 WARNING :: CHECKVERSION :: Unable to contact github, can't check for update
  291. 2021-10-29 19:18:21 INFO :: DAILYSEARCHER :: Searching for new released episodes ...
  292. 2021-10-29 19:18:22 INFO :: DAILYSEARCHER :: No new released episodes found ...
  293. 2021-10-29 19:18:25 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
  294. 2021-10-29 19:18:26 ERROR :: SEARCHQUEUE-DAILY-SEARCH :: Fatal error executing query with db.action in database /opt/sickchill/sickchill.db: attempt to write a readonly database
  295. 2021-10-29 19:18:26 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Traceback (most recent call last):
  296. File "/opt/sickchill/sickchill/oldbeard/db.py", line 266, in action
  297. sql_results = self._execute(query, args, fetchall=fetchall, fetchone=fetchone)
  298. File "/opt/sickchill/sickchill/oldbeard/db.py", line 122, in _execute
  299. sql_results = self.connection.cursor().execute(query, args)
  300. sqlite3.OperationalError: attempt to write a readonly database
  301.  
  302. 2021-10-29 19:18:26 INFO :: SEARCHQUEUE-DAILY-SEARCH :: If this happened in cache.db, you can safely stop SickChill, and delete the cache.db file without losing any data
  303. 2021-10-29 19:18:26 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Here are the arguments that were passed to this function (This is what the developers need to know): {'self': <sickchill.oldbeard.db.DBConnection object at 0xb0f28030>, 'query': 'UPDATE [xem_refresh] SET indexer = ?, last_refreshed = ? WHERE indexer_id = ?', 'args': [1, 1635527906, 367138], 'fetchall': False, 'fetchone': False, 'sql_results': [], 'attempt': 0, 'e': OperationalError('attempt to write a readonly database'), 'severity': 40}
  304. 2021-10-29 19:48:19 INFO :: CHECKVERSION :: Checking for updates using GIT
  305. 2021-10-29 19:48:22 WARNING :: CHECKVERSION :: Unable to contact github, can't check for update
  306. 2021-10-29 19:58:21 INFO :: DAILYSEARCHER :: Searching for new released episodes ...
  307. 2021-10-29 19:58:21 INFO :: DAILYSEARCHER :: No new released episodes found ...
  308. 2021-10-29 19:58:23 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
  309. 2021-10-29 19:58:24 ERROR :: SEARCHQUEUE-DAILY-SEARCH :: Fatal error executing query with db.action in database /opt/sickchill/sickchill.db: attempt to write a readonly database
  310. 2021-10-29 19:58:24 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Traceback (most recent call last):
  311. File "/opt/sickchill/sickchill/oldbeard/db.py", line 266, in action
  312. sql_results = self._execute(query, args, fetchall=fetchall, fetchone=fetchone)
  313. File "/opt/sickchill/sickchill/oldbeard/db.py", line 122, in _execute
  314. sql_results = self.connection.cursor().execute(query, args)
  315. sqlite3.OperationalError: attempt to write a readonly database
  316.  
  317. 2021-10-29 19:58:24 INFO :: SEARCHQUEUE-DAILY-SEARCH :: If this happened in cache.db, you can safely stop SickChill, and delete the cache.db file without losing any data
  318. 2021-10-29 19:58:24 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Here are the arguments that were passed to this function (This is what the developers need to know): {'self': <sickchill.oldbeard.db.DBConnection object at 0xacff8e10>, 'query': 'UPDATE [xem_refresh] SET indexer = ?, last_refreshed = ? WHERE indexer_id = ?', 'args': [1, 1635530304, 367138], 'fetchall': False, 'fetchone': False, 'sql_results': [], 'attempt': 0, 'e': OperationalError('attempt to write a readonly database'), 'severity': 40}
  319. 2021-10-29 20:38:22 INFO :: DAILYSEARCHER :: Searching for new released episodes ...
  320. 2021-10-29 20:38:23 INFO :: DAILYSEARCHER :: No new released episodes found ...
  321. 2021-10-29 20:38:26 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
  322. 2021-10-29 20:38:28 ERROR :: SEARCHQUEUE-DAILY-SEARCH :: Fatal error executing query with db.action in database /opt/sickchill/sickchill.db: attempt to write a readonly database
  323. 2021-10-29 20:38:28 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Traceback (most recent call last):
  324. File "/opt/sickchill/sickchill/oldbeard/db.py", line 266, in action
  325. sql_results = self._execute(query, args, fetchall=fetchall, fetchone=fetchone)
  326. File "/opt/sickchill/sickchill/oldbeard/db.py", line 122, in _execute
  327. sql_results = self.connection.cursor().execute(query, args)
  328. sqlite3.OperationalError: attempt to write a readonly database
  329.  
  330. 2021-10-29 20:38:28 INFO :: SEARCHQUEUE-DAILY-SEARCH :: If this happened in cache.db, you can safely stop SickChill, and delete the cache.db file without losing any data
  331. 2021-10-29 20:38:28 INFO :: SEARCHQUEUE-DAILY-SEARCH :: Here are the arguments that were passed to this function (This is what the developers need to know): {'self': <sickchill.oldbeard.db.DBConnection object at 0xb0f28110>, 'query': 'UPDATE [xem_refresh] SET indexer = ?, last_refreshed = ? WHERE indexer_id = ?', 'args': [1, 1635532708, 367138], 'fetchall': False, 'fetchone': False, 'sql_results': [], 'attempt': 0, 'e': OperationalError('attempt to write a readonly database'), 'severity': 40}
  332. 2021-10-29 20:48:19 INFO :: CHECKVERSION :: Checking for updates using GIT
  333. 2021-10-29 20:48:21 WARNING :: CHECKVERSION :: Unable to contact github, can't check for update
  334. 2021-10-29 21:01:57 INFO :: MAIN :: Signal 15 caught, saving and exiting...
  335. 2021-10-29 21:02:07 INFO :: EVENT-QUEUE :: Aborting all threads
  336. 2021-10-29 21:02:09 INFO :: EVENT-QUEUE :: Waiting for the DAILYSEARCHER thread to exit
  337. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the BACKLOG thread to exit
  338. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the SHOWUPDATER thread to exit
  339. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the CHECKVERSION thread to exit
  340. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the SHOWQUEUE thread to exit
  341. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the SEARCHQUEUE-DAILY-SEARCH thread to exit
  342. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
  343. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
  344. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the TRAKTCHECKER thread to exit
  345. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the FINDPROPERS thread to exit
  346. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the FINDSUBTITLES thread to exit
  347. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the NOTIFICATIONS thread to exit
  348. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Waiting for the EVENT-QUEUE thread to exit
  349. 2021-10-29 21:02:10 INFO :: EVENT-QUEUE :: Saving all shows to the database
  350. 2021-10-29 21:02:11 INFO :: EVENT-QUEUE :: Saving config file to disk
  351. 2021-10-29 21:02:22 INFO :: EVENT-QUEUE :: Shutting down Tornado
  352. 2021-10-29 21:02:33 WARNING :: EVENT-QUEUE :: Unable to remove the cache/mako directory!
Add Comment
Please, Sign In to add comment