-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Description
Smartphone (please complete the following information):
- Device: [iPhonex]
- OS: [iOS16.7.0]
- Pyidevice Version [2.3.2]
- mac电脑:Apple M4 Pro, mac os sequoia 版本15.3.1
注意: 其他的mac电脑没有问题,就这个mac有问题
代码复现示例示例:
from ios_device.servers.diagnostics_relay import DiagnosticsRelayService
def test_get_battery():
diag = DiagnosticsRelayService(udid='xxxxxxxxxxxxx')
battery_info = diag.get_battery()
return battery_info
if name == "main":
info = test_get_battery()
print(info)
报错:
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 28, column 15
Describe the bug
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels