inspector mode doesn’t work when connected to mobile network
Bug #1583091 reported by
Olivier Tilloy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
webbrowser-app (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
I can remotely inspect a web page on my arale or frieza devices, from my laptop on the same local network (launching webbrowser-app with the "--inspector" switch, which by default listens on port 9221). However the same doesn’t work on my krillin:
osomon@bribon:~$ nmap 192.168.1.79 -p 9221
Starting Nmap 7.01 ( https:/
Nmap scan report for 192.168.1.79
Host is up (0.080s latency).
PORT STATE SERVICE
9221/tcp closed unknown
Nmap done: 1 IP address (1 host up) scanned in 0.16 seconds
All devices tested are running the latest rc-proposed image. I’m not seeing any significant difference in the app’s log between devices.
To post a comment you must log in.
On krillin, the code that sets the IP address for devtools incorrectly gets the address of the ccmni0 device, instead of that of wlan0. So it’s listening on e.g. 10.226.61.16:9221 instead of 192.168.1.79:9221, which explains the issue.