CRASH? Server won't let me connect, gives C++ code as response.
in Bug Reports
I apparently corrupted something.
When I try to connect, I get:
When I try to connect, I get:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<server>
<installation-directory>..</installation-directory>
<storage-directory>D:\Repetier Server Stuff</storage-directory>
<default-language>en</default-language>
<port>3344</port>
<disableIPV6>false</disableIPV6>
<!-- To prevent clickjacking we should disallow embedding in iframes -->
<allow-iframe-embedding>false</allow-iframe-embedding>
<logging>true</logging>
<backlog-size>1000</backlog-size>
<max-log-files-per-printer>5</max-log-files-per-printer>
<update-info-url>http://download.repetier-server.com/files/server/windows/updateinfo.txt</update-info-url>
<printer-frontend-url>/modules/front2/www/app.html</printer-frontend-url>
<web-frontend-url>/</web-frontend-url>
<custom-ssl-certificate-store/>
<!-- If you want to add your own SSL certificates, please enter here the directory where your certificate is stored. Note: only certificates with the extension .pem will be considered -->
</server>
I have re-installed server and it SEEMS happy, and didn't loose any of my devices, but I would like to know what happened
I have re-installed server and it SEEMS happy, and didn't loose any of my devices, but I would like to know what happened
Comments
What did I do?
Do you get a interface for remote connection? If not you did not use the intranet ip or the firewall might be blocking it. Make sure port 3344 from external ip is not blocked.
On same computer it should be no problem especially if you can login once. Are you using login/password? Can not say whats wrong directly since I have always open multiple windows without issues, so you should check javascript console in browser for messages that might help (right click inspect element and then select console tab).
Also what does fail mean exactly - what do you see, what happened? Which browser are you using?