Announcement

Collapse
No announcement yet.

SEL Pro Ecobee Authorization button does nothing

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

    SEL Pro Ecobee Authorization button does nothing

    Mono JIT compiler version 5.18.0.268

    Please help as I cant figure this out. See log below.

    Log:

    DEBUG System.AggregateException: One or more errors occurred. (Failure has occurred while loading a type.) ---> System.TypeLoadException: Failure has occurred while loading a type. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x0002c] in <61d5ec988156494684532710ebf1643d>:0 at Ecobee.Net.Authorization.GetPinAuthorization () [0x00023] in :0 at HSPI_Ecobee.EcobeeApp.GetPinAuthorizationCode () [0x00059] in <176fb2178c3c4c7eb39a18c47d0b6285>:0 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00011] in <61d5ec988156494684532710ebf1643d>:0 at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x0002b] in <61d5ec988156494684532710ebf1643d>:0 at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000f] in <61d5ec988156494684532710ebf1643d>:0 at HSPI_Ecobee.WebConfig.postBackProc (System.String page, System.String data, System.String user, System.Int32 userRights) [0x000cf] in <176fb2178c3c4c7eb39a18c47d0b6285>:0 ---> (Inner Exception #0) System.TypeLoadException: Failure has occurred while loading a type. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x0002c] in <61d5ec988156494684532710ebf1643d>:0 at Ecobee.Net.Authorization.GetPinAuthorization () [0x00023] in :0 at HSPI_Ecobee.EcobeeApp.GetPinAuthorizationCode () [0x00059] in <176fb2178c3c4c7eb39a18c47d0b6285>:0

    #2
    you need to install the following 3 libraries:

    Code:
    sudo apt-get -y install libmono-system-net-http4.0-cil
    sudo apt-get -y install libmono-system-xml-linq4.0-cil
    sudo apt-get -y install libmono-microsoft-csharp4.0-cil

    Comment


      #3
      Originally posted by spud View Post
      you need to install the following 3 libraries:

      Code:
      sudo apt-get -y install libmono-system-net-http4.0-cil
      sudo apt-get -y install libmono-system-xml-linq4.0-cil
      sudo apt-get -y install libmono-microsoft-csharp4.0-cil
      That worked, thank you very much!

      Comment

      Working...
      X