-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using alternative port does not work, hardcoded server check on 8080 #34
Comments
Ah, good catch. I will fix this. Which Operating System are you using? |
Windows 10 with the WSL setup as instructed here |
Hey buddy, I pushed some fixes. Could you try to run it again? The fix is not perfect but it may work for your case. |
If it works, please, close this issue then. |
It works now! |
Nice! Awesome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
i need to use a different port as the default 8080, with the -p option i changed it to 8081.
But that results in a blocked surface due to the function check_server_status() beeing hardcoded to 8080:
kiri/assets/kiri.js
Line 799 in 5ea3263
Browser console:
The text was updated successfully, but these errors were encountered: