Quote:
Originally Posted by chaley
Thanks for the debug log.
You can test this (if you want) by turning off the cellular connection. After that, if you go to CC's settings then you will probably see the correct 192... address. Now attempt to connect CC to calibre. It will probably work, but at this point we don't know why because it could be bonjour. Whether or not the broadcast worked will be in the CC debug log. If you want to check it yourself, send yourself the log, open it in an editor, go to the end, search up for "ServerScan: Broadcasting" (no quotes), then read down until you see something like "WirelessDevice: Found 1 servers". If the broadcast worked you will see "ServerScan: Received response from <IP>:9090 via Broadcast" just above that line. If you don't want to check it, send it to me.
As for why iOS CC is showing the 10... address, I suspect it is also because iOS CC is taking the first address available to it instead of filtering for a WiFi address.
|
I did as you suggested and here is the relevant part of the log:
Quote:
2016-12-18 13:47:11.094 [Default|INFO] ServerScan: Broadcasting on port 54982
2016-12-18 13:47:11.097 [Default|INFO] ServerScan: Broadcasting on port 48123
2016-12-18 13:47:11.099 [Default|INFO] ServerScan: Broadcasting on port 39001
2016-12-18 13:47:11.100 [Default|INFO] ServerScan: Broadcasting on port 44044
2016-12-18 13:47:11.100 [Default|INFO] ServerScan: Broadcasting on port 59678
2016-12-18 13:47:11.102 [Default|INFO] Searching Bonjour
2016-12-18 13:47:11.134 [Default|INFO] Received response from 192.168.0.29 via Bonjour
2016-12-18 13:47:11.577 [Default|INFO] Received response from 192.168.0.29 via Bonjour
2016-12-18 13:47:15.110 [Default|INFO] ServerScan: Received response from 192.168.0.29:9090 via Broadcast
2016-12-18 13:47:15.115 [Default|INFO] WirelessDevice: Found 1 servers
2016-12-18 13:47:15.120 [Default|INFO] WirelessDevice: Connecting to http://192.168.0.29:9090
|
And yes if I turn off the cellular connection the CC reports the correct IP address. When I turn the connection back on CC reports a (new) 10... address.
Thank you for swift replies