-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
异常弹窗报告 #2 #668
Comments
你的路由器我不清楚为什么用这个 nat-api 库启用不了 UPnP,你还是把这个功能功能关了,手动路由器映射吧 我测试了两个路由器,Apple Time Capsule「不支持UPnP」 + ASUS GT-AC5300「支持UPnP」,都没出现你这报错 : | |
哦,好的,看来我该换路由了,是有点老了 : | |
你的问题我复现了,端口 mapping 时没报错且需要等1小时50分钟才会出现 : ( fork 了一份 nat-api,先修复了 // TTL is 2 hours (min 20 min)
this.ttl = (opts.ttl) ? Math.max(opts.ttl, 1200) : 7200 if (self.autoUpdate) {
self._upnpIntervals[opts.publicPort + ':' + opts.privatePort + '-' + opts.protocol] = setInterval(
self._upnpMap.bind(self, opts),
self._timeout
)
} |
3 tasks
看到回复了,作者辛苦! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
错误描述
新的异常弹窗,警告内容为 "cb is not a function" (关闭的时候忘了截图了),看了日志报告应该是调用SAX接口解析xml的时候出错了。
环境:
应用日志
The text was updated successfully, but these errors were encountered: