yagiziskirik / Kerbal-Telemetry

Telemetry project for Kerbal Space Program. The program uses a server that is running on the KSP side and a client which is capable of running both the KSP side computer or any other one over a web browser.
https://yagiziskirik.github.io/Kerbal-Telemetry/
MIT License
23 stars 6 forks source link

Mod not working #24

Closed theHubert closed 1 year ago

theHubert commented 2 years ago

Describe the bug I can install the mod normally. The corresponding tile on the right side is blank but opens a small window to start the server. When I open "http://localhost:8000/" only a white page appears.

Screenshots

bug

Device Information (please complete the following information):

Squeak-y commented 2 years ago

Same as above,

Also tried in Edge & IE just in case and same issue. Also tried with IP & Localhost on both the host and a mobile device and same issue.

Ariyn commented 2 years ago

I had same problem and fix it. Check your mod folder installed correctly.

My original path looks like this. Kerbal Space Program/GameData/Kerbal+Telemetry/Kerbal Telemetry

Mod's path should be Kerbal Space Program/GameData/Kerbal Telemetry It's space between "Kerbal" and "Telemetry" not plus sign.

Check also "Kerbal Telemetry" folder contains "WebServer", "Texture", "Kerbal Telemetry.dll".

theHubert commented 2 years ago

Thanks, that was the issue. ckan only put the .dll file in the folder. To fix it I downloaded the mod from the website. I put all files, except the .dll file, in a "Kerbal Telemetry" folder. Then just add these two to the Game Data folder.

yagiziskirik commented 1 year ago

Hi guys!

The solution is as suggested by @Ariyn. I am currently back on the development since my workload decreased a bit, and I will be removing the spaces from the names. And I am having an issue with CKAN as well. I am (hopefully) fixing all the errors you guys mentioned. Thank you so much for the help!