Free 1.4.5 Update asking for license activation

edited January 2023 in Bug Reports
I am running on a raspberry pi and did the auto update to 1.4.5 and now it's asking for a license when I load the web page on my pc. There does not seem to be a way to bypass this. Is the new version no longer free?

Comments

  • Ok, that is a bug. Unintentionally added a option in RepetierServer.xml that forced a license.
    Please install 1.4.6 manually when it gets released today or just edit the file using:
    sudo nano /usr/local/Repetier-Server/etc/RepetierServer.xml

    and delete these 3 lines:
        <branding>
            <shadow-www-directory>/var/lib/Repetier-Server/www</shadow-www-directory>
        </branding>

    Then restart server with
    sudo service RepetierServer

    That is actually what the update will do as well so both solutions are identical.
  • Awesome! Removing the Node in the xml did the trick. Thank you very much. I've been on the fence about purchasing a license and you just pushed me over the edge with you the quick response. Thanks again!
Sign In or Register to comment.