Ankündigung

Einklappen
Keine Ankündigung bisher.

Verbindungsproblem Ajax VISU

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Verbindungsproblem Ajax VISU

    Hallo Zusammen,

    ich habe auf den Experten Version 4.5 gewechselt.
    Hat alles wunderbar funktioniert.

    Nur 1 Problem habe ich! Die Ajax VISU verliert alle paar Minuten die Verbindung. Sie verbindet sich dann wieder und nach ca. 2 Minuten verliert sie wieder die Verbindung.
    Es wird der Bildschirm wie im Anhang angezeigt.

    Ich habe in der URL um die VISU aufzurufen das neue Passwort + Benutzernamen eingegeben. Ansonsten habe ich nichts geändert.

    "http://192.168.0.11/opt/hsav-gira/start3.htm?user=nattermt&pw=xxxxxx&cl=D1366x768V&r ef=R1"

    in der Start3.htm steht folgendes:

    "html>
    <head>
    <title>HomeServer AjaxVisu</title>
    <script type="text/javascript" src="js/ajax.js"></script>
    <style class="text/css">
    body { background-color:black; }
    div {}
    img {}
    input {padding:0px; margin:0px; }
    </style>
    </head>
    <body scroll="no">
    <!-- Visu -->
    <div id="xbase" style="position:absolute; top:0px; left:0px; width:320px; height:480px; overflow:hidden; border:0px;"></div>

    <!-- Markierung -->
    <div id="xmark" style="position:absolute; top:0px; left:0px; visibility:hidden;">
    <img id="xmarkimg" src="img/hide.png" style="position:absolute; top:0px; left:0px;" />
    </div>

    <!-- Reconnect -->
    <div id="xreconnect" style="position:absolute; top: 0px; left: 0px; width:320px; height:480px; background-color:#404040; text-align:center; overflow:hidden; visibility:hidden;">
    <div style="position:absolute; top:323px; left:371px; width:282px; height:132px; background-color:white;">
    <div style="position:absolute; top: 1px; left: 1px; width:280px; height:130px; background-color:#ff8080;">
    <div style="position:absolute; top: 15px; left: 1px; width:278px; padding:0; background-color:#ff8080; text-align:center; font-family:arial; color:black;">

    <span style="font-size:14pt; font-weight:bold; ">HS AjaxVisu</span>
    <br/><br/>
    <span style="font-size:10pt; font-weight:normal;">Stelle Verbindung wieder her...</span>
    <br/><br/>
    <span id="tryCnt" style="font-size:18pt; ">**********</span>
    <!-- <span id="tryState">&nbsp;</span> -->

    </div>
    </div>
    </div>
    </div>

    <!-- Start -->
    <script language="JavaScript">
    useMouseDownNotClick();
    startClientEx('','','','',0);
    </script>
    </body>
    </html>"



    Muss ich bei startClientEx('','','','',0) auch Benutzernamen und Passwort eingeben?
    beim Experten 4.4 war das auch leer und es gab das Problem nicht...

    An was könnte das liegen?

    Danke und Gruß
    Thomas
    You do not have permission to view this gallery.
    This gallery has 1 photos.
    Zuletzt geändert von nattermt; 02.02.2019, 18:29.

    #2
    Hallo Zusammen,

    habe jetzt verschiedene Varianten der Start3.htm oder auch der startgast.htm ausprobiert.
    Leider besteht das Problem immer noch!

    Hat niemand eine Idee an was das liegen könnte?

    Wird die startgast.htm mit auf den HS übertragen, wahrscheinlich schon oder? Aber warum bricht die Verbindung immer ab. Am Netzwerk habe ich nichts geändert.


    Danke und Gruß
    Thomas

    Kommentar


      #3
      Zitat von nattermt Beitrag anzeigen
      Muss ich bei startClientEx('','','','',0) auch Benutzernamen und Passwort eingeben?
      No, not if you normally enter this on the address line of the browser. If you add one or more fields here in the file, then the information you have entered is populated for you in the browser line.
      Zitat von nattermt Beitrag anzeigen
      Wird die startgast.htm mit auf den HS übertragen
      That is certainly the case when you transfer data+images, I cannot vouch for it if it also transfers when only uploading 'data'. The file has to be in the 'hsupload' directory under your project directory (see screenshot), or the hsupload of the program files. (The file in the project folder takes preference.) If you want to check that the file you changed indeed is uploading, simply add one or more of the fields, i.e. startClientEx('nattermt','','','',0), and see if the arguments you entered show up in the address line.
      temp.jpg
      I doubt there is anything wrong with your settings or the file - after all, you can connect and presumably see the proper page. I use hspv, not hsav, so my htm file looks different. One thing you could try is to restore a version of the htm file from before the upgrade - if you never saved the htm file in your project folder, the upload takes the file in the default directory, which is typically under 'C:\Program Files (x86)\Gira\HS+FS', and that file would be the default from the new version you installed.

      Another possible cause could be that your (WiFi) network is busy, or your HS is busy. The first one you can rule out if you use a wired connection, the second one you can see by reviewing the HS debug page.

      Bram (response in German is fine)
      Angehängte Dateien

      Kommentar

      Lädt...
      X