Citation generation fails in Zotero 3.0 dev build (firefox)
I'm hitting a problem in generating bibliographies. In a nutshell, any attempt to generate any bibliography, in any format, produces a dialog saying "[JavaScript Application] An error occured generating your bibliography. Please try again."
Looking at the error console reveals:
[JavaScript Error: "Access to restricted URI denied" {file: "chrome://zotero/content/xpcom/cite.js" line: 129}]
[JavaScript Error: "uncaught exception: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location: "chrome://zotero/content/xpcom/cite.js Line: 129"]"]
I'm using a bleeding-edge dev release (3.0b3.r10757). Looking at the code involved and poking around in the zotero directory in my profile, I'm guessing zotero is looking for files which don't exist, although it's been quite some time since I've used JS seriously, so my debugging skills might be completely off.
Paul
Looking at the error console reveals:
[JavaScript Error: "Access to restricted URI denied" {file: "chrome://zotero/content/xpcom/cite.js" line: 129}]
[JavaScript Error: "uncaught exception: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location: "chrome://zotero/content/xpcom/cite.js Line: 129"]"]
I'm using a bleeding-edge dev release (3.0b3.r10757). Looking at the code involved and poking around in the zotero directory in my profile, I'm guessing zotero is looking for files which don't exist, although it's been quite some time since I've used JS seriously, so my debugging skills might be completely off.
Paul
What locale are you using? What is general.useragent.locale in about:config set to?
general.useragent.locale is set to the rather unexciting 'en-US'.
Still poking around myself to see if I can find what's causing the hiccup.
Calling Zotero.Cite.System.retrieveLocale("en-US") works just fine. However this is an Australian machine, so I'm guessing en-AU is reaching Zotero somehow.
Is there any way I can see the contents of that debug ID? I'm curious to see what's inside it...
Debug ID D1365370948.
As to why the Ubuntu mods would break the dev XPI (but not, from memory, the beta), I do not know.