I can't click the link to jump
When I click the URL link in the snapshot to view the log, troubleshooting:
[JavaScript Error: "Error 413 for item 6ECSGMQS in 我的文库:
ZoteroObjectUploadError: Note '封面图 合集测评类 干货攻略类 对比类 真实人物/场景类...' too long for item '9267380/6ECSGMQS'"]
[JavaScript Error: "Note '封面图 合集测评类 干货攻略类 对比类 真实人物/场景类...' too long for item '9267380/6ECSGMQS'" {file: "chrome://zotero/content/xpcom/sync/syncEngine.js" line: 1357}]
[JavaScript Error: "Made no progress during upload -- stopping" {file: "chrome://zotero/content/xpcom/sync/syncEngine.js" line: 1416}]
[JavaScript Error: "Made no progress during upload -- stopping" {file: "chrome://zotero/content/xpcom/sync/syncEngine.js" line: 1416}]
[JavaScript Error: "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.initWithPath]" {file: "chrome://zotero/content/xpcom/file.js" line: 47}]
[JavaScript Error: "Unexpected path value ''" {file: "chrome://zotero/content/xpcom/file.js" line: 56}]
[JavaScript Error: "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.initWithPath]" {file: "chrome://zotero/content/xpcom/file.js" line: 47}]
[JavaScript Error: "Unexpected path value ''" {file: "chrome://zotero/content/xpcom/file.js" line: 56}]
[JavaScript Error: "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.initWithPath]" {file: "chrome://zotero/content/xpcom/file.js" line: 47}]
[JavaScript Error: "Unexpected path value ''" {file: "chrome://zotero/content/xpcom/file.js" line: 56}]
version => 6.0.7-beta.3+c49a05d48, platform => Win32, oscpu => Windows NT 10.0; WOW64, locale => zh-CN, appName => Zotero, appVersion => 6.0.7-beta.3+c49a05d48, extensions => ZotFile (5.1.1, extension), Zotero LibreOffice Integration (6.0.0.SA.6.0.7-beta.3+c49a05d48, extension), Zotero Word for Windows Integration (6.0.0.SA.6.0.7-beta.3+c49a05d48, extension)
(3)(+0020004): itemTree.render(). Displaying Item Tree
(3)(+0001024): launchWithURI() not supported -- trying fallback executable
(1)(+0000000): NS_ERROR_FAILURE Exception: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.initWithPath] Zotero.File</this.pathToFile@chrome://zotero/content/xpcom/file.js:47:16 this.launchURL@chrome://zotero/content/xpcom/zotero.js:1072:18 ZoteroPane</this.loadURI@chrome://zotero/content/zoteroPane.js:3588:9 refresh/urlField.onclick@chrome://zotero/content/bindings/attachmentbox.xml:249:10
(1)(+0000000): Error: Unexpected path value '' Zotero.File</this.pathToFile@chrome://zotero/content/xpcom/file.js:56:11 this.launchURL@chrome://zotero/content/xpcom/zotero.js:1072:18 ZoteroPane</this.loadURI@chrome://zotero/content/zoteroPane.js:3588:9 refresh/urlField.onclick@chrome://zotero/content/bindings/attachmentbox.xml:249:10
(3)(+0000309): itemTree.render(). Displaying Item Tree
Do you recall how you added it?
Can you reproduce that with a newly added item?
Does this happen for all items or only some?
Can you select one of the affected items, go to Tools → Developer → Run JavaScript, run the following code, and let us know whether you get an error on the right?
var url = ZoteroPane.getSelectedItems()[0].getField('url')
var uri = Services.io.newURI(url, null, null);
var handler = Components.classes['@mozilla.org/uriloader/external-protocol-service;1']
.getService(Components.interfaces.nsIExternalProtocolService)
.getProtocolHandlerInfo('http');
handler.preferredAction = Components.interfaces.nsIHandlerInfo.useSystemDefault;
handler.launchWithURI(uri, null);