问题标签 [disconnected]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
3411 浏览

json - 尝试在断开的端口上发布消息

我一直在关注机消息传递指南,但现在我陷入了停滞。Firefox 上的开发人员控制台一直给我同样的错误:“尝试在断开的端口上发布消息”以及“Webconsole 上下文已更改”之前。

在此处输入图像描述

我检查了注册表,ping_pong 注册表项在正确的位置, HKEY_LOCAL_MACHINE\\SOFTWARE\\Mozilla\\NativeMessagingHosts\\ping_pong它的值指向我的 manifest.json 文件的位置。

我的分机 ID 和"allowed_extensions"匹配项。

我找到了这个,它确实在最后停止说我在批处理文件中没有 python 脚本,但这不应该是我的错误消息的原因。

我有 Firefox Quantum 61.0.2,如果有用的话。

我究竟做错了什么?

0 投票
1 回答
898 浏览

vba - 如何在从头创建的 ADODB.Recordset 上强制执行主键唯一性?

我正在使用记录集作为我正在获取的某些数据的载体。我得到了重复,我很好奇如果尝试添加重复,如何让记录集抱怨。

所以,本质上我想创建一个关键字段。我找到了 adFldKeyColumn 参数,但没有强制执行,我一定遗漏了一些东西。

请不要分类答案,我很清楚我可以在获取数据并以这种方式捕获重复项的同时使用字典,这就是我同时要做的。只是必须有一位知道诀窍的 ADO 专家。

更新:我在 RecordSet 对象上找到了一个 Supports 方法,如果我传入,CursorOptionEnum.adIndex那么它会回复 False。也许使用不同的提供商?

0 投票
0 回答
32 浏览

jgit - JGIT克隆断开红色

早上好,我有问题。

当我做:

git = Git.cloneRepository () .setURI (remote) .setProgressMonitor (monitor) .setDirectory (new file (local)) //.setBranch(branch) .setCredentialsProvider (credentials) .call();

并且由于某种原因我断开了电缆红色,没有办法捕捉到异常,例如......“断开连接”,“超时”或类似的东西。

这个问题将非常普遍,因此我必须考虑它。

帮助?谢谢

0 投票
1 回答
268 浏览

unity3d - Watson 语音转文本在 Unity 上立即断开连接

我正在使用最新的统一 SDK 2.12.0 和 Unity 2017.4。我的统一项目在这里可用: https ://github.com/jignesh015/Watson_trial

请注意,您需要一个 IBM Apikey 才能访问 API 功能。

我按照以下视频教程设置 SDK: https ://www.youtube.com/watch?v=_K62R9Jnxag

在运行视频中所示的 ExampleStreaming 示例时,我收到以下日志:

