Announcement

Collapse
No announcement yet.

Troble getting the plugin working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Troble getting the plugin working

    I loaded up to try this plugin and get;
    WARNING: Failed getting InterfaceStatus from Kodi - the interface was not found in the list of active interfaces, the list may need to be refreshed.
    I've enabled and disabled a couple of times as well as restarting HS.

    Any suggestions?

    #2
    can you post all the logs you get when you enable the plug-in?

    have you installed Bonjour as explained in the user guide?

    Comment


      #3
      Bonjour

      Ah - it was the bonjour!
      Thanks for getting back to me.

      Comment


        #4
        I have a very odd issue!

        Your plugin finds my Kodi clients perfectly and populates devices... but just REFUSES to connect on my ubuntu setup!

        Can provides logs if required but personally not seeing an error!

        UPDATE:

        One quick thought... has this been tested with all variations of kodi? including alpha builds of Leia?
        Last edited by deanrparry; March 11, 2017, 02:02 PM.

        Comment


          #5
          DEBUG System.IO.FileNotFoundException: Could not load file or assembly or one of its dependencies. File name: 'System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' at Newtonsoft.Json.JsonSerializer.GetMatchingConverter (IList`1 converters, System.Type objectType) <0x40f6df80 + 0x00054> in :0 at Newtonsoft.Json.Serialization.DefaultContractResolver.Initia lizeContract (Newtonsoft.Json.Serialization.JsonContract contract) <0x40f66ed0 + 0x00157> in :0 at Newtonsoft.Json.Serialization.DefaultContractResolver.Create PrimitiveContract (System.Type objectType) <0x40f65ff0 + 0x00053> in :0 at Newtonsoft.Json.Serialization.DefaultContractResolver.Create Contract (System.Type objectType) <0x40f61460 + 0x00042> in :0 at Newtonsoft.Json.Serialization.DefaultContractResolver.Resolv eContract (System.Type type) <0x40f61000 + 0x00144> in :0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.G etContractSafe (System.Type type) <0x40f60a60 + 0x00048> in :0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.D eserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) <0x40f60520 + 0x0006f> in :0 at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) <0x40f5f530 + 0x001a3> in :0 at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) <0x40f5f500 + 0x0001b> in :0 at Newtonsoft.Json.Linq.JToken.ToObject (System.Type objectType, Newtonsoft.Json.JsonSerializer jsonSerializer) <0x40f5f360 + 0x00083> in :0 at Newtonsoft.Json.Linq.JToken.ToObject[T] (Newtonsoft.Json.JsonSerializer jsonSerializer) <0x40f5f2f0 + 0x0002f> in :0 at XBMCRPC.Client.ParseNotification (Newtonsoft.Json.Linq.JObject jObject) <0x40f93250 + 0x019b7> in :0 at XBMCRPC.Client.ReceivedData (IAsyncResult asyncResult) <0x40f92720 + 0x00343> in :0
          Mar-11 7:00:28 PM Kodi DEBUG <--192.168.1.50:9090 { "jsonrpc": "2.0", "method": "VideoLibrary.OnScanFinished", "params": { "data": null, "sender": "xbmc" } }
          Mar-11 7:00:27 PM Kodi DEBUG System.IO.FileNotFoundException: Could not load file or assembly or one of its dependencies. File name: 'System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSu ccess (System.Threading.Tasks.Task task) <0x40f703e0 + 0x000df> in :0 at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSucc ess (System.Threading.Tasks.Task task) <0x40f70320 + 0x0009f> in :0 at Microsoft.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x40f10c20 + 0x0002b> in :0 at Microsoft.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () <0x40f36460 + 0x00017> in :0 at HSPI_Kodi.KodiPlayer+d__117.MoveNext () <0x40f0d5e0 + 0x012e7> in :0
          Mar-11 7:00:27 PM Kodi INFO Failed to connect to Kodi player: Lounge 192.168.1.50 Could not load file or assembly or one of its dependencies.
          Mar-11 7:00:27 PM Kodi DEBUG <--192.168.1.50:91 { "id": 0, "jsonrpc": "2.0", "result": "pong" }
          Mar-11 7:00:27 PM Kodi DEBUG -->192.168.1.50:91 { "jsonrpc": "2.0", "method": "JSONRPC.Ping", "params": {}, "id": 0 }
          Mar-11 7:00:27 PM Kodi DEBUG Pinging on http port 91
          Mar-11 7:00:27 PM Kodi DEBUG Connecting on tcp port 9090
          Mar-11 7:00:27 PM Plug-In Finished initializing plug-in Kodi
          Mar-11 7:00:27 PM Kodi INFO Resolved Service: Lounge - _xbmc-jsonrpc._tcp - 192.168.1.50 - 9090
          Mar-11 7:00:27 PM Kodi INFO Resolved Service: Lounge - _xbmc-jsonrpc-h._tcp - 192.168.1.50 - 91
          Mar-11 7:00:27 PM Kodi INFO Found Service: Lounge
          Mar-11 7:00:27 PM Kodi INFO Found Service: Lounge
          Mar-11 7:00:26 PM Kodi INFO Kodi version 3.0.1.2
          Mar-11 7:00:26 PM Info Plugin Kodi has connected. IP:127.0.0.1:57796
          Mar-11 7:00:26 PM Plug-In Interface Kodi is running as a trial, 28 days remaining.
          Mar-11 7:00:21 PM Info Plugin Kodi with instance: has disconnected
          Mar-11 7:00:21 PM Plug-In Shutting down Plug-In: Kodi

          Comment


            #6
            fixed... newton package missing

            Comment

            Working...
            X