-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
[7/7] Starting the mt5linux server...
Error: Unknown switch -w
------
Usage:
__main__.py [SWITCHES]
Logging:
--logfile VALUE:str Specify the log file to use; the default is
stderr
-q, --quiet Quiet mode (only errors will be logged)
Meta-switches:
-h, --help Prints this help message and quits
--help-all Prints help messages of all sub-commands and
quits
-v, --version Prints the program's version and quits
Registry:
--register Asks the server to attempt registering with
a registry server. By default, the server
will not attempt to register
--registry-host VALUE:str The registry host machine. For UDP, the
default is 255.255.255.255; for TCP, a value
is required
--registry-port VALUE:[0..65535] The registry's UDP/TCP port; the default is
18811
--registry-type VALUE:{UDP, TCP} Specify a UDP or TCP registry; the default
is UDP
SSL:
--ssl-cafile VALUE:ExistingFile The certificate authority chain file to use
for SSL. Optional; enables client-side
authentication; requires --ssl-keyfile
--ssl-certfile VALUE:ExistingFile The certificate file to use for SSL.
Required for SSL; requires --ssl-keyfile
--ssl-keyfile VALUE:ExistingFile The keyfile to use for SSL. Required for
SSL; requires --ssl-certfile
Socket Options:
--host VALUE:str The host to bind to. The default is
localhost
--ipv6 Enable IPv6
-p, --port VALUE:[0..65535] The TCP listener port (default =
{DEFAULT_SERVER_PORT!r}, default for SSL =
{DEFAULT_SERVER_SSL_PORT!r})
Switches:
-m, --mode VALUE:{threaded, forking, stdio, oneshot}
The serving mode (threaded, forking, or
'stdio' for inetd, etc.); the default is
threaded
[7/7] Failed to start the mt5linux server on port 8001.```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels