Hi. Great App.
I do, however think there might be a small bug that might affect a very small amount of users.
I have a proxy set in my wi-fi settings on my iPhone.
I noticed that when going through my proxy, I can only set XBMC on port 80, otherwise it does not make any connection.
This appears to be due to the fact that the JSON calls do not pass the port on to the proxy like some other (non JSON) requests do (i.e. requests for thumbnails etc).
I set XBMC to port 80 and the iPhone App to 8080. The following result happens .... it connects (JSON) and I can control it but cannot get thumbnails).
If I set XBMC to 8080, the app does not connect as JSON is still trying to connect on port 80.
Going direct (disabling proxy settings in wi-fi connection) works fine.
See Proxy logs below for XBMC on 80 and App on 8080:
(200 = OK, 503 = Service unavailable)
1344468389.803 93 Andrews-iPhone TCP_MISS/200 422 POST
http://192.168.0.10/jsonrpc - DIRECT/192.168.0.10 application/json
1344468391.821 290 Andrews-iPhone TCP_MISS/200 421 POST
http://192.168.0.10/jsonrpc - DIRECT/192.168.0.10 application/json
1344468392.936 405 Andrews-iPhone TCP_MISS/200 7612 POST
http://192.168.0.10/jsonrpc - DIRECT/192.168.0.10 application/json
1344468393.342 406 Andrews-iPhone TCP_MISS/503 1611 GET
http://192.168.0.10:8080/vfs/special://m...c729e1.tbn - DIRECT/192.168.0.10 text/html
1344468393.443 102 Andrews-iPhone TCP_MISS/503 1611 GET
http://192.168.0.10:8080/vfs/special://m...18529c.tbn - DIRECT/192.168.0.10 text/html
1344468393.470 128 Andrews-iPhone TCP_MISS/503 1611 GET
http://192.168.0.10:8080/vfs/special://m...2b2b59.tbn - DIRECT/192.168.0.10 text/html
1344468393.536 117 Andrews-iPhone TCP_MISS/503 1611 GET
http://192.168.0.10:8080/vfs/special://m...b2f5cb.tbn - DIRECT/192.168.0.10 text/html
1344468393.558 114 Andrews-iPhone TCP_MISS/503 1611 GET
http://192.168.0.10:8080/vfs/special://m...79dd8f.tbn - DIRECT/192.168.0.10 text/html
1344468393.625 118 Andrews-iPhone TCP_MISS/503 1611 GET
http://192.168.0.10:8080/vfs/special://m...a40215.tbn - DIRECT/192.168.0.10 text/html
1344468393.651 114 Andrews-iPhone TCP_MISS/503 1611 GET
http://192.168.0.10:8080/vfs/special://m...dcd2e8.tbn - DIRECT/192.168.0.10 text/html
1344468403.641 28 Andrews-iPhone TCP_MISS/401 306 POST
http://192.168.0.10/jsonrpc - DIRECT/192.168.0.10 -
1344468403.739 21 Andrews-iPhone TCP_MISS/200 421 POST
http://192.168.0.10/jsonrpc - DIRECT/192.168.0.10 application/json
Regards,
Andy