Skip to content

Iphone XS Max not detected by ios_webkit_debug_proxy "Unable to attach [...] inspector" #285

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

Closed
Nafiros opened this issue Nov 12, 2018 · 15 comments

Comments

@Nafiros
Copy link

Nafiros commented Nov 12, 2018

When I start ios_webkit_debug_proxy with iphone linked by cable to the PC (windows 10) I get this error
"No iPhone found, is it plugged in?: No error"
"Unable to attach 00008020001D0D592E88002E inspector"

but the iphone is well connected to the PC and trust it.

Any ideas ?

thank

@artygus
Copy link
Collaborator

artygus commented Nov 12, 2018

hi @Nafiros can you confirm you're using latest available version of the ios-webkit-debug-proxy?

@Nafiros
Copy link
Author

Nafiros commented Nov 12, 2018

Hi ! Sure i'm using the 1.8.2 it's working on iphone 7 on iOS 12 but it's not working on iphone XS Max on iOS 12.

@artygus
Copy link
Collaborator

artygus commented Nov 12, 2018

I see, the problem seems to be related to libimobiledevice/libimobiledevice#706

in the meantime, could you please try running

ios_webkit_debug_proxy -u 00008020-001d0d592e88002e

@Nafiros
Copy link
Author

Nafiros commented Nov 12, 2018

The same error pop again on the cmd with this command :/

@artygus
Copy link
Collaborator

artygus commented Nov 12, 2018

do you have latest itunes installed?

@Nafiros
Copy link
Author

Nafiros commented Nov 12, 2018

Yes i installed it today

@artygus
Copy link
Collaborator

artygus commented Nov 12, 2018

what if you supply udid in the upper case

ios_webkit_debug_proxy -u 00008020-001D0D592E88002E

@artygus
Copy link
Collaborator

artygus commented Nov 15, 2018

I found the cause of the issue, it was exactly problem mentioned above, pushed changes to master, but now I'm experiencing strange behaviour, I'll delay release until I get to the bottom of it

@artygus
Copy link
Collaborator

artygus commented Nov 23, 2018

should be fixed in 1.8.3, check out releases page

@Nubzor
Copy link

Nubzor commented Jan 13, 2019

@artygus it seems I have a similar problem with iPhone Xs. I am on Ubuntu 18.10, using the original Apple's cable and 1.8.3 ios-webkit-debug-proxy.

$ idevice_id -l
returns
00008020000368601108002E

but afterall there is an error

Listing devices on :9221
No iPhone found, is it plugged in?: Operation now in progress
Unable to attach 00008020-000368601108002E inspector

Am I doing smth wrong?

@artygus
Copy link
Collaborator

artygus commented Jan 13, 2019

hi @Nubzor can you confirm you're using latest version of libimobiledevice and usbmuxd (built from master)?

@AngelOnFira
Copy link

AngelOnFira commented Apr 15, 2019

Hey @artygus, I'm getting the same problem as @Nubzor, same conditions (Ubuntu 18.04.2, iPhone XR, original apple cable). My versions of libimobiledevice and usbmuxd are as follows

$ ios_webkit_debug_proxy -V
ios_webkit_debug_proxy 1.8.3
Built with libimobiledevice v1.2.1, libplist v2.0.0

$ idevice_id -l   
00008020000A6CD62E81002E

$ sudo apt-get install usbmuxd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
usbmuxd is already the newest version (1.1.0-2ubuntu0.1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

and the output

$ ios_webkit_debug_proxy
Listing devices on :9221
No iPhone found, is it plugged in?: Operation now in progress
Unable to attach 00008020-000A6CD62E81002E inspector

@artygus
Copy link
Collaborator

artygus commented Apr 16, 2019

@AngelOnFira you also need to have libusbmuxd/usbmuxd built from master

@Nubzor
Copy link

Nubzor commented Apr 16, 2019

@artygus Sorry for the late response, I am more than sure I haven't receive any activity notification under this issue.

Most likely, I had the newest version of libimobiledevice and usbmuxd back then. I'd have to repeat the steps nowadays to be sure, however, I gave up with this way of debugging.

For the sake of leaving the world in better shape than I found it, I'll check it and post an update here in a few days.

@php4umagento
Copy link

Same problem for me 18.04 with iphone running latest IOS

 ios_webkit_debug_proxy -f chrome-devtools://devtools/bundled/inspector.html -u 00008030-00092DEE0230802E
No device found, is it plugged in?
Unable to attach 00008030-00092DEE0230802E inspector

idevice_id -l 0000803000092DEE0230802E

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

5 participants