异常解决共28篇 第3页
[python+selenium+unittest]ResourceWarning资源警告报错 - 拽熊博客

[python+selenium+unittest]ResourceWarning资源警告报错

在学习[python+selenium]自动化测试时,未定义tearDown方法来将webdriver的实例关闭,导致执行多次测试案例时发生告警。 告警信息: ResourceWarning: unclosed <socket.socket fd=552, fami...
拽熊的头像 - 拽熊博客超级会员拽熊2年前
10012
php 出现Strict Standards: Only variables should be passed by reference in的解决方法 - 拽熊博客

php 出现Strict Standards: Only variables should be passed by reference in的解决方法

问题背景 今天安装ecshop的时候最上面出现了一个错误提示:Strict Standards: Only variables should be passed by reference in F:\www.xxxx.com\cls_template.php on line 418 原因分析 这个...
使用vscode运行python出现中文乱码的解决方法 - 拽熊博客

使用vscode运行python出现中文乱码的解决方法

问题:vscode执行代码时,中文输出乱码。 解决: 前提:自己安装了code runner的插件 快捷键Ctrl+Shift+P,打开设置Open Settings (JSON):
模拟器出现g_bGuestPoweroff fastpipeapi.cpp:1153/1161解决方法 - 拽熊博客

模拟器出现g_bGuestPoweroff fastpipeapi.cpp:1153/1161解决方法

1、按照下面图片的步骤打开控制面板,关闭系统自带的所有虚拟机服务,图片中框住的选项全部取消。 2、需要使用命令来彻底关闭 点击桌面左下角“开始菜单”,搜索“命令提示符”或“CMD”,以管...
jenkins升级后,一直在重启界面,进不去怎么办? - 拽熊博客

jenkins升级后,一直在重启界面,进不去怎么办?

问题背景 今天看到jenkins有更新,直接就点击更新了。结果安装半天不成功。重启刷新发现一直在等待重启中。进不去。一个小时过去了还是进不去。手动重启进程也进不了。如下图: 原因分析 查看Je...
AttributeError: partially initialized module 'jsonschema' has no attribute 'validata' (most likely due to a circular import) - 拽熊博客

AttributeError: partially initialized module ‘jsonschema’ has no attribute ‘validata’ (most likely due to a circular import)

属性错误:部分初始化的模块“ jsonschema”没有属性“validata”(很可能是由于循环导入) 今天刚刚学习了jsonschema写法,就想着自己动手写一写,没想到就报这么个错。本来在调用validata方法...
Appium异常:An unknown server-side error occurred while processing the command. Original error: Could not find 'adb.exe' in PATH. Please set the ANDROID_HOME or ANDROID_SDK_ROOT ... - 拽熊博客

Appium异常:An unknown server-side error occurred while processing the command. Original error: Could not find ‘adb.exe’ in PATH. Please set the ANDROID_HOME or ANDROID_SDK_ROOT …

一、异常如下 An unknown server-side error occurred while processing the command. Original error: Could not find 'adb.exe' in PATH. Please set the ANDROID_HOME or ANDROID_SDK_ROOT e...
拽熊的头像 - 拽熊博客超级会员拽熊2年前
2499
Error: INVALID_PROTOCOL: 9966/tcp - 拽熊博客

Error: INVALID_PROTOCOL: 9966/tcp

问题背景 安装URLOS管理软件时,配置防火墙: firewall-cmd --zone=public --add-port=9966/tcp --permanent(开放9966端口) 报错:Error: INVALID_PROTOCOL: 9966/tcp 解决办法 修改命令为:fi...