-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
描述出现的错误
在Git Bash内执行./tiktoktool.py时,输出“未检测到命令,将使用配置文件进行批量下载!‘
并在之后弹出:
Traceback (most recent call last):
File "C:\Users#####\Desktop\TK Dl\TikTokDownload-main\tiktoktool.py", line 32, in
profile.getProfile(cmd.setting())
File "C:\Users#####\Desktop\TK Dl\TikTokDownload-main\Util\Profile.py", line 95, in getProfile
post_name_json = Util.json.loads(response.content.decode())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users#####\AppData\Local\Programs\Python\Python311\Lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users#####\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users#####\AppData\Local\Programs\Python\Python311\Lib\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)
bug复现
复现这次行为的步骤:
1.更改了什么什么:
我没有更改任何文件及格式。仅更改过conf.ini内的uid值及cookie值
2.点击了什么什么:
N/A
- 根据以往的操作步骤操作的,然是今天就报错了 :)
桌面(请填写以下信息):
-操作系统:Windows 10 Pro
-vpn代理:[关闭]
-版本:[13090]
附文
N/A