![]() |
1
bugDev 26 天前 via iPhone
报错信息贴出来看一下
|
2
KaneW95 OP @bugDev
INFO:droidrun:Vision capabilities disabled: screeenshot tool not available INFO:droidrun:Using provided LLM reasoner: provider=openai, model=gpt-40 INFO:droidrun:Using first available device:10AEAE34Z0000RR INFO:droidrun:Connected to device: 10AEAE34Z0000RR INFO:droidrun: GOAL: Open the Settings app and check the Android version INFO:droidrun:Token usage before API call: {'prompt_tokens': 0, 'completion_tokens': 0, 'total_tokens': (S, 'api_calls': 0} INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 429 Too Many FRequests INFO:openai._base_client:Retrying request to /chat/completions in 0.402986 seconds INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 429 Too Many Requests" INFO:openai._base_client:Retrying request to /chaat/completions in 0.807415 seconds INFO:httpx:HTTP Request: POST https://api.openai.com/vv1/chat/completions "HTTP/1.1 429 Too Many Requests |
![]() |
3
bugDev 26 天前
看起来是 api key 的问题。可以换其他的 key 试一下,比如免费的 gemini
|
4
iflint 24 天前
看了下源码,这玩意获取 ui 信息还是基于无障碍那一套的,如果 UI 元素缺少特征值还是基本上没法用
|