日常错误
文章平均质量分 75
代码讲故事
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ChromeDriverManager selenium.common.exceptions.WebDriverException: Message: Service
ChromeDriverManager selenium.common.exceptions.WebDriverException: Message: Service。原创 2025-09-02 22:00:00 · 813 阅读 · 0 评论 -
gcc 编译问题:src/massip-addr.c:299:3: 附注:使用 -std=c99 或 -std=gnu99 来编译您的代码
gcc 编译问题:src/massip-addr.c:299:3: 附注:使用 -std=c99 或 -std=gnu99 来编译您的代码。原创 2025-07-17 07:45:00 · 559 阅读 · 0 评论 -
解决 RSA 加密 “message too long“ 错误的完整方案,如何在 Go (Golang) 服务端实现 RSA 加密/解密
解决 RSA 加密 "message too long" 错误的完整方案,如何在 Go (Golang) 服务端实现 RSA 加密/解密。RSA加密出现message too long错误是由于数据长度超过密钥限制。解决方案采用混合加密系统:小数据直接RSA加密,大数据则生成随机AES密钥加密数据,再用RSA加密AES密钥。文章提供了完整的Go实现代码,包括加密(判断数据大小、AES/RSA联动加密)和解密(兼容两种模式)逻辑,有效解决了RSA密钥长度限制问题。原创 2025-07-08 07:15:00 · 1358 阅读 · 0 评论 -
设置了sni访问域名下的IP出现403或请求错误curl: (35) error:0A000410:SSL routines::sslv3 alert handshake failure
设置了sni访问域名下的IP出现403或请求错误curl: (35) error:0A000410:SSL routines::sslv3 alert handshake failure。原创 2025-07-02 09:40:05 · 881 阅读 · 0 评论 -
Linux容器apt安装源错误:The repository ‘http://xxx/ubuntu noble-security InRelease‘ is not signed
Linux容器apt安装源错误:The repository 'http://xxx/ubuntu noble-security InRelease' is not signed.原创 2025-05-29 19:45:00 · 1716 阅读 · 0 评论 -
解决 xmlsec.InternalError: (-1, ‘lxml & xmlsec libxml2 library version mismatch‘)
解决 xmlsec.InternalError: (-1, 'lxml & xmlsec libxml2 library version mismatch')原创 2025-05-29 19:15:00 · 619 阅读 · 0 评论 -
pillow使用报错,安装低版本 9.5.0也报错error: subprocess-exited-with-error,module ‘PIL.Image‘ has no attribute
pillow使用报错,安装低版本 9.5.0也报错error: subprocess-exited-with-errorAttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'。原创 2025-04-21 21:00:00 · 1588 阅读 · 0 评论 -
browser-use报错解决ModuleNotFoundError: No module named ‘mem0‘,ValueError: Environment variables not set
browser-use报错解决ModuleNotFoundError: No module named 'mem0',ValueError: Environment variables not set。利用浏览器自动登录各种web系统,结合AI agent 识别验证码、登陆请求接口,实现通用的页面登陆请求,批量登陆系统,可以结合代理实现自动切换IP,设置浏览器头,或者用 agent 调用真实的浏览器完成任务工作,不得不说 AI agent 结合 openai或者deepseek 等模型还是很有智能范儿的原创 2025-04-16 20:15:00 · 1430 阅读 · 0 评论 -
LD_LIBRARY_PATH shouldn‘t contain the current directory when *** building glibc-2.14
LD_LIBRARY_PATH shouldn't contain the current directory when *** building glibc-2.14。原创 2025-01-15 17:27:41 · 776 阅读 · 0 评论 -
lib64/libc.so.6: version `GLIBC_2.28‘ not found (required by…的问题的解决方法
/lib64/libc.so.6: version `GLIBC_2.28’ not found (required by…的问题的解决方法,根据提示可知碰到此问题,是因为没有找到GLIBC_2.28版本,需要添加GLIBC的2.28版本。原创 2025-01-15 17:02:55 · 2221 阅读 · 0 评论 -
解决错误qemu-img: relocation error: qemu-img: symbol nettle_hmac_sm3_digest version NETTLE_8 not defined
解决错误 qemu-img: relocation error: qemu-img: symbol nettle_hmac_sm3_digest version NETTLE_8 not defined in file libnettle.so.8 with link time reference。原创 2024-12-20 14:33:37 · 537 阅读 · 0 评论 -
internal error: qemu unexpectedly closed the monitor: Driver ‘qcow‘ is not whitelisted
internal error: qemu unexpectedly closed the monitor: Driver 'qcow' is not whitelisted。错误:internal error: qemu unexpectedly closed the monitor: 2024-10-23T09:44:30.224070Z qemu-kvm: -drive file=/var/libformat=qcow,if=none,id=drive-ide0-0-0: Driver 'qcow'原创 2024-10-23 18:36:46 · 1896 阅读 · 0 评论 -
ERROR neutron.agent.l3.router_info [-] (101, ‘Network is unreachable‘): NetlinkError: (101, ‘Network
neutron.agent.l3.agent [-] Hit retry limit with router update for 885c18b0-dd0d-48ff-905b-a7ba2f900842, action 3。ERROR neutron.agent.l3.router_info [-] (101, 'Network is unreachable'): NetlinkError: (101, 'Network is unreachable')。原创 2024-10-22 16:17:26 · 1090 阅读 · 0 评论 -
ERROR neutron.agent.linux.ip_lib [req- Device tap3e887199-75 cannot be used as it has no MAC address
出现类似错误 ERROR neutron.agent.linux.ip_lib [req- Device tap3e887199-75 cannot be used as it has no MAC address 解决办法。原创 2024-10-17 15:35:35 · 1046 阅读 · 0 评论 -
pycharm虚拟环境中使用pip出现:Caused by SSLError(“Can‘t connect to HTTPS URL because the SSL module is not xxx
pycharm虚拟环境中使用pip出现:Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))。原创 2024-09-26 17:13:39 · 968 阅读 · 0 评论 -
linux中cmake进行编译遇到 Missing dependency: did not find Judy library, please install Judy or equivalent
linux中cmake进行编译遇到 Missing dependency: did not find Judy library, please install Judy or equivalent. More details in INSTALL.md原创 2024-09-09 10:29:09 · 607 阅读 · 0 评论 -
failed to open connection to x,socket: too many open files] > common/retry:all retry attempts failed
解决:app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: failed to open connection to tcp:149.154.167.51:443 > common/retry: [dial tcp 149.154.167.51:443: socket: too many open files] > common/retry: all retry attempts failed。原创 2024-09-06 11:28:02 · 1525 阅读 · 0 评论 -
解决proxy/vmess/inbound: invalid request from xxx > proxy/vmess/encoding:failed to read request header
解决 proxy/vmess/inbound: invalid request from 49.7.51.5:24347 > proxy/vmess/encoding: failed to read request header > websocket: close 1006 (abnormal closure): unexpected EOF。原创 2024-09-04 17:45:01 · 2473 阅读 · 0 评论 -
解决fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack
解决fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack。在克隆仓库或者拉取代码的时候出现类似如下错误:fetch-pack: unexpected disconnect while reading sideband packetfatal: early EOFfatal: fetch-pack: invalid index-pack output原创 2024-09-04 09:02:49 · 9694 阅读 · 1 评论 -
CentOS系统SSH无法连接,使用SSH远程连接Linux系统的ECS实例时,提示 could not set limit for ‘nofile’: Operation not permitted
使用SSH远程连接Linux系统的ECS实例时,提示“could not set limit for ‘nofile’: Operation not permitted”错误怎么办?使用SSH远程连接Linux系统的ECS实例时,提示“could not set limit for ‘nofile’: Operation not permitted”错误的原因和解决方案。原创 2024-09-03 10:38:45 · 1183 阅读 · 0 评论 -
neutron启动失败报错:ERROR neutron CantStartEngineError: No sql_connection parameter is established
neutron启动失败报错:ERROR neutron CantStartEngineError: No sql_connection parameter is established。原创 2024-08-30 09:24:48 · 1096 阅读 · 0 评论 -
INFO nova.console.websocketproxy,code 400, message Client must support ‘binary‘ or ‘base64‘ protocol
解决 openstack中虚拟机的novnc控制台连接出现错误:INFO nova.console.websocketproxy,code 400, message Client must support 'binary' or 'base64' protocol 。原创 2024-08-24 11:21:39 · 657 阅读 · 0 评论 -
Linux中解决 zfs 安装后无法加载和使用,报错类似如下:modprobe: FATAL: Module zfs not found.
Linux中解决 zfs 安装后无法加载和使用,报错类似如下:modprobe: FATAL: Module zfs not found.原创 2024-08-19 15:38:22 · 1568 阅读 · 0 评论 -
通过packstack一键安装openstack遇到各种不兼容错误和包缺失错误等问题详细解决方法,ERROR : Error appeared during Puppet run: 192.168.1
openstack安装错误:ERROR : Error appeared during Puppet run: 192.168.100.2_controller.ppError: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-keystone' returned 1: Error: Package: python2-qpid-proton-0.26.0-2.el7.x86_64 (centos-openstack-train)原创 2024-08-14 09:53:13 · 1813 阅读 · 0 评论 -
Linux安装软件遇到curl#6 - “Could not resolve host: mirrorlist.centos.org;未知的错误“Cannot find a valid baseurl
Linux安装软件遇到curl#6 - "Could not resolve host: mirrorlist.centos.org;未知的错误"Cannot find a valid baseurl.原创 2024-08-13 18:27:35 · 1244 阅读 · 0 评论 -
Failed to open a session for the virtual machine xxxx.VD: error VERR_NOT_SUPPORTED opening image xxx
vmware workstation 的虚拟机导出或者复制到其他虚拟化软件中运行,出现的各种错误。错误类似如下:Failed to open a session for the virtual machine dddd.VD: error VERR_NOT_SUPPORTED opening image file '/root/ovf/windows10-disk1.vmdk' (VERR_NOT_SUPPORTED).原创 2024-07-22 16:27:05 · 1043 阅读 · 0 评论 -
Tcp连接出现大量ESTABLISHED连接解决方法,记录一次对进程大量积压 ESTABLISHED 链接的排查记录,以及出现大量的UDP连接现象,服务端口连接数几十万,导致网络连接不上、缓慢、卡顿
Tcp连接出现大量ESTABLISHED连接解决方法,记录一次对进程大量积压 ESTABLISHED 链接的排查记录,以及出现大量的UDP连接现象,服务端口连接数几十万,导致网络连接不上、缓慢、卡顿。原创 2024-07-16 15:19:17 · 3029 阅读 · 0 评论 -
解决ERROR: failed to solve: alpine:latest: failed to copy: httpReadSeeker: failed open: failed to do
主要错误: ERROR: failed to solve: alpine:latest: failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/a6/a606584aa9aa875552092ec9e1d62cb98d486f51f3896099140原创 2024-07-08 15:45:03 · 4786 阅读 · 0 评论 -
解决mysql数据库连接报错:Authentication plugin ‘caching_sha2_password‘ cannot be loaded
解决mysql数据库连接报错:OperationalError: (2059, "Authentication plugin 'caching_sha2_password' cannot be loaded: /usr/lib/mysql/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory")原创 2024-07-03 10:18:04 · 2245 阅读 · 0 评论 -
多种方法解决 git 推送push代码出现github远程分支拒绝[remote rejected] (push declined due to repository rule violations
多种方法解决 git 推送push代码出现github远程分支拒绝[remote rejected] (push declined due to repository rule violations。原创 2024-05-15 11:29:56 · 3530 阅读 · 2 评论 -
Error response from daemon: error while creating mount source path ‘/host_mnt/opt/ permission denied
解决Error response from daemon: error while creating mount source path '/host_mnt/opt/jumpserver/core/data': mkdir /host_mnt/opt/jumpserver/core: permission denied。原创 2024-03-28 18:13:53 · 3026 阅读 · 0 评论 -
解决错误outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled
解决错误outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled。主要错误:app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > context canceled。原创 2024-03-15 18:12:14 · 5908 阅读 · 1 评论 -
解决全局流量转发出现错误:./tun2proxy: /lib64/libc.so.6: version `GLIBC_2.33‘ not found (required by ./tun2proxy)
解决全局流量转发出现错误:./tun2proxy: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by ./tun2proxy)原创 2024-03-15 18:08:28 · 2909 阅读 · 0 评论 -
解决 RuntimeError: “LayerNormKernelImpl“ not implemented for ‘Half‘
解决 RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'。原创 2024-03-07 16:00:28 · 1977 阅读 · 0 评论 -
错误:playwright._impl._api_types.Error:Missing libraries:libdrm.so.2、libgbm.so.1
错误:playwright._impl._api_types.Error:Missing libraries:libdrm.so.2、libgbm.so.1。原创 2024-03-07 10:44:46 · 1270 阅读 · 0 评论 -
解决Host system is missing dependencies to run browsers.Missing libraries:libgtk-3.so.0 libasound.so.2
解决Host system is missing dependencies to run browsers.Missing libraries:libgtk-3.so.0 libasound.so.2.原创 2024-03-06 17:37:20 · 2538 阅读 · 0 评论 -
git lfs pull 出现错误:cannot write data to tempfile “/root/8dc6d01e84acccd8a5769d5“: LFS: unexpected EOF
git lfs pull 出现错误:cannot write data to tempfile "/root/8dc6d01e84acccd8a5769d5": LFS: unexpected EOF。原创 2024-03-06 09:01:46 · 1364 阅读 · 0 评论 -
错误:RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and
电脑部署大模型python运行程序出现错误:RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx原创 2024-03-04 17:50:49 · 15236 阅读 · 11 评论 -
GnuTLS: Resource temporarily unavailable, try again. The certificate‘s owner does not match hostname
GnuTLS: Resource temporarily unavailable, try again.GnuTLS: Resource temporarily unavailable, try again.The certificate's owner does not match hostname ‘huggingface.co’HTTP request sent, awaiting response... Read error (Success.) in headers.Retrying.原创 2024-02-23 10:13:13 · 1167 阅读 · 0 评论 -
解决 ModuleNotFoundError: No module named ‘transformers‘
解决 ModuleNotFoundError: No module named 'transformers'。原创 2024-02-21 16:56:27 · 2687 阅读 · 0 评论
分享