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
【站点索引发生了错误】
Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/app/app/chain/__init__.py", line 112, in run_module
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/app/app/modules/indexer/__init__.py", line 259, in refresh_userdata
site_obj.parse()
File "/app/app/modules/indexer/parser/__init__.py", line 198, in parse
self._parse_seeding_pages()
File "/app/app/modules/indexer/parser/__init__.py", line 251, in _parse_seeding_pages
next_page = self._parse_user_torrent_seeding_info(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/app/modules/indexer/parser/tnode.py", line 66, in _parse_user_torrent_seeding_info
seeding_info = json.loads(html_text)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
确认
当前程序版本
2.1.1
运行环境
Docker
问题类型
主程序运行问题
问题描述
时不时会收到后台的报错提醒,提示站点索引发生了错误,具体报错内容如下:
发生问题时系统日志和配置文件
The text was updated successfully, but these errors were encountered: