You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SYSTEM ERROR
Traceback (most recent call last):
File "/home/runner/work/hexo-circle-of-friends/hexo-circle-of-friends/./hexo_circle_of_friends/utils/simple_mode_transform_json.py", line 23, in
transform()
File "/home/runner/work/hexo-circle-of-friends/hexo-circle-of-friends/./hexo_circle_of_friends/utils/simple_mode_transform_json.py", line 16, in transform
data = sqlapi.query_all(list_, rule="created")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/hexo-circle-of-friends/hexo-circle-of-friends/api_dependencies/sql/sqlapi.py", line 51, in query_all
last_update_time = max(x["createAt"].strftime("%Y-%m-%d %H:%M:%S") for x in last_update_time)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/hexo-circle-of-friends/hexo-circle-of-friends/api_dependencies/sql/sqlapi.py", line 51, in
last_update_time = max(x["createAt"].strftime("%Y-%m-%d %H:%M:%S") for x in last_update_time)
~^^^^^^^^^^^^
File "lib/sqlalchemy/cyextension/resultproxy.pyx", line 54, in sqlalchemy.cyextension.resultproxy.BaseRow.getitem
TypeError: tuple indices must be integers or slices, not str
The text was updated successfully, but these errors were encountered:
ABCkillmen
changed the title
因range100个友链会显示message:error start抓取不到所以改成了10,终于可以爬取成功了,但在模型转换出现如下报错
极简模式因range100个友链会显示message:error start抓取不到所以改成了10,终于可以爬取成功了,但在模型转换出现如下报错
Aug 8, 2024
插件版本:我拉取的最新
主题:stellar 1.29
hexo: 6.3.0
hexo-cli: 4.3.2
node: 18.20.4
SYSTEM ERROR
Traceback (most recent call last):
File "/home/runner/work/hexo-circle-of-friends/hexo-circle-of-friends/./hexo_circle_of_friends/utils/simple_mode_transform_json.py", line 23, in
transform()
File "/home/runner/work/hexo-circle-of-friends/hexo-circle-of-friends/./hexo_circle_of_friends/utils/simple_mode_transform_json.py", line 16, in transform
data = sqlapi.query_all(list_, rule="created")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/hexo-circle-of-friends/hexo-circle-of-friends/api_dependencies/sql/sqlapi.py", line 51, in query_all
last_update_time = max(x["createAt"].strftime("%Y-%m-%d %H:%M:%S") for x in last_update_time)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/hexo-circle-of-friends/hexo-circle-of-friends/api_dependencies/sql/sqlapi.py", line 51, in
last_update_time = max(x["createAt"].strftime("%Y-%m-%d %H:%M:%S") for x in last_update_time)
~^^^^^^^^^^^^
File "lib/sqlalchemy/cyextension/resultproxy.pyx", line 54, in sqlalchemy.cyextension.resultproxy.BaseRow.getitem
TypeError: tuple indices must be integers or slices, not str
The text was updated successfully, but these errors were encountered: