Hi, everyone:
Before I start, let me thank to all the people who contribute to this amazing project and its creators.
I am running OSMC in my Pi2. At this moment I’m using Yatse remote controller to navigate with my Smartphone through OSMC and everything goes perfect except one thing: the “send to” option to send any media file, such as a photo or a video, to the media player. When I try this, a black screen appears on my TV and when I press to the back button, it returns to my previous menu. This feature, worked back before when I used Raspbmc on my Pi1. Additionally, I updated OSMC manually from My OSMC menu, but nothing change.
I would like to know if someone is having the same issue and/or there is a solution. Or at least, how I can debug this issue though log files, since I am not able to fin the advancedsetting.xml file to enable the debugging.
Thank you very much
EDIT: I tried this feature in Kodi Helix under my laptop with Debian and it works properly, so I don’t think it is an app issue.
I finally acceded to the log file. I have something like this:
*DEBUG: JSONRPC: Incoming request: {"jsonrpc":"2.0","id":1,"method":"Playlist.GetItems","params":{"playlistid":0,"properties":["title","thumbnail","fanart","rating","genre","artist","track","season","episode","year","duration","album","showtitle","playcount","file"],"limits":{"start":0,"end":250}}}* *15:39:59 T:2824782880 DEBUG: webserver: request received for /jsonrpcJSONRPC: Incoming request: {"jsonrpc":"2.0","id":1,"method":"Player.Open","params":{"item":{"file":* *15:39:59 T:2824782880 DEBUG: "http://192.168.1.43:50061/240a0198470f3a769113079d89c2563e/IMG_20150405_134949.jpg"}}}*
However, I don’t have anything in IP adress 192.168.1.43. Indeed, the log file show me this:
*15:40:08 T:2849948704 ERROR: CCurlFile::FillBuffer - Failed: Couldn't connect to server(7)*
*15:40:08 T:2723406880 ERROR: CCurlFile::Exists - Failed: Couldn't connect to server(7) for http://192.168.1.43:50061/240a0198470f3a769113079d89c2563e/IMG_20150405_134949.jpg*
*15:40:08 T:2849948704 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.*
*15:40:08 T:2849948704 ERROR: COMXImageFile::ReadFile http://192.168.1.43:50061/240a0198470f3a769113079d89c2563e/IMG_20150405_134949.jpg not found*
*15:40:08 T:2849948704 NOTICE: LoadJpeg: unable to load http://192.168.1.43:50061/240a0198470f3a769113079d89c2563e/IMG_20150405_134949.jpg*
I don’t have experience with JSON-RPC protocol. It is normal that kodi had tried to acces that IP?
Thank you very much
Ok, Nothing to do here. THis happened because I was trying to sen media outside of my network. WHen I am on my network, everything goes fine.