aranomah Posted January 8, 2019 Report Share Posted January 8, 2019 me aparece un error LOG system.py (line: 273) RunMainScript system.py (line: 192) execfile system.py (line: 163) Ejecutar prototype.py(line:45)<module> -checkmix() prototype.py(line:31) checkmix -for f in os.listdir (*.*): Run - <type 'exceptions.WindowsError'>:[Error 1] Función incorrecta: './*.*' Debes iniciar sesión para ver el contenido del archivo adjunto en esta publicación. Link to comment Share on other sites More sharing options...
Desmint Posted January 8, 2019 Report Share Posted January 8, 2019 Hola, eso ocurre cuando hay un error en las lineas del sistema o algo que has implementado. Intenta borrando lo que instalaste, o instalandolo bien Link to comment Share on other sites More sharing options...
aranomah Posted January 8, 2019 Author Report Share Posted January 8, 2019 hace 14 minutos, Desmint dijo: Hola, eso ocurre cuando hay un error en las lineas del sistema o algo que has implementado. Intenta borrando lo que instalaste, o instalandolo bien no he implementado nada descargue el cliente y los files y solo edite la ip del vps nada mas Link to comment Share on other sites More sharing options...
Serex Posted January 8, 2019 Report Share Posted January 8, 2019 Sube tu prototype.py aqui: Debes iniciar sesión para ver el contenido del enlace en esta publicación. Y pasa link Link to comment Share on other sites More sharing options...
aranomah Posted January 8, 2019 Author Report Share Posted January 8, 2019 aqui estan los 2 Debes iniciar sesión para ver el contenido del enlace en esta publicación. Debes iniciar sesión para ver el contenido del enlace en esta publicación. Link to comment Share on other sites More sharing options...
Xhebas Posted January 9, 2019 Report Share Posted January 9, 2019 tomale una screen a las carpetas que tienes del cliente. BMG,LIB y esas Link to comment Share on other sites More sharing options...
aranomah Posted January 10, 2019 Author Report Share Posted January 10, 2019 ahora me sale otro error Debes iniciar sesión para ver el contenido del archivo adjunto en esta publicación. Debes iniciar sesión para ver el contenido del enlace en esta publicación. Debes iniciar sesión para ver el contenido del enlace en esta publicación. Link to comment Share on other sites More sharing options...
Xhebas Posted January 10, 2019 Report Share Posted January 10, 2019 en donde dice serverip en la parte de los chanel no le debes colocar nada debes dejarlo tal cual y solo cambiar la ip en esta linea ##Variabeln serverip = "178.251.228.223" authport = 21002 import app app.ServerName = None STATE_NONE = '...' ##Variabeln serverip = "51.75.32.153" authport = 21002 ch1port = 23070 ch2port = 24070 ch3port = 25070 ch4port = 26070 Servername = "Kuratox3_DEV_Serverfiles" ##Variabeln ENDE STATE_DICT = { 0 : '....', 1 : 'NORM', 2 : 'BUSY', 3 : 'FULL' } SERVER1_CHANNEL_DICT = { 1:{'key':11,'name':'CH1 ','ip': serverip,'tcp_port':ch1port,'udp_port':ch1port,'state':STATE_NONE,}, 2:{'key':12,'name':'CH2 ','ip': serverip,'tcp_port':ch2port,'udp_port':ch2port,'state':STATE_NONE,}, 3:{'key':13,'name':'CH3 ','ip': serverip,'tcp_port':ch3port,'udp_port':ch3port,'state':STATE_NONE,}, 4:{'key':14,'name':'CH4 ','ip': serverip,'tcp_port':ch4port,'udp_port':ch4port,'state':STATE_NONE,}, } REGION_NAME_DICT = { 0 : 'TAIWAN', } REGION_AUTH_SERVER_DICT = { 0 : { 1 : { 'ip': serverip, 'port':authport, }, } } REGION_DICT = { 0 : { 1 : { 'name' : Servername, 'channel' : SERVER1_CHANNEL_DICT, }, }, } MARKADDR_DICT = { 10 : { 'ip' : serverip, 'tcp_port' : ch1port, 'mark' : '10.tga', 'symbol_path' : '10', }, } TESTADDR = { 'ip' : serverip, 'tcp_port' : 50000, 'udp_port' : 50000, } #DONE Link to comment Share on other sites More sharing options...
aranomah Posted January 11, 2019 Author Report Share Posted January 11, 2019 hace 19 horas, Xhebas dijo: en donde dice serverip en la parte de los chanel no le debes colocar nada debes dejarlo tal cual y solo cambiar la ip en esta linea ##Variabeln serverip = "178.251.228.223" authport = 21002 import app app.ServerName = None STATE_NONE = '...' ##Variabeln serverip = "51.75.32.153" authport = 21002 ch1port = 23070 ch2port = 24070 ch3port = 25070 ch4port = 26070 Servername = "Kuratox3_DEV_Serverfiles" ##Variabeln ENDE STATE_DICT = { 0 : '....', 1 : 'NORM', 2 : 'BUSY', 3 : 'FULL' } SERVER1_CHANNEL_DICT = { 1:{'key':11,'name':'CH1 ','ip': serverip,'tcp_port':ch1port,'udp_port':ch1port,'state':STATE_NONE,}, 2:{'key':12,'name':'CH2 ','ip': serverip,'tcp_port':ch2port,'udp_port':ch2port,'state':STATE_NONE,}, 3:{'key':13,'name':'CH3 ','ip': serverip,'tcp_port':ch3port,'udp_port':ch3port,'state':STATE_NONE,}, 4:{'key':14,'name':'CH4 ','ip': serverip,'tcp_port':ch4port,'udp_port':ch4port,'state':STATE_NONE,}, } REGION_NAME_DICT = { 0 : 'TAIWAN', } REGION_AUTH_SERVER_DICT = { 0 : { 1 : { 'ip': serverip, 'port':authport, }, } } REGION_DICT = { 0 : { 1 : { 'name' : Servername, 'channel' : SERVER1_CHANNEL_DICT, }, }, } MARKADDR_DICT = { 10 : { 'ip' : serverip, 'tcp_port' : ch1port, 'mark' : '10.tga', 'symbol_path' : '10', }, } TESTADDR = { 'ip' : serverip, 'tcp_port' : 50000, 'udp_port' : 50000, } #DONE gracias funciono Link to comment Share on other sites More sharing options...
Recommended Posts