Announcement

Collapse
No announcement yet.

Linux Install

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

    Linux Install

    I have just installed your plug in version 3.0.0.31 in my Linux system and install goes fine. When I go to config and enter in my Pin that is generated by Nest and hit the Done button nothing happens. I get an error in the log
    Nest ERROR Could not load file or assembly or one of its dependencies.
    Any assistance you can provide in getting past this is appreciated.

    #2
    what kind of Linux/Hometroller is this?
    set the log level to Debug from the config page to get more information

    install mono-complete on your system:

    Code:
    sudo apt-get install mono-complete

    Comment


      #3
      Debian Ver 9, Already tried the mono install, was installed. here is debug from when I just tried to put in PIN

      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 (System.Collections.Generic.IList`1[T] converters, System.Type objectType) [0x0000f] in <2050f94b4b5145a2913d663f8b3db301>:0 at Newtonsoft.Json.Serialization.DefaultContractResolver.Initia lizeContract (Newtonsoft.Json.Serialization.JsonContract contract) [0x00052] in <2050f94b4b5145a2913d663f8b3db301>:0 at Newtonsoft.Json.Serialization.DefaultContractResolver.Create ObjectContract (System.Type objectType) [0x00007] in <2050f94b4b5145a2913d663f8b3db301>:0 at Newtonsoft.Json.Serialization.DefaultContractResolver.Create Contract (System.Type objectType) [0x00100] in <2050f94b4b5145a2913d663f8b3db301>:0 at Newtonsoft.Json.Serialization.DefaultContractResolver.Resolv eContract (System.Type type) [0x0003e] in <2050f94b4b5145a2913d663f8b3db301>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.G etContractSafe (System.Type type) [0x0000b] in <2050f94b4b5145a2913d663f8b3db301>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.D eserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x0000e] in <2050f94b4b5145a2913d663f8b3db301>:0 at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00057] in <2050f94b4b5145a2913d663f8b3db301>:0 at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <2050f94b4b5145a2913d663f8b3db301>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <2050f94b4b5145a2913d663f8b3db301>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <2050f94b4b5145a2913d663f8b3db301>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value) [0x00000] in <2050f94b4b5145a2913d663f8b3db301>:0 at NestSharp.NestClient.GetAccessToken (System.String pin) [0x000b6] in <261ee4355ea6407c9631ed50c27b6ae2>:0 at HSPI_Nest.WebConfig.postBackProc (System.String page, System.String data, System.String user, System.Int32 userRights) [0x0013d] in :0

      Comment


        #4
        Check it, I did not restart Nest after mono install. I think it is working now. Thanks,

        Comment

        Working...
        X