腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
3
回答
ioredis
未处理
的
错误
事件
:
Error
:
connect
ETIMEDOUT
node.js
、
ioredis
有没有人在使用node js
ioredis
包连接到独立
的
redis服务器时遇到了以下
错误
?下面是
错误
堆栈跟踪:2018emitNone (events.js:86:13) 2018-08-16T10:52:07.449403458Z at Socket.g
浏览 19
提问于2018-08-16
得票数 6
回答已采纳
1
回答
错误
:[
ioredis
]
未处理
的
错误
事件
:
Error
:
connect
ETIMEDOUT
node.js
、
redis
我在我
的
节点应用程序中遇到了这个问题,即连接超时。我试过这个代码, new Redis({}) 但这对我
的
代码没有任何帮助 [
ioredis
] Unhandled
error
event:
Error
:
connect
ETIMEDOUT
at Socket.<anonymous> (/code/node_modules/
ioredis
/lib&
浏览 19
提问于2019-05-23
得票数 1
1
回答
错误
[
ioredis
]
未处理
的
错误
事件
:
Error
:连接
ETIMEDOUT
时试图连接到Elasticache
node.js
、
amazon-web-services
、
redis
、
amazon-elasticache
、
ioredis
我正在使用下面的代码来连接
ioredis
,但是我一直得到: import Redis from "
ioredis
浏览 11
提问于2022-08-04
得票数 0
1
回答
带有Laradock redis容器连接超时
的
Ioredis
laravel
、
redis
、
laradock
我有一个基于Laravel
的
应用程序。我正在使用Laradock,我正在尝试使用Redis容器,但我在连接方面遇到了问题。有命令:我可以看到:"IPAddress":"172.22.0.2",importRedis from '
ioredis
'; port:
浏览 0
提问于2019-01-28
得票数 0
1
回答
如何开启heroku redis节点
的
tls?
node.js
、
heroku
、
redis
、
ioredis
我尝试了heroku docs中给出
的
东西和这篇文章How to
Connect
Heroku Redis TLS Node?上
的
答案,但似乎什么都不起作用。我当前
的
redis选项如下所示: const Redis = require('
ioredis
');const options ={ rejectUnauthorized: false,}; const opts = ne
浏览 45
提问于2021-04-29
得票数 0
2
回答
nodeJS前哨连接从Redis超时
node.js
、
redis
、
stackexchange.redis
、
redis-sentinel
、
ioredis
但是,可以使用StackExchange.Redis从.net core连接相同
的
redis前哨实例。请找到下面的nodeJS代码, import { AppModule } from '.(AppModule); sentinels: [ console.log(exception); await app.l
浏览 295
提问于2021-06-22
得票数 0
回答已采纳
1
回答
为什么启用keep-alive时
ioredis
客户端超时?
javascript
、
node.js
、
redis
、
azure-redis-cache
、
ioredis
当我
的
脚本空闲了一段时间后,我得到了以下
错误
。我不明白这是什么原因。
error
: [
ioredis
] Unhandled
error
event: at TCP.onStreamRead (internal/stream_base_commons.js:111:27)
error
: [
ioredis
] Unhandled
error
e
浏览 135
提问于2020-03-30
得票数 3
1
回答
ioredis
错误
:连接
ETIMEDOUT
-无法连接到本地redis服务器
node.js
、
redis
、
ioredis
问题const options = { portretryStrategy: times => Math.min(times * 50, 2000),}; 不幸
的
是,我总是收到这样
的
错误
消息: [
ioredis
] Unha
浏览 1
提问于2019-08-22
得票数 3
回答已采纳
3
回答
如何处理
ETIMEDOUT
错误
?
javascript
、
node.js
、
http
、
error-handling
、
timeout
如何处理此调用中
的
etimedout
错误
?callback(null, localFile); } callback(new
Error
("No file found at given url."), null);有没有办法等待更长
的
时间?究竟是什么导致了这个
错误
?是否仅限超时?
浏览 5
提问于2014-05-13
得票数 24
回答已采纳
2
回答
通过代理
的
Nodemailer
nodemailer
当我发送没有代理
的
邮件时,它工作得很好,但是当我通过代理发送邮件时,我有以下
错误
:{ [
Error
: socket hang up] code: 'ECONNRESET', ss
浏览 8
提问于2015-04-03
得票数 2
回答已采纳
1
回答
在node.js应用程序中创建一组类型
的
redis数据库时,我得到了一个类型
错误
node.js
、
redis
、
set
、
redisclient
我试图在node.js应用程序中添加一组redis数据库,如下所示: console.log('Redis Client
Error
', err); await re
浏览 6
提问于2022-06-11
得票数 1
2
回答
ioredis
ETIMEDOUT
来自Azure应用程序服务,但在本地运行良好,IP已添加到防火墙
azure
、
redis
、
azure-web-app-service
、
azure-redis-cache
它没有被使用/除了我现在正在尝试做
的
事情之外,没有任何东西连接到它。它是最基本
的
C0计划
的
一部分。问题是,一旦部署为Azure应用程序服务
的
一部分,它将不断抛出: [
ioredis
] Unhandled
error
event:
Error
:
connect
ETIMEDOUT
at TLSSocket(/home/site/wwwroot/node_modules/
浏览 99
提问于2019-10-01
得票数 2
回答已采纳
1
回答
使用@ sendgrid /mail设置
的
sendgrid
node.js
、
sendgrid
当我尝试用npm包sendgrid/mail发送电子邮件时,有时会弹出此
错误
消息。这在大多数情况下是可行
的
。{
错误
:在TCPConnectWrap.afterConnect errno:‘
ETIMEDOUT
’连接
ETIMEDOUT
169.45.89.179:443,代码:'
ETIMEDOUT
',syscall:'
connect
', 地址:'169.45.89.179',端口: 443 } bu
浏览 1
提问于2019-02-25
得票数 1
回答已采纳
1
回答
如何在nodejs中使用请求来处理超时
javascript
、
node.js
、
request
、
timeout
所以,我向服务器发出了这个请求,我设置了一个超时,我想要处理timeout
事件
,但我也想处理“abort”
事件
,并区分不同
的
事件
。= '
ETIMEDOUT
') cb(httpStatusCode.REQUEST_TIMEDOUT) else cb(httpStatusCode.REQUEST_ABORTED’侦听器中
的
错误
。这似乎是一种愚蠢
的
方法,我在网上搜索,没有找到一种只处理回调
事件
<
浏览 0
提问于2015-07-07
得票数 4
回答已采纳
2
回答
客户端节点网络套接字超时
错误
javascript
、
node.js
、
sockets
、
websocket
、
ibm-cloud
require('net'); var PORT = xxxx; client.
connect
events.js:141抛出er;//
未处理
的
“
错误
”
事件
^
错误
:连接
ETIMEDOUT
xxx.xx.xx.xx:xxxx at Object.exports._exceptionWithHos
浏览 5
提问于2016-01-13
得票数 0
2
回答
使用jsftp上载文件会导致服务器上
的
文件大小为零
javascript
、
node.js
、
ftp
我正在尝试用jsftp把文件放到我
的
服务器上。每次我运行我
的
代码时,我都会得到一个写入服务器
的
文件,但它只有0字节。我确信user: host: etc是正确
的
。 这是代码。
浏览 6
提问于2014-11-14
得票数 0
2
回答
NODE.JS慢速连接测试
node.js
、
asynchronous
我创建了带有5000域
的
测试CSV文件,并使用了以下代码: this.address:
connect
ETIMEDOUT
[http]
error
:
Error
:
connect
浏览 2
提问于2013-02-06
得票数 0
1
回答
发生
错误
:
错误
:
connect
ETIMEDOUT
192.30.253.112:443
android
、
ionic-framework
我正在创建一个离子应用程序,在添加android平台
的
过程中,我一直收到以下
错误
。Ionic Resources
Error
happened { [
Error
:
connect
ETIMEDOUT
192.30.253.112:443] code: '
浏览 17
提问于2016-07-10
得票数 3
2
回答
安装rails时连接超时
ruby-on-rails
、
ruby
、
ruby-on-rails-3
、
ruby-on-rails-3.2
、
ubuntu-14.04
我使用
的
是Ubuntu14.04LTS和ruby版本: 1.9.3p484数独创业板安装rails 3.2.18,WARNING:
Error
fetching data: Errno::
ETIMEDOUT
: Connection timed out -
connect
(2) (http://rubygems.org/specs.4.8.gz) WARNING:
Error
fetching data: Errno::<
浏览 1
提问于2014-06-21
得票数 0
回答已采纳
1
回答
当从码头集装箱连接到本地redis集群时,
ioredis
连接保持重置。
node.js
、
networking
、
docker-compose
、
redis
、
ioredis
我有一个组装容器
的
客户机/服务器节点应用程序,它无法创建到我在本地环境中运行
的
redis集群
的
稳定连接。redis集群有6个节点(3个主节点,3个副本配置)在我
的
本地机器上运行。每当我启动我
的
应用程序并试图连接到redis时,
connect
事件
就会被垃圾处理,我
的
客户端会出现以下
错误
: Proxy
error
: Could not proxy request /check-login这应该允许我连
浏览 10
提问于2022-02-11
得票数 6
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
腾讯会议
活动推荐
运营活动
广告
关闭
领券