Announcement

Collapse
No announcement yet.

Load Failed. No Homeseer devices found.

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

    Load Failed. No Homeseer devices found.

    I get the error in the topic title when I click on the Load button. Any ideas?
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    #2
    Sorry for the delay in responding... I just got back from Vacation.

    Are you still experiencing the reported issue?

    Regards,
    Ultrajones
    Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

    Comment


      #3
      Yes, I am still getting the error
      Cheers,
      Bob
      Web site | Help Desk | Feature Requests | Message Board

      Comment


        #4
        What version of the Ultra Status HSPI plug-in are you running?

        Most errors are tied back to invalid XML characters in the XML generated by the plug-in. Make sure each of the following URL's load completly without error:

        http://localhost/status?pg=xml_status

        http://localhost/status?pg=xml_devices

        http://localhost/status?pg=xml_locations
        Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

        Comment


          #5
          I am using UltraStatus, version: 1.0.2272.31265

          When I load the first page I get this:

          PHP Code:
            <?xml version="1.0" encoding="utf-8" standalone="yes" ?> 
            <!DOCTYPE HOMESEER (View Source for full doctype...)> 
          - <HOMESEER>
            <SYSTEM LAST_UPDATE="4/24/2006 6:45:45 AM" /> 
            </HOMESEER>
          When I load the second link, I get this:

          PHP Code:
          The XML page cannot be displayed 
          Cannot view XML input using XSL style sheet
          Please correct the error and then click the Refresh button, or try again later


          --------------------------------------------------------------------------------

          Whitespace is not allowed at this locationError processing resource 'http://localhost:8081/status?pg=xml_devices'Line ...

          <
          TYPE>Ninja Pan Tilt Camera</TYPE
          and when I open the third page I get this:

          PHP Code:
            <?xml version="1.0" encoding="windows-1252" standalone="yes" ?> 
            <devices />
          Cheers,
          Bob
          Web site | Help Desk | Feature Requests | Message Board

          Comment


            #6
            I'll update the plugin so the type element also has a CDATA section. In the mean time, you can simply change the device type "Ninja Pan & Tilt Camera" to "Ninja Pan + Tilt Camera"
            Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

            Comment


              #7
              Great!

              When will it be in the Updater?
              Cheers,
              Bob
              Web site | Help Desk | Feature Requests | Message Board

              Comment


                #8
                Ultra,

                Is there a new version of the plugin that fixes the & character issue?
                Cheers,
                Bob
                Web site | Help Desk | Feature Requests | Message Board

                Comment


                  #9
                  Originally posted by Blade
                  Ultra,

                  Is there a new version of the plugin that fixes the & character issue?
                  Close HomeSeer, then copy this dll in the HomeSeer folder overwriting the existing one.

                  Let me know if this works, and I'll post it for others.

                  Regards,
                  Ultrajones
                  Attached Files
                  Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

                  Comment


                    #10
                    Just updated it and I am still getting a Load Failed.
                    Cheers,
                    Bob
                    Web site | Help Desk | Feature Requests | Message Board

                    Comment


                      #11
                      Please repeat the troubleshooting steps ...

                      Most errors are tied back to invalid XML characters in the XML generated by the plug-in. Make sure each of the following URL's load completly without error:

                      http://localhost/status?pg=xml_status

                      http://localhost/status?pg=xml_devices

                      http://localhost/status?pg=xml_locations
                      Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

                      Comment


                        #12
                        Originally posted by Ultrajones
                        Please repeat the troubleshooting steps ...

                        Most errors are tied back to invalid XML characters in the XML generated by the plug-in. Make sure each of the following URL's load completly without error:

                        http://localhost/status?pg=xml_status

                        http://localhost/status?pg=xml_devices

                        http://localhost/status?pg=xml_locations

                        I got this from the xml_status page:

                        PHP Code:
                        <?xml version="1.0" encoding="utf-8" standalone="yes" ?> 
                          <!DOCTYPE HOMESEER (View Source for full doctype...)> 
                        - <HOMESEER>
                          <SYSTEM LAST_UPDATE="5/9/2006 1:21:20 PM" /> 
                          </HOMESEER>
                        Cheers,
                        Bob
                        Web site | Help Desk | Feature Requests | Message Board

                        Comment


                          #13
                          Originally posted by Blade
                          I got this from the xml_status page:

                          PHP Code:
                          <?xml version="1.0" encoding="utf-8" standalone="yes" ?> 
                            <!DOCTYPE HOMESEER (View Source for full doctype...)> 
                          - <HOMESEER>
                            <SYSTEM LAST_UPDATE="5/9/2006 1:21:20 PM" /> 
                            </HOMESEER>
                          That one looks fine. How about the others?
                          Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

                          Comment


                            #14
                            This one was returned from the locations url

                            PHP Code:
                              <?xml version="1.0" encoding="windows-1252" standalone="yes" ?> 
                              <devices />
                            The other one is way too big to post.
                            Cheers,
                            Bob
                            Web site | Help Desk | Feature Requests | Message Board

                            Comment


                              #15
                              I think I found the last spot in the code that allowed an & sign...

                              Close HomeSeer, then copy this dll in the HomeSeer folder overwriting the existing one.

                              Let me know if this works, and I'll post it for others.
                              Attached Files
                              Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

                              Comment

                              Working...
                              X