BT 14
==================================================================
BT-Panel default info!
==================================================================
Bt-Panel-URL: https://47.100.74.39:18888/d5ebec0b
Traceback (most recent call last):
File "/www/server/panel/tools.py", line 732, in <module>
set_panel_username()
File "/www/server/panel/tools.py", line 426, in set_panel_username
print('username: ' + username)
TypeError: can only concatenate str (not "NoneType") to str
password: ********
Warning:
If you cannot access the panel,
release the following port (8888|888|80|443|20|21) in the security group
注意:初始密码仅在首次登录面板前能正确获取,其它时间请通过 bt 5 命令修改密码
==================================================================
BT 16
=====================================
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
Starting Bt-Panel... Bt-Panel (pid 2344018) already running
Starting Bt-Tasks... Bt-Tasks (pid 2343538) already running
已成功升级到[7.9.7]
BT 22
[2023-01-06 09:07:07][DEBUG] - Traceback (most recent call last):
File "class/public.py", line 6144, in rsa_decrypt
decrypted_data = cipher_private.decrypt(res, None)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/Crypto/Cipher/PKCS1_v1_5.py", line 174, in decrypt
raise ValueError("Ciphertext with incorrect length (not %d bytes)" % k)
ValueError: Ciphertext with incorrect length (not 128 bytes)
BT 5
请输入新的面板密码:123456
Traceback (most recent call last):
File "/www/server/panel/tools.py", line 754, in <module>
bt_cli(clinum)
File "/www/server/panel/tools.py", line 576, in bt_cli
set_panel_pwd(input_pwd.strip(),True)
File "/www/server/panel/tools.py", line 69, in set_panel_pwd
result = sql.table('users').where('id=?',(1,)).setField('password',public.password_salt(public.md5(password),uid=1))
File "/www/server/panel/class/public.py", line 2892, in password_salt
chdck_salt()
File "/www/server/panel/class/public.py", line 2869, in chdck_salt
pdata['password'] = md5(md5(u_info['password']+'_bt.cn') + salt)
TypeError: string indices must be integers
|
|