Skip to content

Instantly share code, notes, and snippets.

@retorquere
Created April 8, 2018 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retorquere/cfde0130094a166e0bb8fd0979bf9f59 to your computer and use it in GitHub Desktop.
Save retorquere/cfde0130094a166e0bb8fd0979bf9f59 to your computer and use it in GitHub Desktop.
JavaScript warning: resource://gre/modules/commonjs/toolkit/loader.js -> resource://zotero/bluebird/util.js, line 201: unreachable code after return statement
zotero(3)(+0000000): BBT: loading content/BetterBibTeX.ts
zotero(3)(+0000000): BBT: loading content/prefs.ts
zotero(3)(+0000000): BBT: loading content/debug.ts
zotero(3)(+0000000): BBT: loading content/debug-formatter.ts
zotero(3)(+0000001): BBT: loaded content/debug-formatter.ts
zotero(3)(+0000000): BBT: loaded content/debug.ts
zotero(3)(+0000000): BBT: loading content/events.ts
zotero(3)(+0000002): BBT: loading content/monkey-patch.ts
zotero(3)(+0000000): BBT: loaded content/monkey-patch.ts
zotero(3)(+0000000): {better-bibtex} events: handler registered for preference-changed
zotero(3)(+0000000): {better-bibtex} events: handler registered for items-changed
zotero(3)(+0000001): {better-bibtex} events: handler registered for items-removed
zotero(3)(+0000000): {better-bibtex} events: handler registered for libraries-changed
zotero(3)(+0000000): {better-bibtex} events: handler registered for collections-changed
zotero(3)(+0000000): {better-bibtex} events: handler registered for collections-removed
zotero(3)(+0000000): {better-bibtex} events: handler registered for libraries-removed
zotero(3)(+0000000): {better-bibtex} events: handler registered for loaded
zotero(3)(+0000001): BBT: loaded content/events.ts
zotero(3)(+0000000): BBT: loading content/zotero-config.ts
zotero(3)(+0000000): {better-bibtex} zotero config loaded: {
"GUID": "zotero@chnm.gmu.edu",
"ID": "zotero",
"CLIENT_NAME": "Zotero",
"DOMAIN_NAME": "zotero.org",
"REPOSITORY_URL": "https://repo.zotero.org/repo/",
"REPOSITORY_CHECK_INTERVAL": 86400,
"REPOSITORY_RETRY_INTERVAL": 3600,
"BASE_URI": "http://zotero.org/",
"WWW_BASE_URL": "https://www.zotero.org/",
"PROXY_AUTH_URL": "https://s3.amazonaws.com/zotero.org/proxy-auth",
"API_URL": "https://api.zotero.org/",
"STREAMING_URL": "wss://stream.zotero.org/",
"RECOGNIZE_URL": "https://recognize.zotero.org/",
"API_VERSION": 3,
"PREF_BRANCH": "extensions.zotero.",
"BOOKMARKLET_ORIGIN": "https://www.zotero.org",
"HTTP_BOOKMARKLET_ORIGIN": "http://www.zotero.org",
"BOOKMARKLET_URL": "https://www.zotero.org/bookmarklet/",
"START_URL": "https://www.zotero.org/start",
"QUICK_START_URL": "https://www.zotero.org/support/quick_start_guide",
"PDF_TOOLS_URL": "https://www.zotero.org/download/xpdf/",
"SUPPORT_URL": "https://www.zotero.org/support/",
"TROUBLESHOOTING_URL": "https://www.zotero.org/support/getting_help",
"FEEDBACK_URL": "https://forums.zotero.org/",
"CONNECTORS_URL": "https://www.zotero.org/download/connectors",
"Zotero": {
"version": "5.0.44",
"platform": "Linux x86_64",
"oscpu": "Linux x86_64",
"locale": "en-US",
"appName": "Zotero",
"appVersion": "5.0.44",
"isZotero": true,
"isJurisM": false
}
}
zotero(3)(+0000000): BBT: loaded content/zotero-config.ts
zotero(3)(+0000001): BBT: loaded content/prefs.ts
zotero(3)(+0000000): BBT: loading content/pull-export.ts
zotero(3)(+0000000): BBT: loading content/translators.ts
zotero(3)(+0000000): BBT: loaded content/translators.ts
zotero(3)(+0000000): BBT: loaded content/pull-export.ts
zotero(3)(+0000000): BBT: loading content/json-rpc.ts
zotero(3)(+0000000): BBT: loading content/key-manager.ts
zotero(3)(+0000000): BBT: loading content/flash.ts
zotero(3)(+0000000): BBT: loaded content/flash.ts
zotero(3)(+0000000): BBT: loading content/db/zotero.ts
zotero(3)(+0000000): BBT: loaded content/db/zotero.ts
zotero(3)(+0000001): BBT: loading content/get-items-async.ts
zotero(3)(+0000000): BBT: loaded content/get-items-async.ts
zotero(3)(+0000000): BBT: loading content/key-manager/get-set.ts
zotero(3)(+0000000): BBT: loaded content/key-manager/get-set.ts
zotero(3)(+0000000): BBT: loading content/key-manager/formatter.ts
zotero(3)(+0000000): BBT: loading content/dateparser.ts
zotero(3)(+0000008): BBT: loaded content/dateparser.ts
zotero(3)(+0000006): BBT: loading content/journal-abbrev.ts
zotero(3)(+0000000): BBT: loaded content/journal-abbrev.ts
zotero(3)(+0000002): {better-bibtex} PatternFormatter.update:
zotero(3)(+0000001): {better-bibtex} PatternFormatter.update: trying citekeyFormat [auth:lower:nopunct][shorttitle:capitalize][year]...
zotero(3)(+0000003): {better-bibtex} PatternFormatter.update: citekeyFormat= [auth:lower:nopunct][shorttitle:capitalize][year] function anonymous() {
var loop, citekey, postfix, chunk;
for (loop = true; loop; loop=false) {
citekey = ''; postfix = 'a';
chunk = this.$auth(false, false, ""); chunk = this.clean(chunk); chunk = this._lower(chunk); chunk = this._nopunct(chunk); citekey += chunk;
chunk = this.$shorttitle(); chunk = this._capitalize(chunk); citekey += chunk;
chunk = this.$year(); citekey += chunk;
citekey = citekey.replace(/[\s{},]/g, '');
if (citekey) return {citekey: citekey, postfix: postfix};
}
return {citekey: ''};
}
zotero(3)(+0000000): BBT: loaded content/key-manager/formatter.ts
zotero(3)(+0000000): BBT: loading content/db/main.ts
zotero(3)(+0000000): BBT: loading content/db/loki.ts
zotero(3)(+0000083): BBT: loaded content/db/loki.ts
zotero(3)(+0000000): BBT: loading content/create-file.ts
zotero(3)(+0000000): BBT: loaded content/create-file.ts
zotero(3)(+0000000): BBT: loaded content/db/main.ts
zotero(3)(+0000000): BBT: loading content/auto-export.ts
zotero(3)(+0000004): {better-bibtex} events: handler registered for preference-changed
zotero(3)(+0000000): {better-bibtex} events: handler registered for libraries-changed
zotero(3)(+0000000): {better-bibtex} events: handler registered for libraries-removed
zotero(3)(+0000000): {better-bibtex} events: handler registered for collections-changed
zotero(3)(+0000001): {better-bibtex} events: handler registered for collections-removed
zotero(3)(+0000000): BBT: loaded content/auto-export.ts
zotero(3)(+0000000): BBT: loaded content/key-manager.ts
zotero(3)(+0000000): BBT: loaded content/json-rpc.ts
zotero(3)(+0000000): {better-bibtex} Loading Better BibTeX
zotero(3)(+0000000): BBT: loading content/db/cache.ts
zotero(3)(+0000000): {better-bibtex} events: handler registered for preference-changed
zotero(3)(+0000001): BBT: loaded content/db/cache.ts
zotero(3)(+0000000): BBT: loading content/serializer.ts
zotero(3)(+0000000): BBT: loaded content/serializer.ts
zotero(3)(+0000000): BBT: loading content/aux-scanner.ts
zotero(3)(+0000000): BBT: loaded content/aux-scanner.ts
zotero(3)(+0000000): BBT: loading content/tex-studio.ts
zotero(3)(+0000000): BBT: loaded content/tex-studio.ts
zotero(3)(+0000000): BBT: loading content/cayw.ts
zotero(3)(+0000000): BBT: loading content/cayw/formatter.ts
zotero(3)(+0000000): BBT: loading content/addon-manager.ts
zotero(3)(+0000000): BBT: loaded content/addon-manager.ts
zotero(3)(+0000000): BBT: loaded content/cayw/formatter.ts
zotero(3)(+0000001): BBT: loaded content/cayw.ts
zotero(3)(+0000000): BBT: loading content/qr-check.ts
zotero(3)(+0000000): BBT: loaded content/qr-check.ts
zotero(3)(+0000000): BBT: loading content/title-case.ts
zotero(3)(+0000000): BBT: loaded content/title-case.ts
zotero(3)(+0000000): BBT: loading content/var-extract.ts
zotero(3)(+0000000): BBT: loaded content/var-extract.ts
zotero(3)(+0000001): {better-bibtex} Loading Better BibTeX: setup done
zotero(3)(+0000000): BBT: loaded content/BetterBibTeX.ts
zotero(3)(+0000000): BBT: loading content/KeyManager.ts
zotero(3)(+0000001): BBT: loaded content/KeyManager.ts
zotero(3)(+0000000): BBT: loading content/TestSupport.ts
zotero(3)(+0000000): BBT: loaded content/TestSupport.ts
zotero(3)(+0000000): BBT: loading content/ItemPane.ts
zotero(3)(+0000001): BBT: loaded content/ItemPane.ts
zotero(3)(+0000087): Setting mode to note
zotero(3)(+0000006): Setting mode to note
zotero(3)(+0000006): Setting mode to note
zotero(3)(+0000006): Setting mode to note
zotero(3)(+0000081): LibreOfficePlugin: Communication server listening on 127.0.0.1:23116
zotero(3)(+0000000): LibreOfficePlugin: Registering shutdown listener
zotero(3)(+0000000): {better-bibtex} Loading Better BibTeX: starting...
zotero(4)(+0000007): Unregistering notifier observer in notifier with id 'itembox_GZ'
zotero(3)(+0000071): Using data directory /home/emile/Zotero
[Exception... "Component returned failure code: 0x80520005 (NS_ERROR_FILE_DESTINATION_NOT_DIR) [nsILocalFile.create]" nsresult: "0x80520005 (NS_ERROR_FILE_DESTINATION_NOT_DIR)" location: "JS frame :: chrome://zotero/content/xpcom/ipc.js :: Zotero.IPC</this.init :: line 36" data: no]
zotero(3)(+0000062): {better-bibtex} TeXstudio: found at /usr/bin/texstudio
zotero(3)(+0000001): {better-bibtex} Startup progress: waiting for Zotero locks...
zotero(3)(+0000866): PluginInstaller: fetching addon info
zotero(3)(+0000025): PluginInstaller: addon info fetched
zotero(3)(+0009572): Zotero.Utilities.Internal.quitZotero() is deprecated -- use quit()
zotero(4)(+0000017): Unregistering notifier observer in notifier with id 'itemPane_fF'
zotero(4)(+0000001): Unregistering notifier observer in notifier with id 'itembox_jP'
zotero(4)(+0000000): Unregistering notifier observer in notifier with id 'tagsbox_SM'
zotero(4)(+0000001): Unregistering notifier observer in notifier with id 'noteeditor_u1'
zotero(4)(+0000000): Unregistering notifier observer in notifier with id 'noteeditor_zP'
zotero(4)(+0000000): Unregistering notifier observer in notifier with id 'relatedbox_vQ'
zotero(4)(+0000000): Unregistering notifier observer in notifier with id 'itembox_Q4'
zotero(4)(+0000000): Unregistering notifier observer in notifier with id 'attachmentbox_Ob'
zotero(3)(+0000012): Shutting down Zotero
zotero(3)(+0000001): LibreOfficePlugin: Shutting down communication server
zotero(3)(+0000007): LibreOfficePlugin: Communication server going offline
zotero(3)(+0000064): {better-bibtex} Loki.DBStore.shutdown: closing better-bibtex
zotero(3)(+0000001): {better-bibtex} DBStore.close better-bibtex
zotero(3)(+0000000): {better-bibtex} Loki.FileStore.shutdown: closing cache
zotero(3)(+0000002): {better-bibtex} Loki.DBStore.shutdown: closed better-bibtex
zotero(3)(+0000000): {better-bibtex} Loki.FileStore.shutdown: closed cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment