KNIGHTER

Members
  • Posts

    2
  • Joined

  • Last visited

KNIGHTER's Achievements

Noob

Noob (1/14)

0

Reputation

  1. when trying to update (they show as current) it comes up with an error trying to find updates for plugins. "Unmanic has stopped processing tasks as it has detected an incompatible Plugin - Mover v2" unmanic.log; 2021-11-18T19:40:23:ERROR:Unmanic.PluginsHandler - [FORMATTED] - Exception while fetching plugin info for mover2: - Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/unmanic/libs/plugins.py", line 783, in get_incompatible_enabled_plugins plugin_info = self.get_plugin_info(record.get('plugin_id')) File "/usr/local/lib/python3.8/dist-packages/unmanic/libs/plugins.py", line 208, in get_plugin_info plugin_info = json.load(json_file) File "/usr/lib/python3.8/json/__init__.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2021-11-18T19:40:25:INFO:Unmanic.PluginsHandler - [FORMATTED] - Installed plugin 'mover2'
  2. I have had the same thing as many others have had. I am running mover2 to move optimised content to my plex server. i have added folders to allow mover to move to a different folder area. my version is the latest, and my unraid version is 6.9.2 here's the log; [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... **** (permissions_config) Setting run user uid=100(abc) gid=99(abc) **** usermod: no changes **** (permissions_config) Setting permissions **** **** (permissions_config) Adding run user to video group **** [cont-init.d] 20-config: exited 0. [cont-init.d] 30-patch-nvidia: executing... [cont-init.d] 30-patch-nvidia: exited 0. [cont-init.d] 60-custom-setup-script: executing... [cont-init.d] 60-custom-setup-script: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. 2021-11-18T00:47:38:INFO:Unmanic.UnmanicLogger - Debug logging disabled 2021-11-18T00:47:38:INFO:Unmanic.UnmanicLogger - Initialising file logger. All further logs should output to the 'unmanic.log' file Exception in thread PostProcessor: Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/peewee.py", line 3160, in execute_sql cursor.execute(sql, params or ()) sqlite3.OperationalError: database is locked During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/local/lib/python3.8/dist-packages/unmanic/libs/postprocessor.py", line 107, in run self.current_task.delete() File "/usr/local/lib/python3.8/dist-packages/unmanic/libs/task.py", line 293, in delete self.task.delete_instance() File "/usr/local/lib/python3.8/dist-packages/peewee.py", line 6652, in delete_instance return type(self).delete().where(self._pk_expr()).execute() File "/usr/local/lib/python3.8/dist-packages/peewee.py", line 1911, in inner return method(self, database, *args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/peewee.py", line 1982, in execute return self._execute(database) File "/usr/local/lib/python3.8/dist-packages/peewee.py", line 2479, in _execute cursor = database.execute(self) File "/usr/local/lib/python3.8/dist-packages/peewee.py", line 3173, in execute return self.execute_sql(sql, params, commit=commit) File "/usr/local/lib/python3.8/dist-packages/peewee.py", line 3167, in execute_sql self.commit() File "/usr/local/lib/python3.8/dist-packages/peewee.py", line 2933, in __exit__ reraise(new_type, new_type(exc_value, *exc_args), traceback) File "/usr/local/lib/python3.8/dist-packages/peewee.py", line 191, in reraise raise value.with_traceback(tb) File "/usr/local/lib/python3.8/dist-packages/peewee.py", line 3160, in execute_sql cursor.execute(sql, params or ()) peewee.OperationalError: database is locked