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

No provider to choose #2

Open
ajsb85 opened this issue May 16, 2017 · 2 comments
Open

No provider to choose #2

ajsb85 opened this issue May 16, 2017 · 2 comments

Comments

@ajsb85
Copy link

ajsb85 commented May 16, 2017

Hi, @dbestevez
I have the Thunderbird with Pydio for Filelink 1.4.2.

Daily 55.0a1 (2017-05-15) (64-bit)

Currently only the add-on of Box works.

image

Getting provider for type=MEGA FAILED; [Exception... "Component returned failure code: 0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance]" nsresult: "0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE)" location: "JS frame :: resource:///modules/cloudFileAccounts.js :: getProviderForType :: line 86" data: no]

The error is present in the file cloudFileAccounts.js line 92:

Cu.reportError("Getting provider for type=" + aType + " FAILED; " + e);


  getProviderForType: function(aType) {
    try {
      let className = categoryManager.getCategoryEntry(CATEGORY, aType);
      let provider = Cc[className].createInstance(Ci.nsIMsgCloudFileProvider);
      return provider;
    } catch (e) {
      if (e.result != Cr.NS_ERROR_NOT_AVAILABLE) {
        // If a provider is not available we swallow the error message.
        // Otherwise at least notify, so developers can fix things.
        Cu.reportError("Getting provider for type=" + aType + " FAILED; " + e);
      }
    }
    return null;
  },
@sperlab
Copy link

sperlab commented Jun 26, 2017

Same here with latest TB stable 52.2.1 32bits.

@ekozan
Copy link

ekozan commented Jul 31, 2017

Getting provider for type=Pydio4Filelink FAILED; [Exception... "Component returned failure code: 0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance]"  nsresult: "0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE)"  location: "JS frame :: resource:///modules/cloudFileAccounts.js :: cloudFileAccounts.getProviderForType :: line 86"  data: no]  cloudFileAccounts.js:92
	cloudFileAccounts.getProviderForType resource:///modules/cloudFileAccounts.js:92:9
	cloudFileAccounts.enumerateProviders resource:///modules/cloudFileAccounts.js:148:22
	next self-hosted:1120:9
	AAD_addAccountTypes chrome://messenger/content/cloudfile/addAccountDialog.js:181:5
	AAD_onInit chrome://messenger/content/cloudfile/addAccountDialog.js:77:9
	onload chrome://messenger/content/cloudfile/addAccountDialog.xul:1:8
	CFA_addAccountDialog resource:///modules/cloudFileAccounts.js:193:5
	CFT_addCloudFileAccount chrome://messenger/content/preferences/applications.js:759:22
	gCloudFileController.commands.cmd_addCloudfileAccount.doCommand chrome://messenger/content/preferences/applications.js:445:9
	gCloudFileController.doCommand chrome://messenger/content/preferences/applications.js:489:5
	goDoCommand chrome://global/content/globalOverlay.js:100:7
	oncommand

it's possible to fix it @dbestevez

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

3 participants