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

连接iOS一直提示"TypeError: string indices must be integers" #237

Open
14147 opened this issue Dec 2, 2022 · 0 comments
Open

连接iOS一直提示"TypeError: string indices must be integers" #237

14147 opened this issue Dec 2, 2022 · 0 comments

Comments

@14147
Copy link

14147 commented Dec 2, 2022

输入http://127.0.0.1:8200,之后一直提示"TypeError: string indices must be integers"

打印的报错信息:
[15:09:01][ERROR] Traceback (most recent call last):
File "app\plugins\devicepool\abstract\device.py", line 82, in run
File "app\plugins\devicepool\ios\device.py", line 81, in connect
File "airtest\core\api.py", line 69, in connect_device
dev = init_device(platform, uuid, **params)
File "airtest\core\api.py", line 37, in init_device
dev = cls(uuid, **kwargs)
File "C:\Users\user\Downloads\AirtestIDE-win-1.2.14\AirtestIDE\airtest\core\ios\ios.py", line 110, in init
self.instruct_helper = InstructHelper(info['uuid'])
TypeError: string indices must be integers

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

1 participant