Announcement

Collapse
No announcement yet.

Jon00 Device Grouping Utility (web page) for Homeseer 3 & Homeseer 4

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can you call up /test.aspx which is a test page is included with HS3/4?
    Jon

    Comment


      yes, tried test.aspx and test.html, both are working

      Comment


        Now I get this error (only once) after system restart:

        Error Processing ASP.NET page: Object reference not set to an instance of an object.

        Comment


          Sorry, I have no idea what you have done. Linux is not my strong point so maybe someone else can chip in.

          If you get that error when running Test.aspx after startup, obviously, it has nothing to do with this application.
          Jon

          Comment


            Hi!!!

            I followed the installation directions (with HS4 on Windows 10) and when I try to bring up the page I get this error:

            "Error Processing ASP.NET page: Object reference not set to an instance of an object."

            Any idea what I am missing?

            Comment


              What happens if you call /test.aspx in your browser?

              How do you start Homeseer?
              Jon

              Comment


                when I try the test page I get this:
                Error Processing ASP.NET page: Object reference not set to an instance of an object.

                I have homeseer running as a task when the puter starts up.

                Comment


                  Try running Homeseer from its desktop icon and try again.
                  Jon

                  Comment


                    installed and got this. any ideas hs4pi

                    Comment


                      Cmd line :
                      Code:
                      sudo cat /usr/bin/vbc > /usr/bin/vbnc

                      Comment


                        what does that command do to solve my error?

                        Comment


                          Originally posted by geeTee View Post
                          what does that command do to solve my error?
                          Please do so. It allows Homeseer .ASPX web pages to function correctly on Linux by changing vbnc to the newer vbc compiler.
                          Jon

                          Comment


                            ran your command.

                            got same error

                            Comment


                              Comment


                                That command is incorrect (permission denied). Try
                                Code:
                                install -p /usr/bin/vbc /usr/bin/vbnc
                                HomeSeer Linux Tools is poorly implemented. Its doesn't display the error output from commands.

                                Comment

                                Working...
                                X