Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raise KeyError("未找到解析结果。") KeyError: '未找到解析结果。' #3

Open
bosszj opened this issue Nov 25, 2023 · 4 comments

Comments

@bosszj
Copy link

bosszj commented Nov 25, 2023

这个怎么回事啊

@glucyzz
Copy link

glucyzz commented Nov 27, 2023

truecaptcha.org不提供免费api导致的验证码过不了🙁🙁

@bosszj
Copy link
Author

bosszj commented Nov 27, 2023

提供了,而且以前运行成功过,最近又不行了

@bosszj
Copy link
Author

bosszj commented Nov 27, 2023

{'error_message': 'error calling method : 2 above free usage limit 1 in total. Credits would be available on request.', 'error_type': 'QueryException', 'success': False, 'requestId': '12ae1e25-da81-42b1-b6ba-ab292aca93dd', 'time_taken': 0.173215}
是不是该充钱了

@hzdlive
Copy link

hzdlive commented Dec 26, 2023

尝试充值了1USD
但后面运行提示:

🔄 [AutoEUServerless] 正在续费第 1 个账号
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/json/init.py", line 346, in loads
🧩 [Captcha Solver] 正在进行验证码识别...
🧩 [Captcha Solver] 使用的是您自己的 apikey。
🔢 [Captcha Solver] 识别的验证码是: 7
📊 [Captcha Solver] 当前日期 all API 使用次数: 2
✔️ [Captcha Solver] 验证通过
🔍 [AutoEUServerless] 检测到第 1 个账号有 1 台 VPS,正在尝试续期
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/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)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/runner/work/AutoEUServerless/AutoEUServerless/Github_Action.py", line 426, in
main_handler(None, None)
File "/home/runner/work/AutoEUServerless/AutoEUServerless/Github_Action.py", line 409, in main_handler
if not renew(sessid, s, passwd_list[i], k, mailparser_dl_url_id_list[i]):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/AutoEUServerless/AutoEUServerless/Github_Action.py", line 308, in renew
pin = get_pin_from_mailparser(mailparser_dl_url_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/AutoEUServerless/AutoEUServerless/Github_Action.py", line 187, in get_pin_from_mailparser
pin = response.json()[0]["pin"]
^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Error: Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants