-
Notifications
You must be signed in to change notification settings - Fork 29
Description
测试过程中小意外是telnetlib 老版本找不到 用telnetlib3代替
import telnetlib 后面用了 import telnetlib3 测试结果如下:
2024-11-10 02:14:25.708 | INFO | main:get_mac_address:83 - MAC Address obtained successfully: A8B483FC3B30
2024-11-10 02:14:25.708 | DEBUG | main:enable_telnet:88 - Telnet Enable URL: http://192.168.1.1/cgi-bin/telnetenable.cgi?telnetenable=1&key=A8B483FC3B30
2024-11-10 02:14:25.756 | ERROR | main:enable_telnet:99 - Failed to enable Telnet.
2024-11-10 02:14:25.757 | ERROR | main:main:193 - Failed to obtain Admin Username and Password.
2024-11-10 02:14:25.757 | INFO | main:main:194 - Please follow the manual confirmation steps at https://www.bilibili.com/read/cv21044770/ and modify the code if necessary.
手工步骤操作显示开启telnet页面如下
500 Server Error
The server encountered an internal error and could not complete your request.
本机2023年10月生产