- Mesaj
- 95
- Çözümler
- 1
- Beğeni
- 3
- Puan
- 59
- Ticaret Puanı
- 0
1 gündür bu şekilde açık bekliyor hiç dokunmadım sifre ve ıd dogru olmasına rağmen girmiyor
0811 22:03:35281 :: Traceback (most recent call last):
yukarıda olan syserr dosyası atım0811 22:03:35282 :: File "introLogin.py", line 436, in OnConnectFailure
0811 22:03:35282 :: AttributeError
0811 22:03:35282 :: :
0811 22:03:35282 :: 'LoginWindow' object has no attribute 'timeOutMsg'
0811 22:03:35282 ::
0811 22:04:26282 :: Traceback (most recent call last):
0811 22:04:26282 :: File "introLogin.py", line 436, in OnConnectFailure
0811 22:04:26282 :: AttributeError
0811 22:04:26282 :: :
0811 22:04:26282 :: 'LoginWindow' object has no attribute 'timeOutMsg'
0811 22:04:26282 ::
0811 22:04:35276 :: Traceback (most recent call last):
0811 22:04:35276 :: File "introLogin.py", line 436, in OnConnectFailure
0811 22:04:35276 :: AttributeError
0811 22:04:35276 :: :
0811 22:04:35276 :: 'LoginWindow' object has no attribute 'timeOutMsg'
0811 22:04:35276 ::
server.info dosyası yukarıda olanimport app
app.ServerName = None
SERVER1 = {
"name" : "NOVAMT2",
"host" : "192.168.2.197",
"auth" : 11900,
"ch1" : 13900,
"ch2" : 13920,
}
STATE_NONE = "..."
STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
SERVER01_CHANNEL_DICT = {
1:{"key":11, "name":"CH1", "ip":SERVER1["host"], "tcp_port":SERVER1["ch1"], "udp_port":SERVER1["ch1"], "state":STATE_NONE,},
2:{"key":12, "name":"CH2", "ip":SERVER1["host"], "tcp_port":SERVER1["ch2"], "udp_port":SERVER1["ch2"], "state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : SERVER1["name"],
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":SERVER1["host"], "port":SERVER1["auth"], },
}
}
REGION_DICT = {
0 : {
1 : { "name" :SERVER1["name"], "channel" : SERVER01_CHANNEL_DICT, },
},
}
MARKADDR_DICT = {
10 : { "ip" : SERVER1["host"], "tcp_port" : SERVER1["ch1"], "mark" : "10.tga", "symbol_path" : "10", },
}