[SpeechToText.SendStart()][DEBUG] SendStart() 带有以下参数:{"action":"start","content-type":"audio/l16;rate=22050;channels=1;","inactivity_timeout ":-1,"interim_results":true,"max_alternatives":0,"profanity_filter":false,"smart_formatting":true,"speaker_labels":false,"timestamps":true,"word_confidence":true

[SpeechToText.OnListenClosed()][DEBUG] OnListenClosed(),状态 = DISCONNECTED

[SpeechToText.KeepAlive()][DEBUG] KeepAlive 已退出。

我已经彻底搜索了这个问题。似乎很多人都面临过类似的问题,但没有一个帖子有令人满意的解决方案。谁能帮我这个?

0 投票
1 回答
870 浏览

python - 连接两个模型时断开连接的图

尝试基于部分预训练模型构建新模型,

这是一些清理后的代码。

假设我们训练了 model1,并且想要添加一些在 model2 中定义的层:

它看起来有点乱,但我想通过在此处添加 softmax 激活来证明它没有断开连接。

模型1总结:

模型2总结:

以及model_merge的总结:

让我们证明这个合并的模型没有断开:

一切正常。

test1的总结:

悲剧就在这里:

最重要的反馈:

完整反馈:

真的快把我逼疯了

有任何想法吗?

0 投票
1 回答
68 浏览

graph - Keras Erro:图表断开连接

以下代码片段给出错误(图表已断开:无法获取张量的值):

x = Concatenate (axis = 1) (submodel_outputs)
parallel_layers = Model (inputs = embedding_layers [0] .input, outputs = x)

embedding_layers [0] .get_input_at (0) 的值等于:
<tf.Tensor 'embedding_8_input: 0' shape = (?, 100) dtype = float32>

变量 x 是 3 个模型的串联,例如:

  • embedding_8 (嵌入) - (无, 100, 300)
  • dropout_22 (辍学) - (无, 100, 300)
  • skip_conv1d_22 (SkipConv1D- (无, 100, 100)
  • max_pooling1d_22 (MaxPooling)(无, 25, 100)

我已经尝试了一切,但错误仍在继续。我该怎么做才能使以下行起作用: parallel_layers = Model (inputs = embedding_layers [0] .input, outputs = x)

0 投票
0 回答
349 浏览

python - 设备未接收影子更新 - AWS-IoT 中的断开连接事件太多?

服务器和设备之间的 AWS IoT 连接会收到很多 [断开连接] 事件,并且设备没有接收到增量消息。

我正在使用 AWS IoT 允许在自写的“控制器”(在树莓派上使用 1.4.0 版的 AWSIoTPythonSDK 运行,通过 LTE 棒连接)和一些 AWS lambda 函数(使用带有 npm 包 aws-sdk 的节点)之间进行安全通信在 2.411.0 版中)。该设置通常工作,因此处理增量消息并不时更新影子状态。

我使用 python-iot-sdk 示例中的默认配置作为初始配置:

不幸的是,控制器无法识别 AWS 中的许多影子更新,例如。没有记录有关新增量消息的信息。

我已经尝试了不同的超时设置,启用和禁用了 OfflinePublishQueue,但没有真正找到允许稳定使用的配置。

我确实收到了很多关于客户端断开事件的日志记录:

相应的 MQTT 主题也$aws/events/presence/disconnected/<clientId>显示了很多连接/断开连接(使用 AWS IoT 测试菜单)。

我真的不知道如何获得更稳定的连接,GSM 信号很好,我们在早期版本的控制器中已经有了更好的连接质量。只要设备没有收到近 30% 的消息,整个设置就无法正常工作。

0 投票
0 回答
431 浏览

android - Devices disconnecting during application installation through Android studio using new MACBOOK

Have recently received a new Macbook upgrade at work and had to go through the whole installation process of all the IDE's etc that I use. Have not had this issue in the past, but since the install of Android studio, every time I try to run the project on to a physical device, the device disconnects during the installation process via ADB.

'Installation failed because the device "device name" disconnected'.

I am using the ADB supplied by the SDK tool, which is set in my home path.

USB debugging is set and file transfer is selected.

Before the test is run, I check the device list with 'adb devices' to ensure that it is in the list, which it is but after the error message, it is removed from this list.

My colleague who also upgraded, does not currently have this issue, so am assuming that there is not an issue due to the power required from the USB port, as the mac's are the same spec.

With this machine and the adapter that came with it, only usb 3.0 ports are available, but as I said, colleague has the same spec and no current issues.

  • Turning off the Instant run
  • Built, Cleaned, Rebuild
  • Re-synced
  • Cleaned project with gradle wrapper of the project
  • Invalidated caches and restarted
  • My project does contain special characters + colleague's is fine
  • Tried multiple cables I know work
  • Memory on the devices is not an issue
  • Tried multiple devices that work for my colleague
  • Using the correct build variant, one that also work for colleague
  • Restarted ADB

'Installation failed because the device "device name" disconnected'.

0 投票
0 回答
26 浏览

r - RShiny:与服务器断开连接

日志

上面的代码显示在我部署的闪亮应用程序设置中的日志部分。如果我的代码中没有包含 setwd,它将不会读取所需的文件并且不会运行。任何人都可以帮助我吗?

0 投票
1 回答
548 浏览

python - Tensorflow Colab: Runtime disconnected 与运行时的连接已超时

为什么在运行模型 2 小时后,我得到一个弹出窗口,上面写着:

我重新启动了运行时,并认为我有 12 个小时来训练模型。任何想法如何避免这种情况?我的另一个问题:是否可以使用 TF 或 Python API 找出运行时断开连接的剩余时间?