Cale-Torino / FreeTAKServer_Manager

A Windows FreeTakServer Installer/Uninstaller GUI written in C# for the Windows OS.
MIT License
22 stars 2 forks source link

Internal Server Error #2

Closed highhopes1 closed 3 years ago

highhopes1 commented 3 years ago

Good evening, when I go to first log into the server using username: admin and password: password, I get an error saying 'Error 500 Internal Server Error'. I have a clean install of Python Version 3.8.9 as per the video and instructions.

Any help would be greatly appreciated.

![Uploading Screenshot 2021-09-25 at 21.31.23.png…]()

Cale-Torino commented 3 years ago

@highhopes1 Is the error in the browser or the cmd console? I can't see the screenshot for some reason so can't help you much.

highhopes1 commented 3 years ago

The issue is within the browser after the server starts and the login screen appears.

Cale-Torino commented 3 years ago

@highhopes1 You will have to look at the console errors and try to debug. There is most likely an error with your MainConfig.py, config.py or FTSConfig.yaml if you are using the .yaml file.

Also when running for the first time the FreeTAKServer.controllers.service will ask if you want to use the .yaml file. Type in No otherwise you will need to configure FTSConfig.yaml which I have not setup the app to do automatically. Yamlnotused

highhopes1 commented 3 years ago

Amazing that worked thank you so much.