Announcement

Collapse
No announcement yet.

FATAL: Cannot contact Gateway

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

    FATAL: Cannot contact Gateway

    I just found your plugin.

    I configure my gateway IP address (and I confirmed it), but I get this error:
    "FATAL: Cannot contact Gateway: Method not found: System.Func`5System.Net.Http.HttpClientHandler.get_Dangerous AcceptAnyServerCertificateValidator()"

    I'm running HomeSeer version "HS4 Pro Edition 4.1.10.0 (Linux)"

    Thanks for your help.

    #2
    Please try updating mono.

    Comment


      #3
      Updating Mono?

      Comment


        #4
        Mono is the runtime that allows .NET Framework apps like HS (and its plugins) to run on Linux. You appear to be using an older version that doesn't support technologies required by this plugin.

        You might be able to update it by SSHing into your HS server and running:

        Code:
        sudo apt-get update
        sudo apt-get upgrade

        Comment

        Working...
        X