1516 lines
96 KiB
Plaintext
1516 lines
96 KiB
Plaintext
[2022-04-19 21:42:54,403|ERROR|logic.py:458] Exception:(sqlite3.OperationalError) no such table: system_setting
|
|
[SQL: SELECT system_setting.id AS system_setting_id, system_setting."key" AS system_setting_key, system_setting.value AS system_setting_value
|
|
FROM system_setting
|
|
WHERE system_setting."key" = ?
|
|
LIMIT ? OFFSET ?]
|
|
[parameters: ('link_json', 1, 0)]
|
|
(Background on this error at: https://sqlalche.me/e/14/e3q8)
|
|
[2022-04-19 21:42:54,408|ERROR|logic.py:459] Traceback (most recent call last):
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1819, in _execute_context
|
|
self.dialect.do_execute(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute
|
|
cursor.execute(statement, parameters)
|
|
sqlite3.OperationalError: no such table: system_setting
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 452, in get_setting_value
|
|
entity = db.session.query(ModelSetting).filter_by(key=key).first()
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2819, in first
|
|
return self.limit(1)._iter().first()
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2903, in _iter
|
|
result = self.session.execute(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1692, in execute
|
|
result = conn._execute_20(statement, params or {}, execution_options)
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1631, in _execute_20
|
|
return meth(self, args_10style, kwargs_10style, execution_options)
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 325, in _execute_on_connection
|
|
return connection._execute_clauseelement(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1498, in _execute_clauseelement
|
|
ret = self._execute_context(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1862, in _execute_context
|
|
self._handle_dbapi_exception(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2043, in _handle_dbapi_exception
|
|
util.raise_(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 207, in raise_
|
|
raise exception
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1819, in _execute_context
|
|
self.dialect.do_execute(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute
|
|
cursor.execute(statement, parameters)
|
|
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: system_setting
|
|
[SQL: SELECT system_setting.id AS system_setting_id, system_setting."key" AS system_setting_key, system_setting.value AS system_setting_value
|
|
FROM system_setting
|
|
WHERE system_setting."key" = ?
|
|
LIMIT ? OFFSET ?]
|
|
[parameters: ('link_json', 1, 0)]
|
|
(Background on this error at: https://sqlalche.me/e/14/e3q8)
|
|
|
|
[2022-04-19 21:42:54,408|ERROR|logic.py:460] error key : link_json
|
|
[2022-04-19 21:42:54,409|ERROR|logic.py:608] Exception:the JSON object must be str, bytes or bytearray, not bool
|
|
[2022-04-19 21:42:54,409|ERROR|logic.py:609] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 591, in apply_menu_link
|
|
data = json.loads(link_data_str)
|
|
File "/opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__init__.py", line 339, in loads
|
|
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
|
|
TypeError: the JSON object must be str, bytes or bytearray, not bool
|
|
|
|
[2022-04-19 21:43:46,279|ERROR|logic.py:458] Exception:(sqlite3.OperationalError) no such table: system_setting
|
|
[SQL: SELECT system_setting.id AS system_setting_id, system_setting."key" AS system_setting_key, system_setting.value AS system_setting_value
|
|
FROM system_setting
|
|
WHERE system_setting."key" = ?
|
|
LIMIT ? OFFSET ?]
|
|
[parameters: ('link_json', 1, 0)]
|
|
(Background on this error at: https://sqlalche.me/e/14/e3q8)
|
|
[2022-04-19 21:43:46,283|ERROR|logic.py:459] Traceback (most recent call last):
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1819, in _execute_context
|
|
self.dialect.do_execute(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute
|
|
cursor.execute(statement, parameters)
|
|
sqlite3.OperationalError: no such table: system_setting
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 452, in get_setting_value
|
|
entity = db.session.query(ModelSetting).filter_by(key=key).first()
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2819, in first
|
|
return self.limit(1)._iter().first()
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2903, in _iter
|
|
result = self.session.execute(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1692, in execute
|
|
result = conn._execute_20(statement, params or {}, execution_options)
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1631, in _execute_20
|
|
return meth(self, args_10style, kwargs_10style, execution_options)
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 325, in _execute_on_connection
|
|
return connection._execute_clauseelement(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1498, in _execute_clauseelement
|
|
ret = self._execute_context(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1862, in _execute_context
|
|
self._handle_dbapi_exception(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2043, in _handle_dbapi_exception
|
|
util.raise_(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 207, in raise_
|
|
raise exception
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1819, in _execute_context
|
|
self.dialect.do_execute(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute
|
|
cursor.execute(statement, parameters)
|
|
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: system_setting
|
|
[SQL: SELECT system_setting.id AS system_setting_id, system_setting."key" AS system_setting_key, system_setting.value AS system_setting_value
|
|
FROM system_setting
|
|
WHERE system_setting."key" = ?
|
|
LIMIT ? OFFSET ?]
|
|
[parameters: ('link_json', 1, 0)]
|
|
(Background on this error at: https://sqlalche.me/e/14/e3q8)
|
|
|
|
[2022-04-19 21:43:46,283|ERROR|logic.py:460] error key : link_json
|
|
[2022-04-19 21:43:46,283|ERROR|logic.py:608] Exception:the JSON object must be str, bytes or bytearray, not bool
|
|
[2022-04-19 21:43:46,284|ERROR|logic.py:609] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 591, in apply_menu_link
|
|
data = json.loads(link_data_str)
|
|
File "/opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__init__.py", line 339, in loads
|
|
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
|
|
TypeError: the JSON object must be str, bytes or bytearray, not bool
|
|
|
|
[2022-04-19 21:48:48,539|ERROR|logic.py:458] Exception:(sqlite3.OperationalError) no such table: system_setting
|
|
[SQL: SELECT system_setting.id AS system_setting_id, system_setting."key" AS system_setting_key, system_setting.value AS system_setting_value
|
|
FROM system_setting
|
|
WHERE system_setting."key" = ?
|
|
LIMIT ? OFFSET ?]
|
|
[parameters: ('link_json', 1, 0)]
|
|
(Background on this error at: https://sqlalche.me/e/14/e3q8)
|
|
[2022-04-19 21:48:48,546|ERROR|logic.py:459] Traceback (most recent call last):
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1819, in _execute_context
|
|
self.dialect.do_execute(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute
|
|
cursor.execute(statement, parameters)
|
|
sqlite3.OperationalError: no such table: system_setting
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 452, in get_setting_value
|
|
entity = db.session.query(ModelSetting).filter_by(key=key).first()
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2819, in first
|
|
return self.limit(1)._iter().first()
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2903, in _iter
|
|
result = self.session.execute(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1692, in execute
|
|
result = conn._execute_20(statement, params or {}, execution_options)
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1631, in _execute_20
|
|
return meth(self, args_10style, kwargs_10style, execution_options)
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 325, in _execute_on_connection
|
|
return connection._execute_clauseelement(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1498, in _execute_clauseelement
|
|
ret = self._execute_context(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1862, in _execute_context
|
|
self._handle_dbapi_exception(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2043, in _handle_dbapi_exception
|
|
util.raise_(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 207, in raise_
|
|
raise exception
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1819, in _execute_context
|
|
self.dialect.do_execute(
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute
|
|
cursor.execute(statement, parameters)
|
|
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: system_setting
|
|
[SQL: SELECT system_setting.id AS system_setting_id, system_setting."key" AS system_setting_key, system_setting.value AS system_setting_value
|
|
FROM system_setting
|
|
WHERE system_setting."key" = ?
|
|
LIMIT ? OFFSET ?]
|
|
[parameters: ('link_json', 1, 0)]
|
|
(Background on this error at: https://sqlalche.me/e/14/e3q8)
|
|
|
|
[2022-04-19 21:48:48,546|ERROR|logic.py:460] error key : link_json
|
|
[2022-04-19 21:48:48,546|ERROR|logic.py:608] Exception:the JSON object must be str, bytes or bytearray, not bool
|
|
[2022-04-19 21:48:48,547|ERROR|logic.py:609] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 591, in apply_menu_link
|
|
data = json.loads(link_data_str)
|
|
File "/opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__init__.py", line 339, in loads
|
|
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
|
|
TypeError: the JSON object must be str, bytes or bytearray, not bool
|
|
|
|
[2022-04-19 21:54:07,343|ERROR|logic.py:608] Exception:the JSON object must be str, bytes or bytearray, not NoneType
|
|
[2022-04-19 21:54:07,344|ERROR|logic.py:609] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 591, in apply_menu_link
|
|
data = json.loads(link_data_str)
|
|
File "/opt/homebrew/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__init__.py", line 339, in loads
|
|
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
|
|
TypeError: the JSON object must be str, bytes or bytearray, not NoneType
|
|
|
|
[2022-04-20 15:05:24,429|DEBUG|plugin.py:78] plugin_load:system
|
|
[2022-04-20 15:05:24,432|DEBUG|logic.py:166] setting count : 0
|
|
[2022-04-20 15:05:24,493|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:05:24,494|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:06:50,355|DEBUG|plugin.py:78] plugin_load:system
|
|
[2022-04-20 15:06:50,358|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:06:50,374|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:06:50,374|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:07:42,518|DEBUG|plugin.py:78] plugin_load:system
|
|
[2022-04-20 15:07:42,521|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:07:42,536|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:07:42,536|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:09:39,558|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:09:39,561|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:09:39,576|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:09:39,577|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:11:59,432|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:11:59,435|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:11:59,451|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:11:59,451|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:12:18,043|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:12:18,046|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:12:18,062|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:12:18,062|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:14:31,278|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:14:31,281|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:14:31,296|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:14:31,297|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:15:19,395|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:15:19,398|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:15:19,414|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:15:19,415|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:17:25,559|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:17:25,562|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:17:25,577|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:17:25,577|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:18:01,267|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:18:01,270|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:18:01,285|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:18:01,286|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:19:58,157|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:19:58,160|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:19:58,175|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:19:58,175|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:20:27,308|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:20:27,310|DEBUG|logic.py:166] setting count : 0
|
|
[2022-04-20 15:20:27,369|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:20:27,370|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:21:24,459|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:21:24,462|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:21:24,480|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:21:24,480|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:24:19,192|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:24:19,194|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:24:19,210|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:24:19,210|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:26:37,941|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:26:37,944|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:26:37,963|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:26:37,965|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:28:24,195|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:28:24,198|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:28:24,214|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:28:24,215|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:30:05,338|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:30:05,344|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:30:05,361|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:30:05,362|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:35:27,535|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:35:27,537|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:35:27,554|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:35:27,555|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:43:31,207|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:43:31,209|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:43:31,225|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:43:31,226|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:44:58,336|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:44:58,339|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:44:58,354|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:44:58,355|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:46:23,101|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:46:23,103|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:46:23,118|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:46:23,119|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:47:15,275|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:47:15,277|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:47:15,292|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:47:15,294|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:48:02,392|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:48:02,395|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:48:02,411|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:48:02,412|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:52:40,208|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:52:40,210|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:52:40,226|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:52:40,228|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 15:57:12,571|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 15:57:12,574|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 15:57:12,588|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 15:57:12,589|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 16:01:20,370|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 16:01:20,372|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 16:01:20,387|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 16:01:20,388|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 16:02:04,243|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 16:02:04,245|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 16:02:04,260|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 16:02:04,261|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:25:00,910|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:25:00,913|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:25:00,928|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:25:00,931|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:27:45,583|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:27:45,587|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:27:45,604|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:27:45,606|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:28:44,043|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:28:44,046|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:28:44,061|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:28:44,062|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:31:27,561|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:31:27,564|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:31:27,579|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:31:27,580|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:36:30,696|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:36:30,699|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:36:30,714|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:36:30,716|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:42:39,590|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:42:39,593|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:42:39,609|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:42:39,611|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:45:10,075|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:45:10,077|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:45:10,093|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:45:10,094|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:50:22,031|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:50:22,034|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:50:22,050|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:50:22,052|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:50:24,504|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 18:51:08,295|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 18:52:10,796|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:52:10,798|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:52:10,814|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:52:10,816|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:52:14,768|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 18:55:04,022|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 18:55:12,638|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:55:12,640|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:55:12,656|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:55:12,657|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:55:38,558|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:55:38,560|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:55:38,576|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:55:38,577|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:56:25,576|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:56:25,578|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:56:25,596|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:56:25,596|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:56:54,017|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:56:54,019|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:56:54,035|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:56:54,036|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:56:57,360|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 18:57:38,025|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 18:57:38,029|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 18:57:38,045|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 18:57:38,046|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 18:57:41,340|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 18:58:27,146|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 18:59:29,948|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 19:02:23,832|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 19:06:31,120|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 19:08:20,010|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 19:08:32,961|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 19:08:32,963|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 19:08:32,981|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 19:08:32,981|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 19:08:35,739|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 19:08:36,360|ERROR|plugin.py:137] Exception:'running_type'
|
|
[2022-04-20 19:08:36,361|ERROR|plugin.py:138] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 131, in ajax
|
|
ret["system"] = SystemLogic.get_info()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 299, in get_info
|
|
app.config["config"]["running_type"],
|
|
KeyError: 'running_type'
|
|
|
|
[2022-04-20 19:13:20,108|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 19:13:20,112|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 19:13:20,129|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 19:13:20,130|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 19:13:39,991|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 19:13:41,125|ERROR|plugin.py:137] Exception:'running_type'
|
|
[2022-04-20 19:13:41,126|ERROR|plugin.py:138] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 131, in ajax
|
|
ret["system"] = SystemLogic.get_info()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 299, in get_info
|
|
app.config["config"]["running_type"],
|
|
KeyError: 'running_type'
|
|
|
|
[2022-04-20 19:21:30,661|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 19:21:30,665|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 19:21:30,682|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 19:21:30,683|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 19:24:04,833|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 19:24:04,836|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 19:24:04,852|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 19:24:04,853|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 19:24:08,986|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 19:24:10,075|ERROR|plugin.py:137] Exception:'running_type'
|
|
[2022-04-20 19:24:10,076|ERROR|plugin.py:138] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 131, in ajax
|
|
ret["system"] = SystemLogic.get_info()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 299, in get_info
|
|
app.config["config"]["running_type"],
|
|
KeyError: 'running_type'
|
|
|
|
[2022-04-20 19:28:07,098|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 19:28:07,100|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 19:28:07,116|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 19:28:07,117|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 19:29:19,143|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 19:29:19,146|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 19:29:19,162|ERROR|logic.py:257] Exception:'repeat'
|
|
[2022-04-20 19:29:19,162|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 223, in init
|
|
app.config["config"]["repeat"] == 0
|
|
KeyError: 'repeat'
|
|
|
|
[2022-04-20 19:33:13,784|DEBUG|plugin.py:80] plugin_load:system
|
|
[2022-04-20 19:33:13,786|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 19:33:13,806|ERROR|logic.py:257] Exception:'Scheduler' object has no attribute 'is_include'
|
|
[2022-04-20 19:33:13,807|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 251, in init
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 466, in set_restart_scheduler
|
|
if scheduler.is_include(name):
|
|
AttributeError: 'Scheduler' object has no attribute 'is_include'
|
|
|
|
[2022-04-20 19:33:17,464|DEBUG|plugin.py:109] System SUB:home
|
|
[2022-04-20 19:33:18,502|ERROR|plugin.py:137] Exception:'auth_desc'
|
|
[2022-04-20 19:33:18,504|ERROR|plugin.py:138] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 131, in ajax
|
|
ret["system"] = SystemLogic.get_info()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 304, in get_info
|
|
info["auth"] = app.config["config"]["auth_desc"]
|
|
KeyError: 'auth_desc'
|
|
|
|
[2022-04-20 20:11:17,159|DEBUG|plugin.py:84] plugin_load:system
|
|
[2022-04-20 20:11:17,160|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 20:11:17,187|ERROR|logic.py:257] Exception:'Scheduler' object has no attribute 'is_include'
|
|
[2022-04-20 20:11:17,188|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 251, in init
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 466, in set_restart_scheduler
|
|
if scheduler.is_include(name):
|
|
AttributeError: 'Scheduler' object has no attribute 'is_include'
|
|
|
|
[2022-04-20 20:11:23,141|DEBUG|plugin.py:113] System SUB:home
|
|
[2022-04-20 20:11:24,259|ERROR|plugin.py:141] Exception:'Scheduler' object has no attribute 'get_job_list_info'
|
|
[2022-04-20 20:11:24,261|ERROR|plugin.py:142] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 136, in ajax
|
|
ret["scheduler"] = scheduler.get_job_list_info()
|
|
AttributeError: 'Scheduler' object has no attribute 'get_job_list_info'
|
|
|
|
[2022-04-20 20:14:26,287|DEBUG|plugin.py:84] plugin_load:system
|
|
[2022-04-20 20:14:26,288|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 20:14:26,306|ERROR|logic.py:257] Exception:'Scheduler' object has no attribute 'is_include'
|
|
[2022-04-20 20:14:26,307|ERROR|logic.py:258] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 251, in init
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 466, in set_restart_scheduler
|
|
if scheduler.is_include(name):
|
|
AttributeError: 'Scheduler' object has no attribute 'is_include'
|
|
|
|
[2022-04-20 20:14:32,798|DEBUG|plugin.py:113] System SUB:home
|
|
[2022-04-20 20:17:36,867|DEBUG|plugin.py:113] System SUB:home
|
|
[2022-04-20 20:17:55,663|DEBUG|plugin.py:113] System SUB:home
|
|
[2022-04-20 20:18:19,699|DEBUG|plugin.py:113] System SUB:setting
|
|
[2022-04-20 20:18:22,336|DEBUG|plugin.py:113] System SUB:home
|
|
[2022-04-20 20:19:01,017|DEBUG|plugin.py:113] System SUB:home
|
|
[2022-04-20 20:19:02,295|DEBUG|plugin.py:113] System SUB:home
|
|
[2022-04-20 20:19:12,925|DEBUG|plugin.py:84] plugin_load:system
|
|
[2022-04-20 20:19:12,926|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 20:19:12,944|ERROR|logic.py:242] Exception:'Scheduler' object has no attribute 'is_include'
|
|
[2022-04-20 20:19:12,945|ERROR|logic.py:243] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 236, in init
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 441, in set_restart_scheduler
|
|
if scheduler.is_include(name):
|
|
AttributeError: 'Scheduler' object has no attribute 'is_include'
|
|
|
|
[2022-04-20 20:55:37,356|DEBUG|plugin.py:84] plugin_load:system
|
|
[2022-04-20 20:55:37,357|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 20:55:37,375|ERROR|logic.py:242] Exception:'Scheduler' object has no attribute 'is_include'
|
|
[2022-04-20 20:55:37,376|ERROR|logic.py:243] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 236, in init
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 441, in set_restart_scheduler
|
|
if scheduler.is_include(name):
|
|
AttributeError: 'Scheduler' object has no attribute 'is_include'
|
|
|
|
[2022-04-20 20:55:45,348|DEBUG|plugin.py:113] System SUB:home
|
|
[2022-04-20 20:56:10,828|DEBUG|plugin.py:113] System SUB:home
|
|
[2022-04-20 20:59:49,590|DEBUG|plugin.py:84] plugin_load:system
|
|
[2022-04-20 20:59:49,592|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 20:59:49,610|ERROR|logic.py:242] Exception:'Scheduler' object has no attribute 'is_include'
|
|
[2022-04-20 20:59:49,610|ERROR|logic.py:243] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 236, in init
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 442, in set_restart_scheduler
|
|
if scheduler.is_include(name):
|
|
AttributeError: 'Scheduler' object has no attribute 'is_include'
|
|
|
|
[2022-04-20 20:59:59,107|DEBUG|plugin.py:113] System SUB:home
|
|
[2022-04-20 21:18:31,997|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 21:18:31,998|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 21:18:32,017|ERROR|logic.py:242] Exception:'Scheduler' object has no attribute 'is_include'
|
|
[2022-04-20 21:18:32,017|ERROR|logic.py:243] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 236, in init
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 442, in set_restart_scheduler
|
|
if scheduler.is_include(name):
|
|
AttributeError: 'Scheduler' object has no attribute 'is_include'
|
|
|
|
[2022-04-20 21:18:40,171|DEBUG|plugin.py:114] System SUB:home
|
|
[2022-04-20 21:22:57,025|DEBUG|plugin.py:114] System SUB:home
|
|
[2022-04-20 21:28:56,430|DEBUG|plugin.py:114] System SUB:home
|
|
[2022-04-20 21:41:49,715|DEBUG|plugin.py:114] System SUB:home
|
|
[2022-04-20 21:41:50,804|DEBUG|plugin.py:317] Info connect:[]
|
|
[2022-04-20 21:41:50,804|ERROR|plugin.py:307] Exception:name 'InfoThread' is not defined
|
|
[2022-04-20 21:41:50,808|ERROR|plugin.py:308] Traceback (most recent call last):
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/flask_socketio/__init__.py", line 762, in _handle_event
|
|
ret = handler(auth)
|
|
TypeError: connect() takes 0 positional arguments but 1 was given
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 305, in connect
|
|
InfoProcess.instance().connect(request.sid)
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 319, in connect
|
|
InfoProcess.thread = InfoThread()
|
|
NameError: name 'InfoThread' is not defined
|
|
|
|
[2022-04-20 21:42:00,614|DEBUG|plugin.py:114] System SUB:home
|
|
[2022-04-20 21:42:00,959|DEBUG|plugin.py:317] Info connect:[]
|
|
[2022-04-20 21:42:00,960|ERROR|plugin.py:307] Exception:name 'InfoThread' is not defined
|
|
[2022-04-20 21:42:00,960|ERROR|plugin.py:308] Traceback (most recent call last):
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/flask_socketio/__init__.py", line 762, in _handle_event
|
|
ret = handler(auth)
|
|
TypeError: connect() takes 0 positional arguments but 1 was given
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 305, in connect
|
|
InfoProcess.instance().connect(request.sid)
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 319, in connect
|
|
InfoProcess.thread = InfoThread()
|
|
NameError: name 'InfoThread' is not defined
|
|
|
|
[2022-04-20 21:57:24,134|DEBUG|plugin.py:114] System SUB:home
|
|
[2022-04-20 21:57:25,190|DEBUG|plugin.py:317] Info connect:[]
|
|
[2022-04-20 21:57:25,191|ERROR|plugin.py:307] Exception:name 'InfoThread' is not defined
|
|
[2022-04-20 21:57:25,192|ERROR|plugin.py:308] Traceback (most recent call last):
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/flask_socketio/__init__.py", line 762, in _handle_event
|
|
ret = handler(auth)
|
|
TypeError: connect() takes 0 positional arguments but 1 was given
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 305, in connect
|
|
InfoProcess.instance().connect(request.sid)
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 319, in connect
|
|
InfoProcess.thread = InfoThread()
|
|
NameError: name 'InfoThread' is not defined
|
|
|
|
[2022-04-20 22:11:06,971|DEBUG|plugin.py:317] Info connect:[]
|
|
[2022-04-20 22:11:06,979|ERROR|plugin.py:307] Exception:name 'InfoThread' is not defined
|
|
[2022-04-20 22:11:06,981|ERROR|plugin.py:308] Traceback (most recent call last):
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/flask_socketio/__init__.py", line 762, in _handle_event
|
|
ret = handler(auth)
|
|
TypeError: connect() takes 0 positional arguments but 1 was given
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 305, in connect
|
|
InfoProcess.instance().connect(request.sid)
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 319, in connect
|
|
InfoProcess.thread = InfoThread()
|
|
NameError: name 'InfoThread' is not defined
|
|
|
|
[2022-04-20 22:15:59,888|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:15:59,889|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:15:59,906|ERROR|logic.py:242] Exception:'Scheduler' object has no attribute 'is_include'
|
|
[2022-04-20 22:15:59,907|ERROR|logic.py:243] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 236, in init
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 442, in set_restart_scheduler
|
|
if scheduler.is_include(name):
|
|
AttributeError: 'Scheduler' object has no attribute 'is_include'
|
|
|
|
[2022-04-20 22:16:01,790|DEBUG|plugin.py:345] Info connect:[]
|
|
[2022-04-20 22:16:04,389|DEBUG|plugin.py:114] System SUB:home
|
|
[2022-04-20 22:16:05,327|DEBUG|plugin.py:345] Info connect:['GZSX5ir92v1soOvhAAAB']
|
|
[2022-04-20 22:17:54,645|DEBUG|plugin.py:114] System SUB:setting
|
|
[2022-04-20 22:19:13,172|DEBUG|plugin.py:114] System SUB:setting
|
|
[2022-04-20 22:20:39,747|DEBUG|plugin.py:114] System SUB:setting
|
|
[2022-04-20 22:20:51,431|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:20:51,432|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:20:51,451|ERROR|logic.py:242] Exception:'Scheduler' object has no attribute 'is_include'
|
|
[2022-04-20 22:20:51,451|ERROR|logic.py:243] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 236, in init
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 442, in set_restart_scheduler
|
|
if scheduler.is_include(name):
|
|
AttributeError: 'Scheduler' object has no attribute 'is_include'
|
|
|
|
[2022-04-20 22:20:53,438|DEBUG|plugin.py:114] System SUB:setting
|
|
[2022-04-20 22:21:03,148|DEBUG|plugin.py:114] System SUB:setting
|
|
[2022-04-20 22:22:32,721|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:22:32,722|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:22:32,739|ERROR|logic.py:242] Exception:'Scheduler' object has no attribute 'is_include'
|
|
[2022-04-20 22:22:32,740|ERROR|logic.py:243] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 236, in init
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 442, in set_restart_scheduler
|
|
if scheduler.is_include(name):
|
|
AttributeError: 'Scheduler' object has no attribute 'is_include'
|
|
|
|
[2022-04-20 22:23:03,524|DEBUG|logic.py:344] Key:port Value:7771
|
|
[2022-04-20 22:23:03,531|DEBUG|logic.py:344] Key:ddns Value:http://localhost:7771
|
|
[2022-04-20 22:23:03,533|DEBUG|logic.py:344] Key:auto_restart_hour Value:12
|
|
[2022-04-20 22:23:03,535|DEBUG|logic.py:344] Key:log_level Value:10
|
|
[2022-04-20 22:23:03,545|ERROR|logic.py:378] Exception:'Scheduler' object has no attribute 'is_include'
|
|
[2022-04-20 22:23:03,545|ERROR|logic.py:379] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 366, in setting_save_system
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 442, in set_restart_scheduler
|
|
if scheduler.is_include(name):
|
|
AttributeError: 'Scheduler' object has no attribute 'is_include'
|
|
|
|
[2022-04-20 22:24:38,473|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:24:38,474|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:24:38,491|ERROR|logic.py:242] Exception:'Scheduler' object has no attribute 'add_job_instance'
|
|
[2022-04-20 22:24:38,492|ERROR|logic.py:243] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 236, in init
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 456, in set_restart_scheduler
|
|
scheduler.add_job_instance(job_instance, run=False)
|
|
AttributeError: 'Scheduler' object has no attribute 'add_job_instance'
|
|
|
|
[2022-04-20 22:24:48,657|ERROR|logic.py:378] Exception:'Scheduler' object has no attribute 'add_job_instance'
|
|
[2022-04-20 22:24:48,658|ERROR|logic.py:379] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 366, in setting_save_system
|
|
SystemLogic.set_restart_scheduler()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 456, in set_restart_scheduler
|
|
scheduler.add_job_instance(job_instance, run=False)
|
|
AttributeError: 'Scheduler' object has no attribute 'add_job_instance'
|
|
|
|
[2022-04-20 22:26:31,319|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:26:31,321|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:26:31,338|ERROR|logic.py:491] Exception:'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
[2022-04-20 22:26:31,339|ERROR|logic.py:492] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 485, in set_scheduler_check_scheduler
|
|
scheduler.first_run_check_thread_function,
|
|
AttributeError: 'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
|
|
[2022-04-20 22:26:31,339|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 22:26:31,339|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 22:26:36,673|DEBUG|logic.py:344] Key:port Value:7771
|
|
[2022-04-20 22:26:36,677|DEBUG|logic.py:344] Key:ddns Value:http://localhost:7771
|
|
[2022-04-20 22:26:36,679|DEBUG|logic.py:344] Key:auto_restart_hour Value:12
|
|
[2022-04-20 22:26:36,682|DEBUG|logic.py:344] Key:log_level Value:10
|
|
[2022-04-20 22:26:45,458|DEBUG|plugin.py:114] System SUB:plugin
|
|
[2022-04-20 22:30:54,664|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:30:54,666|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:30:54,685|ERROR|logic.py:491] Exception:'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
[2022-04-20 22:30:54,685|ERROR|logic.py:492] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 485, in set_scheduler_check_scheduler
|
|
scheduler.first_run_check_thread_function,
|
|
AttributeError: 'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
|
|
[2022-04-20 22:30:54,686|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 22:30:54,686|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 22:30:58,458|DEBUG|plugin.py:235] System SUB:plugin
|
|
[2022-04-20 22:32:09,021|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:32:09,023|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:32:09,040|ERROR|logic.py:491] Exception:'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
[2022-04-20 22:32:09,040|ERROR|logic.py:492] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 485, in set_scheduler_check_scheduler
|
|
scheduler.first_run_check_thread_function,
|
|
AttributeError: 'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
|
|
[2022-04-20 22:32:09,040|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 22:32:09,041|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 22:32:31,519|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:32:31,521|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:32:31,539|ERROR|logic.py:491] Exception:'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
[2022-04-20 22:32:31,540|ERROR|logic.py:492] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 485, in set_scheduler_check_scheduler
|
|
scheduler.first_run_check_thread_function,
|
|
AttributeError: 'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
|
|
[2022-04-20 22:32:31,540|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 22:32:31,540|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 22:32:48,577|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:32:48,579|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:32:48,599|ERROR|logic.py:491] Exception:'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
[2022-04-20 22:32:48,600|ERROR|logic.py:492] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 485, in set_scheduler_check_scheduler
|
|
scheduler.first_run_check_thread_function,
|
|
AttributeError: 'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
|
|
[2022-04-20 22:32:48,600|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 22:32:48,600|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 22:32:53,367|DEBUG|plugin.py:235] System SUB:plugin
|
|
[2022-04-20 22:35:34,455|ERROR|plugin.py:214] Exception:'str' object is not callable
|
|
[2022-04-20 22:35:34,473|ERROR|plugin.py:215] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 207, in ajax
|
|
LogicPlugin.plugin_install_by_api(
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic_plugin.py", line 204, in plugin_install_by_api
|
|
logger.debug("plugin_git : %s", plugin_git)
|
|
TypeError: 'str' object is not callable
|
|
|
|
[2022-04-20 22:39:48,467|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:39:48,470|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:39:48,494|ERROR|logic.py:491] Exception:'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
[2022-04-20 22:39:48,495|ERROR|logic.py:492] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 485, in set_scheduler_check_scheduler
|
|
scheduler.first_run_check_thread_function,
|
|
AttributeError: 'Scheduler' object has no attribute 'first_run_check_thread_function'
|
|
|
|
[2022-04-20 22:39:48,495|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 22:39:48,495|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 22:41:16,464|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:41:16,471|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:41:16,496|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 22:41:16,497|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 22:43:35,792|ERROR|plugin.py:214] Exception:400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
[2022-04-20 22:43:35,797|ERROR|plugin.py:215] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 205, in ajax
|
|
plugin_git = request.form["plugin_git"]
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/werkzeug/datastructures.py", line 375, in __getitem__
|
|
raise exceptions.BadRequestKeyError(key)
|
|
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
|
|
[2022-04-20 22:45:31,964|ERROR|plugin.py:214] Exception:400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
[2022-04-20 22:45:31,970|ERROR|plugin.py:215] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 205, in ajax
|
|
plugin_git = request.form["plugin_git"]
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/werkzeug/datastructures.py", line 375, in __getitem__
|
|
raise exceptions.BadRequestKeyError(key)
|
|
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
|
|
[2022-04-20 22:46:46,061|DEBUG|plugin.py:235] System SUB:home
|
|
[2022-04-20 22:46:47,126|DEBUG|plugin.py:371] Info connect:[]
|
|
[2022-04-20 22:46:59,134|DEBUG|plugin.py:235] System SUB:setting
|
|
[2022-04-20 22:47:03,867|DEBUG|plugin.py:235] System SUB:plugin
|
|
[2022-04-20 22:47:15,347|ERROR|plugin.py:214] Exception:'str' object is not callable
|
|
[2022-04-20 22:47:15,350|ERROR|plugin.py:215] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 207, in ajax
|
|
LogicPlugin.plugin_install_by_api(
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic_plugin.py", line 204, in plugin_install_by_api
|
|
logger.debug("plugin_git : %s", plugin_git)
|
|
TypeError: 'str' object is not callable
|
|
|
|
[2022-04-20 22:49:49,182|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:49:49,183|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:49:49,201|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 22:49:49,202|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 22:50:06,724|ERROR|plugin.py:215] Exception:400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
[2022-04-20 22:50:06,728|ERROR|plugin.py:216] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 205, in ajax
|
|
plugin_git = request.form["plugin_git"]
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/werkzeug/datastructures.py", line 375, in __getitem__
|
|
raise exceptions.BadRequestKeyError(key)
|
|
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
|
|
[2022-04-20 22:52:54,884|DEBUG|plugin.py:236] System SUB:restart
|
|
[2022-04-20 22:52:54,894|ERROR|plugin.py:325] Exception:No module named 'framework.init_plugin'
|
|
[2022-04-20 22:52:54,896|ERROR|plugin.py:326] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 320, in app_close
|
|
from framework.init_plugin import plugin_unload
|
|
ModuleNotFoundError: No module named 'framework.init_plugin'
|
|
|
|
[2022-04-20 22:53:26,846|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:53:26,848|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:53:26,868|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 22:53:26,869|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 22:53:28,895|DEBUG|plugin.py:236] System SUB:restart
|
|
[2022-04-20 22:53:28,898|ERROR|plugin.py:325] Exception:No module named 'framework.init_plugin'
|
|
[2022-04-20 22:53:28,900|ERROR|plugin.py:326] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 320, in app_close
|
|
from framework.init_plugin import plugin_unload
|
|
ModuleNotFoundError: No module named 'framework.init_plugin'
|
|
|
|
[2022-04-20 22:53:32,168|DEBUG|plugin.py:236] System SUB:plugin
|
|
[2022-04-20 22:53:47,428|ERROR|plugin.py:215] Exception:'str' object is not callable
|
|
[2022-04-20 22:53:47,430|ERROR|plugin.py:216] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 206, in ajax
|
|
logger.debug(f"plugin_git:: {plugin_git}")
|
|
TypeError: 'str' object is not callable
|
|
|
|
[2022-04-20 22:54:38,775|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:54:38,776|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:54:38,794|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 22:54:38,795|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 22:54:43,739|ERROR|plugin.py:216] Exception:400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
[2022-04-20 22:54:43,742|ERROR|plugin.py:217] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 205, in ajax
|
|
plugin_git = request.form["plugin_git"]
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/werkzeug/datastructures.py", line 375, in __getitem__
|
|
raise exceptions.BadRequestKeyError(key)
|
|
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
|
|
[2022-04-20 22:55:41,327|DEBUG|plugin.py:207] plugin_git:: https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-20 22:55:41,330|DEBUG|logic_plugin.py:204] plugin_git : https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-20 22:55:41,331|DEBUG|logic_plugin.py:205] zip_url : None
|
|
[2022-04-20 22:55:41,332|DEBUG|logic_plugin.py:206] zip_filename : None
|
|
[2022-04-20 22:55:41,332|DEBUG|logic_plugin.py:218] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
[2022-04-20 22:55:41,788|ERROR|logic_plugin.py:341] Exception:No module named 'tool_base'
|
|
[2022-04-20 22:55:41,791|ERROR|logic_plugin.py:342] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic_plugin.py", line 301, in plugin_install_by_api
|
|
log = Util.execute_command(command)
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/framework/util.py", line 103, in execute_command
|
|
from tool_base import ToolSubprocess
|
|
ModuleNotFoundError: No module named 'tool_base'
|
|
|
|
[2022-04-20 22:55:44,476|DEBUG|plugin.py:207] plugin_git:: https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-20 22:55:44,477|DEBUG|logic_plugin.py:204] plugin_git : https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-20 22:55:44,477|DEBUG|logic_plugin.py:205] zip_url : None
|
|
[2022-04-20 22:55:44,477|DEBUG|logic_plugin.py:206] zip_filename : None
|
|
[2022-04-20 22:55:44,478|DEBUG|logic_plugin.py:218] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
[2022-04-20 22:55:44,933|ERROR|logic_plugin.py:341] Exception:No module named 'tool_base'
|
|
[2022-04-20 22:55:44,934|ERROR|logic_plugin.py:342] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic_plugin.py", line 301, in plugin_install_by_api
|
|
log = Util.execute_command(command)
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/framework/util.py", line 103, in execute_command
|
|
from tool_base import ToolSubprocess
|
|
ModuleNotFoundError: No module named 'tool_base'
|
|
|
|
[2022-04-20 22:56:24,729|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 22:56:24,731|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 22:56:24,752|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 22:56:24,753|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 22:56:28,246|ERROR|plugin.py:216] Exception:400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
[2022-04-20 22:56:28,248|ERROR|plugin.py:217] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 205, in ajax
|
|
plugin_git = request.form["plugin_git"]
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/werkzeug/datastructures.py", line 375, in __getitem__
|
|
raise exceptions.BadRequestKeyError(key)
|
|
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
|
|
[2022-04-20 22:56:28,269|DEBUG|plugin.py:207] plugin_git:: https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-20 22:56:28,269|DEBUG|logic_plugin.py:204] plugin_git : https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-20 22:56:28,269|DEBUG|logic_plugin.py:205] zip_url : None
|
|
[2022-04-20 22:56:28,269|DEBUG|logic_plugin.py:206] zip_filename : None
|
|
[2022-04-20 22:56:28,269|DEBUG|logic_plugin.py:218] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
[2022-04-20 22:56:28,465|ERROR|logic_plugin.py:341] Exception:No module named 'tool_base'
|
|
[2022-04-20 22:56:28,466|ERROR|logic_plugin.py:342] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic_plugin.py", line 301, in plugin_install_by_api
|
|
log = Util.execute_command(command)
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/framework/util.py", line 103, in execute_command
|
|
from tool_base import ToolSubprocess
|
|
ModuleNotFoundError: No module named 'tool_base'
|
|
|
|
[2022-04-20 23:07:12,504|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 23:07:12,505|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 23:07:12,527|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 23:07:12,527|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 23:07:16,182|ERROR|plugin.py:216] Exception:400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
[2022-04-20 23:07:16,184|ERROR|plugin.py:217] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 205, in ajax
|
|
plugin_git = request.form["plugin_git"]
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/werkzeug/datastructures.py", line 375, in __getitem__
|
|
raise exceptions.BadRequestKeyError(key)
|
|
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
|
|
[2022-04-20 23:07:33,361|DEBUG|plugin.py:207] plugin_git:: https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-20 23:07:33,364|DEBUG|logic_plugin.py:204] plugin_git : https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-20 23:07:33,365|DEBUG|logic_plugin.py:205] zip_url : None
|
|
[2022-04-20 23:07:33,366|DEBUG|logic_plugin.py:206] zip_filename : None
|
|
[2022-04-20 23:07:33,366|DEBUG|logic_plugin.py:218] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
[2022-04-20 23:07:34,925|DEBUG|logic_plugin.py:314] {'version': '0.1.5.1', 'name': 'linkkf-yommi', 'category_name': 'vod', 'icon': '', 'developer': 'projectdx && persuade', 'description': 'linkkf 사이트에서 애니 다운로드', 'home': 'https://github.com/projectdx75/linkkf-yommi', 'more': '', 'category': 'vod'}
|
|
[2022-04-20 23:07:52,570|DEBUG|plugin.py:237] System SUB:restart
|
|
[2022-04-20 23:07:52,573|ERROR|plugin.py:326] Exception:No module named 'framework.init_plugin'
|
|
[2022-04-20 23:07:52,574|ERROR|plugin.py:327] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 321, in app_close
|
|
from framework.init_plugin import plugin_unload
|
|
ModuleNotFoundError: No module named 'framework.init_plugin'
|
|
|
|
[2022-04-20 23:08:35,753|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 23:08:35,754|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 23:08:35,773|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 23:08:35,774|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 23:08:45,324|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-20 23:08:46,570|DEBUG|plugin.py:375] Info connect:[]
|
|
[2022-04-20 23:08:54,378|DEBUG|plugin.py:237] System SUB:setting
|
|
[2022-04-20 23:08:56,047|DEBUG|plugin.py:237] System SUB:plugin
|
|
[2022-04-20 23:09:38,070|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 23:09:38,071|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 23:09:38,090|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 23:09:38,091|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 23:09:40,491|DEBUG|plugin.py:237] System SUB:plugin
|
|
[2022-04-20 23:10:20,026|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-20 23:10:20,028|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-20 23:10:20,049|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-20 23:10:20,049|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-20 23:10:23,894|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-20 23:10:24,545|DEBUG|plugin.py:375] Info connect:[]
|
|
[2022-04-20 23:10:27,836|DEBUG|plugin.py:237] System SUB:setting
|
|
[2022-04-20 23:10:39,101|DEBUG|logic.py:344] Key:use_plugin_ffmpeg Value:True
|
|
[2022-04-20 23:10:39,105|DEBUG|logic.py:344] Key:use_plugin_ktv Value:False
|
|
[2022-04-20 23:10:39,108|DEBUG|logic.py:344] Key:use_plugin_fileprocess_movie Value:False
|
|
[2022-04-20 23:10:39,109|DEBUG|logic.py:344] Key:use_plugin_plex Value:False
|
|
[2022-04-20 23:10:39,110|DEBUG|logic.py:344] Key:use_plugin_gdrive_scan Value:False
|
|
[2022-04-20 23:10:39,111|DEBUG|logic.py:344] Key:use_plugin_rclone Value:False
|
|
[2022-04-20 23:10:39,111|DEBUG|logic.py:344] Key:use_plugin_daum_tv Value:False
|
|
[2022-04-20 23:10:48,059|DEBUG|plugin.py:237] System SUB:restart
|
|
[2022-04-20 23:10:48,060|ERROR|plugin.py:326] Exception:No module named 'framework.init_plugin'
|
|
[2022-04-20 23:10:48,062|ERROR|plugin.py:327] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 321, in app_close
|
|
from framework.init_plugin import plugin_unload
|
|
ModuleNotFoundError: No module named 'framework.init_plugin'
|
|
|
|
[2022-04-21 17:51:53,515|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 17:51:55,422|DEBUG|plugin.py:375] Info connect:['hBc37tiCLSjluqzPAAAD']
|
|
[2022-04-21 17:52:10,780|DEBUG|plugin.py:237] System SUB:setting
|
|
[2022-04-21 17:56:58,130|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 17:56:58,131|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 17:56:58,150|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 17:56:58,150|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 17:56:59,170|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
From https://github.com/projectdx75/linkkf-yommi
|
|
a930899..82657bf main -> origin/main
|
|
Updating a930899..82657bf
|
|
Fast-forward
|
|
logic_linkkfyommi.py | 13 ++++++++-----
|
|
logic_queue.py | 3 ++-
|
|
plugin.py | 4 ++--
|
|
3 files changed, 12 insertions(+), 8 deletions(-)
|
|
[2022-04-21 18:01:46,840|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:01:46,841|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:01:46,862|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:01:46,862|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:01:47,475|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:01:51,928|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:01:54,841|DEBUG|plugin.py:373] Info connect:[]
|
|
[2022-04-21 18:02:06,904|DEBUG|plugin.py:237] System SUB:setting
|
|
[2022-04-21 18:04:36,186|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:04:36,188|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:04:36,208|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:04:36,208|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:04:36,873|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:04:52,890|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:05:00,220|DEBUG|plugin.py:373] Info connect:[]
|
|
[2022-04-21 18:05:56,361|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:05:57,905|DEBUG|plugin.py:373] Info connect:['94F2K3zPSrL-16q5AAAF']
|
|
[2022-04-21 18:07:17,474|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:07:17,477|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:07:17,502|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:07:17,502|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:07:18,121|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:07:19,210|DEBUG|plugin.py:373] Info connect:[]
|
|
[2022-04-21 18:07:33,184|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:07:34,332|DEBUG|plugin.py:373] Info connect:['uFZGeDlhWeG8soIlAAAB']
|
|
[2022-04-21 18:08:46,691|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:08:48,985|DEBUG|plugin.py:373] Info connect:['uFZGeDlhWeG8soIlAAAB', 'FgARaNK3q1LBi66DAAAG']
|
|
[2022-04-21 18:12:08,875|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:12:08,876|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:12:08,894|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:12:08,895|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:12:09,509|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:12:09,542|DEBUG|plugin.py:373] Info connect:[]
|
|
[2022-04-21 18:12:12,450|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:12:15,705|DEBUG|plugin.py:373] Info connect:['Rmn_ZkTCiud0F2NyAAAB']
|
|
[2022-04-21 18:12:20,248|DEBUG|plugin.py:237] System SUB:setting
|
|
[2022-04-21 18:12:25,869|DEBUG|plugin.py:237] System SUB:plugin
|
|
[2022-04-21 18:12:44,434|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:12:44,435|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:12:44,453|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:12:44,454|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:12:45,047|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:12:46,252|DEBUG|plugin.py:237] System SUB:plugin
|
|
[2022-04-21 18:18:03,143|ERROR|plugin.py:216] Exception:'str' object is not callable
|
|
[2022-04-21 18:18:03,162|ERROR|plugin.py:217] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 207, in ajax
|
|
logger.debug(f"plugin_git:: {plugin_git}")
|
|
TypeError: 'str' object is not callable
|
|
|
|
[2022-04-21 18:20:25,624|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:20:25,626|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:20:25,648|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:20:25,648|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:20:26,300|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:20:30,169|DEBUG|plugin.py:237] System SUB:plugin
|
|
[2022-04-21 18:20:47,030|ERROR|plugin.py:216] Exception:'str' object is not callable
|
|
[2022-04-21 18:20:47,034|ERROR|plugin.py:217] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 207, in ajax
|
|
logger.debug(f"plugin_git:: {plugin_git}")
|
|
TypeError: 'str' object is not callable
|
|
|
|
[2022-04-21 18:21:40,597|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:21:40,598|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:21:40,619|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:21:40,619|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:21:41,229|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:21:46,759|ERROR|plugin.py:216] Exception:400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
[2022-04-21 18:21:46,761|ERROR|plugin.py:217] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 205, in ajax
|
|
plugin_git = request.form["plugin_git"]
|
|
File "/Users/yommi/Library/Caches/pypoetry/virtualenvs/gommi-server-ozWl05VE-py3.10/lib/python3.10/site-packages/werkzeug/datastructures.py", line 375, in __getitem__
|
|
raise exceptions.BadRequestKeyError(key)
|
|
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
|
|
|
|
[2022-04-21 18:21:49,493|DEBUG|plugin.py:207] plugin_git:: https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-21 18:21:49,494|DEBUG|logic_plugin.py:204] plugin_git : https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-21 18:21:49,494|DEBUG|logic_plugin.py:205] zip_url : None
|
|
[2022-04-21 18:21:49,496|DEBUG|logic_plugin.py:206] zip_filename : None
|
|
[2022-04-21 18:21:49,496|DEBUG|logic_plugin.py:218] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
[2022-04-21 18:21:51,891|DEBUG|plugin.py:207] plugin_git:: https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-21 18:21:51,891|DEBUG|logic_plugin.py:204] plugin_git : https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-21 18:21:51,892|DEBUG|logic_plugin.py:205] zip_url : None
|
|
[2022-04-21 18:21:51,892|DEBUG|logic_plugin.py:206] zip_filename : None
|
|
[2022-04-21 18:21:51,892|DEBUG|logic_plugin.py:218] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
[2022-04-21 18:21:52,762|DEBUG|plugin.py:207] plugin_git:: https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-21 18:21:52,763|DEBUG|logic_plugin.py:204] plugin_git : https://github.com/projectdx75/linkkf-yommi
|
|
[2022-04-21 18:21:52,764|DEBUG|logic_plugin.py:205] zip_url : None
|
|
[2022-04-21 18:21:52,764|DEBUG|logic_plugin.py:206] zip_filename : None
|
|
[2022-04-21 18:21:52,765|DEBUG|logic_plugin.py:218] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
[2022-04-21 18:22:27,337|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:22:29,350|DEBUG|plugin.py:375] Info connect:[]
|
|
[2022-04-21 18:24:02,703|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:24:03,850|DEBUG|plugin.py:375] Info connect:['n58_OlCvLAp4ivtKAAAF']
|
|
[2022-04-21 18:27:50,401|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:27:50,404|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:27:50,430|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:27:50,431|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:27:51,075|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:27:51,682|DEBUG|plugin.py:375] Info connect:[]
|
|
[2022-04-21 18:28:00,645|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:28:06,073|DEBUG|plugin.py:375] Info connect:['M6D7EadlGYGiYqUnAAAD']
|
|
[2022-04-21 18:29:47,602|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:29:47,603|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:29:47,623|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:29:47,624|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:29:48,505|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:29:48,799|DEBUG|plugin.py:375] Info connect:[]
|
|
[2022-04-21 18:29:52,680|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:29:55,887|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:29:57,847|DEBUG|plugin.py:375] Info connect:['UyWKvdw42p5HDcebAAAB']
|
|
[2022-04-21 18:30:06,617|DEBUG|plugin.py:237] System SUB:setting
|
|
[2022-04-21 18:30:52,338|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:30:52,348|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:30:52,386|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:30:52,386|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:30:53,359|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:31:17,582|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:31:17,584|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:31:17,601|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:31:17,602|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:31:18,240|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:33:17,509|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:33:17,512|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:33:17,534|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:33:17,534|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:33:18,149|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:33:24,747|DEBUG|plugin.py:237] System SUB:home
|
|
[2022-04-21 18:33:26,066|DEBUG|plugin.py:375] Info connect:[]
|
|
[2022-04-21 18:34:31,154|DEBUG|plugin.py:237] System SUB:setting
|
|
[2022-04-21 18:40:35,368|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:40:35,371|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:40:35,394|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:40:35,395|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:42:18,254|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:42:18,257|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:42:18,275|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:42:18,275|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:42:18,946|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:43:59,060|DEBUG|plugin.py:85] plugin_load:system
|
|
[2022-04-21 18:43:59,062|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:43:59,081|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:43:59,082|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:43:59,741|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:46:57,513|DEBUG|plugin.py:87] plugin_load:system
|
|
[2022-04-21 18:46:57,516|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:46:57,534|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:46:57,534|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:46:58,163|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:47:05,804|DEBUG|model.py:118] Key:id Value:sjva
|
|
[2022-04-21 18:47:05,825|DEBUG|model.py:118] Key:pw Value:sjva
|
|
[2022-04-21 18:47:05,827|DEBUG|model.py:118] Key:hide_menu Value:True
|
|
[2022-04-21 18:47:05,829|DEBUG|model.py:118] Key:auth_apikey Value:KC260B2A32
|
|
[2022-04-21 18:47:05,829|DEBUG|model.py:118] Key:sjva_me_user_id Value:
|
|
[2022-04-21 18:47:05,830|DEBUG|model.py:118] Key:use_login Value:False
|
|
[2022-04-21 18:47:05,830|DEBUG|model.py:118] Key:auth_use_apikey Value:False
|
|
[2022-04-21 18:47:05,834|ERROR|logic.py:403] Exception:type object 'SystemLogicSite' has no attribute 'get_daum_cookies'
|
|
[2022-04-21 18:47:05,837|ERROR|logic.py:404] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 399, in setting_save_after
|
|
SystemLogicSite.get_daum_cookies(force=True)
|
|
AttributeError: type object 'SystemLogicSite' has no attribute 'get_daum_cookies'
|
|
|
|
[2022-04-21 18:47:29,544|DEBUG|plugin.py:116] System SUB:home
|
|
[2022-04-21 18:47:30,233|DEBUG|plugin.py:426] Info connect:[]
|
|
[2022-04-21 18:47:43,905|DEBUG|plugin.py:434] Info disconnect:['Ptp-2l0NCTiITvKgAAAF']
|
|
[2022-04-21 18:47:43,912|ERROR|plugin.py:375] Exception:'InfoThread' object has no attribute 'stop'
|
|
[2022-04-21 18:47:43,915|ERROR|plugin.py:376] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 373, in disconnect
|
|
InfoProcess.instance().disconnect(request.sid)
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 437, in disconnect
|
|
InfoProcess.thread.stop()
|
|
AttributeError: 'InfoThread' object has no attribute 'stop'
|
|
|
|
[2022-04-21 18:47:43,944|DEBUG|plugin.py:116] System SUB:setting
|
|
[2022-04-21 18:49:48,671|DEBUG|model.py:118] Key:id Value:sjva
|
|
[2022-04-21 18:49:48,694|DEBUG|model.py:118] Key:pw Value:sjva
|
|
[2022-04-21 18:49:48,696|DEBUG|model.py:118] Key:hide_menu Value:True
|
|
[2022-04-21 18:49:48,697|DEBUG|model.py:118] Key:auth_apikey Value:KC260B2A32
|
|
[2022-04-21 18:49:48,698|DEBUG|model.py:118] Key:sjva_me_user_id Value:
|
|
[2022-04-21 18:49:48,699|DEBUG|model.py:118] Key:use_login Value:False
|
|
[2022-04-21 18:49:48,701|DEBUG|model.py:118] Key:auth_use_apikey Value:False
|
|
[2022-04-21 18:49:48,711|ERROR|logic.py:403] Exception:type object 'SystemLogicSite' has no attribute 'get_daum_cookies'
|
|
[2022-04-21 18:49:48,711|ERROR|logic.py:404] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 399, in setting_save_after
|
|
SystemLogicSite.get_daum_cookies(force=True)
|
|
AttributeError: type object 'SystemLogicSite' has no attribute 'get_daum_cookies'
|
|
|
|
[2022-04-21 18:54:34,490|DEBUG|plugin.py:87] plugin_load:system
|
|
[2022-04-21 18:54:34,493|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 18:54:34,512|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 18:54:34,513|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 18:54:35,398|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 18:54:46,899|DEBUG|plugin.py:116] System SUB:setting
|
|
[2022-04-21 18:55:03,310|DEBUG|logic.py:344] Key:theme Value:Default
|
|
[2022-04-21 18:55:03,329|DEBUG|logic.py:344] Key:web_title Value:GOMMI Agent
|
|
[2022-04-21 18:55:03,468|DEBUG|plugin.py:116] System SUB:home
|
|
[2022-04-21 18:55:03,815|DEBUG|plugin.py:426] Info connect:[]
|
|
[2022-04-21 18:55:07,984|DEBUG|plugin.py:434] Info disconnect:['LYn7NMAdn8OubR66AAAH']
|
|
[2022-04-21 18:55:07,986|ERROR|plugin.py:375] Exception:'InfoThread' object has no attribute 'stop'
|
|
[2022-04-21 18:55:07,988|ERROR|plugin.py:376] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 373, in disconnect
|
|
InfoProcess.instance().disconnect(request.sid)
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 437, in disconnect
|
|
InfoProcess.thread.stop()
|
|
AttributeError: 'InfoThread' object has no attribute 'stop'
|
|
|
|
[2022-04-21 18:55:08,047|DEBUG|plugin.py:116] System SUB:setting
|
|
[2022-04-21 18:55:18,062|DEBUG|logic.py:344] Key:use_plugin_ffmpeg Value:True
|
|
[2022-04-21 18:55:18,070|DEBUG|logic.py:344] Key:use_plugin_ktv Value:False
|
|
[2022-04-21 18:55:18,072|DEBUG|logic.py:344] Key:use_plugin_fileprocess_movie Value:False
|
|
[2022-04-21 18:55:18,073|DEBUG|logic.py:344] Key:use_plugin_plex Value:False
|
|
[2022-04-21 18:55:18,077|DEBUG|logic.py:344] Key:use_plugin_gdrive_scan Value:False
|
|
[2022-04-21 18:55:18,078|DEBUG|logic.py:344] Key:use_plugin_rclone Value:False
|
|
[2022-04-21 18:55:18,080|DEBUG|logic.py:344] Key:use_plugin_daum_tv Value:False
|
|
[2022-04-21 18:55:26,948|DEBUG|plugin.py:116] System SUB:restart
|
|
[2022-04-21 18:55:26,951|DEBUG|plugin.py:94] plugin_load:system
|
|
[2022-04-21 18:55:26,951|ERROR|plugin.py:357] Exception:name 'SystemLogicSelenium' is not defined
|
|
[2022-04-21 18:55:26,953|ERROR|plugin.py:358] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 354, in app_close
|
|
plugin_unload()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/framework/init_plugin.py", line 306, in plugin_unload
|
|
system.plugin_unload()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 95, in plugin_unload
|
|
SystemLogicSelenium.plugin_unload()
|
|
NameError: name 'SystemLogicSelenium' is not defined
|
|
|
|
[2022-04-21 19:01:07,800|DEBUG|logic.py:344] Key:use_plugin_ffmpeg Value:True
|
|
[2022-04-21 19:01:07,821|DEBUG|logic.py:344] Key:use_plugin_ktv Value:False
|
|
[2022-04-21 19:01:07,822|DEBUG|logic.py:344] Key:use_plugin_fileprocess_movie Value:False
|
|
[2022-04-21 19:01:07,822|DEBUG|logic.py:344] Key:use_plugin_plex Value:False
|
|
[2022-04-21 19:01:07,823|DEBUG|logic.py:344] Key:use_plugin_gdrive_scan Value:False
|
|
[2022-04-21 19:01:07,823|DEBUG|logic.py:344] Key:use_plugin_rclone Value:False
|
|
[2022-04-21 19:01:07,823|DEBUG|logic.py:344] Key:use_plugin_daum_tv Value:False
|
|
[2022-04-21 19:01:13,359|DEBUG|plugin.py:116] System SUB:restart
|
|
[2022-04-21 19:01:13,362|DEBUG|plugin.py:94] plugin_load:system
|
|
[2022-04-21 19:01:13,362|ERROR|plugin.py:357] Exception:name 'SystemLogicSelenium' is not defined
|
|
[2022-04-21 19:01:13,365|ERROR|plugin.py:358] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 354, in app_close
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/framework/init_plugin.py", line 306, in plugin_unload
|
|
system.plugin_unload()
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/plugin.py", line 95, in plugin_unload
|
|
logger.debug("plugin_load:%s", package_name)
|
|
NameError: name 'SystemLogicSelenium' is not defined
|
|
|
|
[2022-04-21 19:07:45,839|DEBUG|plugin.py:90] plugin_load:system
|
|
[2022-04-21 19:07:45,842|DEBUG|logic.py:166] setting count : 76
|
|
[2022-04-21 19:07:45,862|ERROR|logic.py:256] Exception:'MAIN_SERVER_URL'
|
|
[2022-04-21 19:07:45,863|ERROR|logic.py:257] Traceback (most recent call last):
|
|
File "/Volumes/WD/Users/Work/python/gommi-server/lib/system/logic.py", line 250, in get_recent_version
|
|
url = f"{app.config['DEFINE']['MAIN_SERVER_URL']}/version"
|
|
KeyError: 'MAIN_SERVER_URL'
|
|
|
|
[2022-04-21 19:07:46,498|DEBUG|logic_plugin.py:195] /Volumes/WD/Users/Work/python/gommi-server/data/custom/linkkf-yommi
|
|
Already up to date.
|
|
[2022-04-21 19:07:55,719|DEBUG|plugin.py:119] System SUB:home
|
|
[2022-04-21 19:07:56,309|DEBUG|plugin.py:429] Info connect:[]
|