草庐IT

friendship_status

全部标签

注册中心报错was unable to refresh its cache! status = Cannot execute request on any known server

错误日志如下:2023-02-1614:37:27.527 WARN119653---[freshExecutor-0]c.n.d.s.t.d.RetryableEurekaHttpClient  :Requestexecutionfailedwithmessage:java.net.SocketTimeoutException:Readtimedout2023-02-1614:37:27.527ERROR119653---[freshExecutor-0]com.netflix.discovery.DiscoveryClient  :DiscoveryClient_WXSMALLPROGRA

解决ERROR: Command errored out with exit status 128: git clone -q https://github.com/Z-Zheng/SimpleCV.

在安装git+github 网页时出现如下错误:ERROR:Commanderroredoutwithexitstatus128:gitclone-qhttps://github.com/Z-Zheng/SimpleCV.git'C:\Users\LPR\AppData\Local\Temp\pip-req-build-2f5vq7ho'Checkthelogsforfullcommandoutput.解决办法:将 https://github.com/Z-Zheng/SimpleCV.git改为http://github.com/Z-Zheng/SimpleCV.git即将https改为ht

SpringCloud Gateway:status: 503 error: Service Unavailable

使用SpringCloudGateway路由请求时,出现如下错误yml配置如下:可能的一种原因是:yml配置了gateway.discovery.locator.enabled=true,此时gateway会使用负载均衡模式路由请求,但是SpringCloudAlibaba删除了Ribbon的依赖,无法通过负载均衡路由到指定的微服务,因此出现503报错。需要在pom中手动引入springcloudloadbalancer dependency>groupId>org.springframework.cloud/groupId>artifactId>spring-cloud-starter-l

uniapp vue3 微信小程序 项目中使用 websocet、微信小程序真机调试 websocket 报错 errMsg: “Invalid HTTP status.“

uniappvue3微信小程序项目中使用websocetconstwebsocketParams=ref({accessToken:'token'})constwebsoketFn=()=>{uni.connectSocket({url:`wss://www.xxx.com:1688/coord/messenger/websocket/site`,//演示接口success:(res)=>{console.log("正准备建立websocket中...",res)},})uni.onSocketOpen(function(res){socketOpen.value=truesendSocket

c++ - 未记录的链接器问题 : "ld returned 253 exit status"

我收到一条错误消息,我找不到任何相关信息。在哪里可以找到有关ld的253退出状态的信息?我到处都找不到任何东西。Google上只有一个提及,而且它似乎与任何解决方案都无关。错误信息:collect2.exe:error:ldreturned253exitstatus对于链接器和编译器的详细输出,没有其他警告或错误甚至与上述内容模糊相关。尝试找出问题这个错误在某种程度上与程序大小有关,但程序还没有达到系统闪存大小,所以我有点困惑。如果我运行size,结果如下(设备限制为64KB):textdatabssdec45608396620052204当我将设备内存大小增加到128K时,没有任何变

Docker load镜像报错:UserError processing tar file(exit status 1): ......no space left on device

原因:空间不足,镜像打包成tar以后会压缩,dockerload-ixxx.tar时,若该路径磁盘空间不够则报错Errorprocessingtarfile(exitstatus1):write/usr/local/cuda-10.2/targets/aarch64-linux/lib/libnvrtc.so.10.2.300:nospaceleftondevice。解决方法:给docker换位置!1.停止Docker服务 systemctlstopdocker.socket systemctlstopdocker.servicesystemctlstatusdocker#显示为"inacti

ES 查询报错 I/O 异常解决方法: Request cannot be executed; I/O reactor status: STOPPED

增加一个restClientBuilderCustomizer的bean@BeanpublicRestClientBuilderCustomizerautoRecreateRestClientBuilder(){returnnewRestClientBuilderCustomizer(){@Overridepublicvoidcustomize(HttpAsyncClientBuilderhttpClientBuilder){try{DefaultConnectingIOReactorioReactor=newDefaultConnectingIOReactor();ioReactor.set

docker load -i导入镜像失败:Error processing tar file(exit status 1): unexpected EOF

dockerloadkyai_rest-v1.0.0_20230326.tar...+dockerload-i/userdata/testOnebuttonDeploy/shsany_ai/kyai_x86_ubuntu/ky/alg/kyaiCw/kyai_rest-v1.0.0_20230326.tarErrorprocessingtarfile(exitstatus1):unexpectedEOF导入镜像失败了,不知道啥原因。。。后来发现,我的tar包大小不对,只有50多兆,正常应该400多兆的,可能是什么时候拷文件时,拷失败了。。。把正确的tar包换过来就好了20230816文章目录D

python解决WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) afte

pip安装报错计算机拒绝,代理问题文章目录Python遇到的bugwindow+r输入regedit删除注册表红框的文件,重启应用解决问题二、关闭代理服务器,可直接解决总结WARNING:Retrying(Retry(total=4,connect=None,read=None,redirect=None,status=None))afterconnectionbrokenby‘ProxyError(‘Cannotconnecttoproxy.’,NewConnectionError(’:Failedtoestablishanewconnection:[WinError10061]由于目标计算

pip安装时遇到的问题解决WARNING: Retrying (Retry(total=4,connect=None, read=Noneredirect=None,status=None))

WARNING:Retrying(Retry(total=4,connect=None,read=Noneredirect=None,status=None))遇到这个问题一般是连续弹出一行1.问题原因网络连接超时,检查网络是否连接,如果网络连接是好的就是用了官方源,得换成国内镜像源2.解决方法切换为国内镜像源:1.pip镜像源直接命令行输入:pipinstall-ihttps://pypi.tuna.tsinghua.edu.cn/simple+库名然后回车等待显示有successfully字样即为安装成功2.Linux系统Pip切换镜像源以Python3为例1.升级pip3pip3inst