ios-webkit-debug-proxy: Could not connect to lockdownd. Exiting.: Connection reset by peer
Hi there,
when I connect my dev iPad and run ios_webkit_debug_proxy
with our without sudo
I get the following message and no device appears on the web interface:
$ ios_webkit_debug_proxy
Listing devices on :9221
Could not connect to lockdownd. Exiting.: Operation now in progress
Unable to attach aea3e7b309d2d89d35950971afa4f3798466adf0 inspector
I have already enabled the Web Inspector on the device.
Here are some additional information:
OS: elementary OS 0.3.2 Freya (64 bit) built on Ubuntu 14.04 iPad: iOS 10.2, should be an iPad Air
Version | |
---|---|
ios-webkit-debug | 1.7.1 (custom build) |
libimobiledevice | 1.2.1 (custom build) |
libplist | 1.13.0 (custom build) |
libusbmuxd | 1.1.0 (custom build) |
I would be really glad if this would work.
Thanks in advance
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 1
- Comments: 15
@mochja please check out latest commit in master
@mochja thanks! looks like something else, I’ll take a closer look later today
I experienced this bug too, but after issuing
sudo ldconfig
within yourlibimobiledevice
git repository it worked.