-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Please change default port + add --port option to leon check #487
Comments
Hi, thanks for the report. This error seems to happen for the TCP server which connects via the port 1342. From the |
Thank you for your fast reply and for your help! You're correct, it was the TCP server port 1342 that needed to be changed, not the Leon server port 1337. Still, I changed both ports, because the 1337 port is bound to produce errors at some point with some firewalls. Now |
PS: This is what
|
Thanks for sharing. Can you please share what you see on the browser when you go to localhost:1337, do you have any error? You said that you changed both ports, but from your |
Port 1337 sits wihtin the range of registered ports (1024-49151) as per IANA. |
By default leon uses the leet port (1337) which was historically used by several trojans and malwares, hence it is often blocked by antiviruses and firewalls (which is my case).
More specifically, this causes the following error when using
leon check
:Full log: https://report.getleon.ai/raw/janomadujo
This is in French. In English, it means that my Windows OS refused to open a port for the TCP server.
This error disappears when I use
leon start --port 37403
(or any other non-leet port). However, there is then another error but I can't troubleshoot because I cannot specifyleon check --port 37403
(there is no--port
option for thecheck
subcommand).Specs
Expected Behavior
leon check
should allow to specify a custom--port
just likeleon start
.The text was updated successfully, but these errors were encountered: