Skip to content
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

Cannot load MCD configuration file (reported from user) #2

Open
piroor opened this issue Sep 26, 2017 · 2 comments
Open

Cannot load MCD configuration file (reported from user) #2

piroor opened this issue Sep 26, 2017 · 2 comments

Comments

@piroor
Copy link
Member

piroor commented Sep 26, 2017

I have another problem, the configuration is not load from MCD. Here is the log :
 
ieview-we: Sending:  Object { command: "read-mcd-configs" }  common.js:14:40
ieview-we: Configs[storage] load: responded from others undefined  common.js:14:40
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.  ExtensionCommon.jsm:407
         withLastError resource://gre/modules/ExtensionCommon.jsm:407:9
         wrapPromise/< resource://gre/modules/ExtensionCommon.jsm:460:11
@piroor piroor changed the title Cannot load MCD configuration fail (reported from user) Cannot load MCD configuration file (reported from user) Sep 26, 2017
@piroor
Copy link
Member Author

piroor commented Oct 2, 2017

Response:

Where is the location your MCD configuration file placed at? IE View WE's native messaging host has very limited feature to read MCD configuration files, and only reads these two locations:

  • %AppData%/Mozilla/Firefox/Profiles/*.default/failover.jsc
  • (directory of the running Firefox)/*.cfg

And it doesn't load remote configuration file.

Anyway, because storage.managed is now available on Firefox 57, IE View IE should support it in the next release.

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/storage/managed
https://bugzilla.mozilla.org/show_bug.cgi?id=1386427

@piroor
Copy link
Member Author

piroor commented Oct 3, 2017

i have always the problem with mcd config. Here is my log :

stderr output from native app com.clear_code.ieview_we_host: 2017/10/03 10:59:22 TypeError: Cannot access member 'getService' of undefined
ieview-we: Failed to read MCD configs: common.js:14
ieview-we: force list: Array [ ]

Thus the native messaging host fails to respond. We need to output logs to local file by the native messaging host itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant