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

Get sync username pref with getComplexValue #598

Closed
dstillman opened this issue Dec 23, 2014 · 0 comments
Closed

Get sync username pref with getComplexValue #598

dstillman opened this issue Dec 23, 2014 · 0 comments
Labels

Comments

@dstillman
Copy link
Member

https://forums.zotero.org/discussion/43049/zotero-stand-alone-does-not-recognize-my-credentials/

Looks like by default Zotero.Prefs.get() gets an ASCII string, so it corrupts Unicode data. We need to use getComplexValue('sync.server.username', Components.interfaces.nsISupportsString) instead (though this also probably won't be relevant with the new sync architecture).

@dstillman dstillman changed the title Get sync usernames with getComplexValue Get sync username pref with getComplexValue Dec 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant