Announcement

Collapse
No announcement yet.

Progress !?

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

    Progress !?

    Log indicated the complete library has loaded. Now getting error below when clicking JRMediaCenter buttons.

    [edit] Error is also occurring on BLZlog.aspx page.

    [edit] disabled plugin & started HS. Error still exists on the BLZLog.aspx page. Must be something funky with my system. I do not know how to trouble shoot this.

    Server Error in '/' Application.

    Runtime Error

    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="Off"/> </system.web></configuration>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web></configuration>
    Last edited by lpcalcaterra; October 30, 2008, 12:36 PM. Reason: more info
    Larry

    #2
    I'm pretty sure that the JRMC plugin isn't the root of this issue (I have the plugin working fine on two computers over here), but I'm also not sure what the problem is.

    Did you update HS recently? What version are you currently using?

    Comment


      #3
      Not sure if it will help or not, but...

      This error message means something errored on the web side of the house. The actual error message is being prohibited from being shown to the user. To get the actual error message, do exactly what the message says: open the web.config for the application.
      Find the system.web section in the xml and add <customErrors mode="Off"/>

      Reload the web page, and you should see the actual error message...

      Hope this helps...
      HS4Pro on a Raspberry Pi4
      54 Z-Wave Nodes / 21 Zigbee Devices / 108 Events / 767 Devices
      Plugins: Z-Wave / Zigbee Plus / EasyTrigger / AK Weather / OMNI

      HSTouch Clients: 1 Android

      Comment


        #4
        BZLog and The media plug-ins have one thing in common... and that's the ajax libraries that they both use.

        Try getting the latest version of the anthem ajax dll's and put them in your homeseer 2\html\bin directory.
        Joe (zimmer62)

        BLSecurtiy, AC-RF2, RCS Serial Thermostats, RFXCOM SMarthome SwitchLinc, mcsXap, Global Cache GC100, SqueezeBox, TWA_ONKYOINTEGRA, BLLogMonitor, BLPlugins, BLRadar, BLSpeech, BLZLog.aspx, HSTouch (Windows, iPhone, iPod), USB Mimo touchscreens, VMWare Server, Vortexbox, Windows Home Server, MyMovies, Windows Media Center, X10, ZWave, and much much much more.

        Comment


          #5
          Originally posted by ianh View Post
          Did you update HS recently? What version are you currently using?
          No updates to HS other than the JRiverPI. HS v2.2.0.66

          Originally posted by zimmer62 View Post
          BZLog and The media plug-ins have one thing in common... and that's the ajax libraries that they both use.

          Try getting the latest version of the anthem ajax dll's and put them in your homeseer 2\html\bin directory.
          Zimmer62 thanks for the response.

          Newest dlls: anthem - 1.5.2 Last Update: Sep 19 2007

          Install/extract the above ?
          Larry

          Comment


            #6
            Originally posted by rmasonjr View Post
            Not sure if it will help or not, but...

            This error message means something errored on the web side of the house. The actual error message is being prohibited from being shown to the user. To get the actual error message, do exactly what the message says: open the web.config for the application.
            Find the system.web section in the xml and add <customErrors mode="Off"/>

            Reload the web page, and you should see the actual error message...

            Hope this helps...
            I do not see an XML file for either BZlog or the PI
            Larry

            Comment


              #7
              Interesting... Would have thought they would be packaged with the ASPX pages...

              You might search the entire folder and see if it lives somwhere else...
              HS4Pro on a Raspberry Pi4
              54 Z-Wave Nodes / 21 Zigbee Devices / 108 Events / 767 Devices
              Plugins: Z-Wave / Zigbee Plus / EasyTrigger / AK Weather / OMNI

              HSTouch Clients: 1 Android

              Comment


                #8
                Lastest ajax.dll in BIN

                Zimmer62,
                I found the lastest AJAX.dll . It has been extracted to the HTML\BIN folder. Do I have to register the dll? I have completely uninstalled JRiverPI & I'm still getting the error. I loved the BZlog must have it back!
                Larry

                Comment


                  #9
                  I'm pretty sure Blade did package the Anthem.DLL with it. If the JRiver plugin is using an older version I could see where the conflict would happen if you installed BZLog first.

                  The version of Anthem.dll that I have is
                  1.5.2.0
                  Anthem for ASP.NET 2.0

                  In your homeseer 2\html\bin folder,
                  right click on your your Anthem.dll file -> properties -> version tab
                  Joe (zimmer62)

                  BLSecurtiy, AC-RF2, RCS Serial Thermostats, RFXCOM SMarthome SwitchLinc, mcsXap, Global Cache GC100, SqueezeBox, TWA_ONKYOINTEGRA, BLLogMonitor, BLPlugins, BLRadar, BLSpeech, BLZLog.aspx, HSTouch (Windows, iPhone, iPod), USB Mimo touchscreens, VMWare Server, Vortexbox, Windows Home Server, MyMovies, Windows Media Center, X10, ZWave, and much much much more.

                  Comment


                    #10
                    Funny I did not have the anthem.dll in the folder at all.
                    It was packaged with BLZlog. A reinstall of BLZlog repaired the situation. Not sure why the dll when missing in the first place.
                    Larry

                    Comment


                      #11
                      I think the very first release of BLZLog Blade had it packaged up not to copy overwrite that dll...

                      So could have been something like that. I really don't know.
                      Joe (zimmer62)

                      BLSecurtiy, AC-RF2, RCS Serial Thermostats, RFXCOM SMarthome SwitchLinc, mcsXap, Global Cache GC100, SqueezeBox, TWA_ONKYOINTEGRA, BLLogMonitor, BLPlugins, BLRadar, BLSpeech, BLZLog.aspx, HSTouch (Windows, iPhone, iPod), USB Mimo touchscreens, VMWare Server, Vortexbox, Windows Home Server, MyMovies, Windows Media Center, X10, ZWave, and much much much more.

                      Comment


                        #12
                        Well, I'm glad you got it fixed. Clearly, something strange was going on with the anthem DLL, but I'm still at a loss as to the root of what was happening.

                        That hurdle aside, has the latest version of the plugin been working better for you than the last one?

                        Comment


                          #13
                          Originally posted by ianh View Post
                          That hurdle aside, has the latest version of the plugin been working better for you than the last one?
                          Sorry for the delayed response. I reinstalled the PI last night. Progress has been made. I am able to play & control music on all zones. Cover Art is present most of the time. I noticed a couple of oddities.

                          On the PI musicpage.asp:
                          1) When a Genre is selected the artist & album lists are updated which is what one would expect. Then select the artist & all of the artists albums appears not just the album containing the genre of songs. Problems comes when the artist has albums or songs in different Genres. If I select a album that does not contains songs of the selected genre that PI displays no songs which is correct. Shouldn't the album itself be filter out once genre and artist is selected? Does that make any sense?

                          2) It appears that cover art is not displayed selecting songs from a playlist
                          3) Track & Artist info in the control section of the page are slow to update.

                          On the Status page when playing music in more than one zone the Album info for each zone is the same as the first zone (Z0). The status of each zone reflects the correct artist and track.

                          The PI does not get updated completely when Controlling music from within the JRiverMediaCenter program itself. I believe the album gets updated but artist and track info does not. Retaining control from the program is a big thing for me & probably most JR program users. Much work has been done the their Theater View front end. It is something I use everyday, hoping not to loose that functionality.

                          I trialled MainLobby for a while. I believe it had complete 2 way "communication" with JRiver with the assistance of a PI that was installed into JRiverMC.
                          Larry

                          Comment

                          Working...
                          X