简体   繁体   English

$ myHttpURLforOrionPlugin的插件握手超时

[英]Plugin handshake timeout for $myHttpURLforOrionPlugin

I followed these steps from the guide found at http://planetorion.org/news/2012/01/writing-a-content-assist-plugin-for-orion/ and modified the Ruby plugin to handle keyword assist for some PHP keywords. 我遵循了http://planetorion.org/news/2012/01/writing-a-content-assist-plugin-for-orion/上的指南中的这些步骤,并修改了Ruby插件以处理某些PHP关键字的关键字辅助。 I copied the git repo and have an almost identic repo at https://github.com/oscaralmgrenibm/orion.php.git 我复制了git仓库,并在https://github.com/oscaralmgrenibm/orion.php.git上拥有几乎相同的仓库

Now I've also installed and uploaded my files to a placeholder app running at http://oscarorionplugin.mybluemix.net/phpEditor.html . 现在,我还安装了文件并将其上传到运行在http://oscarorionplugin.mybluemix.net/phpEditor.html的占位符应用程序中。 Using that link in my DevOps Services Eclipse Orion WebIDE, I get the following error: 使用我的DevOps Services Eclipse Orion WebIDE中的链接,出现以下错误:

Plugin handshake timeout for: http://oscarorionplugin.mybluemix.net/phpEditor.html 插件握手超时: http : //oscarorionplugin.mybluemix.net/phpEditor.html

Anyone had similar issues and figured out what needs to be done? 任何人都有类似的问题,并想出需要做什么?

Current Solution 当前解决方案

  1. Create a new public project on IBM DevOps Services, init git repo and put all files related to the plugin there. 在IBM DevOps Services上创建一个新的公共项目 ,初始化git repo并将所有与插件相关的文件放在此处。
  2. Browse project and open up yourPlugin.html in web editor (Edit code) 浏览项目并在Web编辑器中打开yourPlugin.html (编辑代码)
  3. Right-click file and choose View in Browser 右键单击文件,然后选择在浏览器中查看
  4. Copy URL from browser 从浏览器复制URL
  5. Paste in Install Plugin button URL 粘贴到“安装插件”按钮的URL中

It seems to be related to HTTPS and I have no further details at this moment on how to do it in a simpler way. 它似乎与HTTPS有关,目前我没有更多有关如何以更简单的方式进行操作的详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM