dtaweb / android-xbmcremote

Automatically exported from code.google.com/p/android-xbmcremote
0 stars 0 forks source link

xbmcremote not connecting to nightly builds #673

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.update to current XBMC 12 alpha nightly
2.try to connect with previously working settings (XBMC 11 stable)
3.I/O exception

What is the expected output? What do you see instead?
I/O exception (java.io.filenotfoundexception) 
http://x.x.x.x:8080/xbmcCmds/xbmcHttp?command=GetSystemInfo(120)

What version of XBMC Remote are you using?

most current

Which Android device are you using (and which ROM, if custom)?

nexus 7 and Gnex, both 4.1.2 stock

Which XBMC revision are you running and on which platform?
current nightly from 
https://launchpad.net/~nathan-renniewaldock/+archive/xbmc-nightly/

Please provide any additional information below.

Original issue reported on code.google.com by joa...@gmail.com on 20 Oct 2012 at 2:48

GoogleCodeExporter commented 8 years ago
Exact same problem. XBMC remote is crucial to XBMC. 

Original comment by dykemanm...@gmail.com on 27 Oct 2012 at 3:20

GoogleCodeExporter commented 8 years ago
Receiving the exact same error fatal error when running nightly. Confirmed the 
issue does not occur with Official iOS XBMC remote control application.

Original comment by derek...@gmail.com on 31 Oct 2012 at 5:36

GoogleCodeExporter commented 8 years ago
Same problem here with gentoo's 9999 version. It's the last thing blocking me 
from using it more.

Original comment by benjamin...@gmail.com on 3 Nov 2012 at 5:33

GoogleCodeExporter commented 8 years ago
I'm getting this on android-xbmcremote connecting to a Raspberry Pi running 
xbmc. Evidently the newer xbmc releases have deprecated the old web based api:

http://wiki.xbmc.org/index.php?title=Web_Server_HTTP_API

and the android project hasn't been updated to use the JSON RPC api yet.

At least that's my working theory...

Original comment by dashxdr@gmail.com on 3 Nov 2012 at 5:50

GoogleCodeExporter commented 8 years ago
The http://xbmc-host/xbmcCmds/xbmcHttp interface seems to have been removed in 
the xbmc source as of 27639ee9759381732b9c9b9a01b2c7d40f698532 and the previous 
version cbc10ce00a7e036a43f673f69b723a887e46e1ad seems to still have it.

http://xbmc.org/download/

Original comment by dashxdr@gmail.com on 3 Nov 2012 at 7:10

GoogleCodeExporter commented 8 years ago
Sorry I meant to include the date in the previous comment, the date on the xbmc 
version 27639ee9759381732b9c9b9a01b2c7d40f698532 is Wed Oct 10 15:04:50 2012 
-0700

Original comment by dashxdr@gmail.com on 3 Nov 2012 at 7:11