Chrome Zotero Connector stopped working in arXiv (MacOs)

I’m seeing a problem with the Zotero Connector on arXiv. Saving from both the abstract page and the PDF page is failing, but with different visible behaviour.

**Environment**

* macOS Tahoe 26.4.1
* Apple M1
* Zotero 9.0.3
* Chrome 148.0.7778.179, Official Build, arm64
* Zotero Connector in Chrome

**Pages affected**

* `https://arxiv.org/abs/...`
* `https://arxiv.org/pdf/...`

**Observed behaviour**

On `https://arxiv.org/pdf/...`, after pressing the Zotero Connector button, shown as **“Save to Zotero (arxiv.org)”**, nothing happens. I do not get any visible error message, and no item is added to Zotero.

On `https://arxiv.org/abs/...`, after pressing the Zotero Connector button, I eventually get this message:

> An error occurred saving with arXiv.org. Attempting to save using Embedded Metadata instead.

The item is then added to Zotero, but only as a **Web Page** item. This looks similar to the old fallback behaviour, rather than the expected arXiv/preprint item with correct metadata.

**Expected behaviour**

The Connector should save the arXiv paper as a proper arXiv/preprint item, with the correct title, authors, abstract, PDF attachment, and metadata, from either the abstract page or the PDF page.

**Connector debug information**

JavaScript errors:

```text
[JavaScript Error: "Error: HTTP request to https://export.arxiv.org/api/query?id_list=2508.09790&max_results=1 has timed out after 15000ms
at MessagingGeneric.sendMessage (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/messagingGeneric.js:203:12)
at async MessagingGeneric.fn. [as request] (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/messagingGeneric.js:97:21)
at async Zotero.Utilities.Translate.request (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/translate/utilities_translate.js:328:12)
at async Zotero.Utilities.Translate.requestText (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/translate/utilities_translate.js:357:10)
at async requestAtom (arXiv.org:352:13)
at async doWeb (arXiv.org:346:3)"]
```

```text
[JavaScript Error: "Error: HTTP request to https://export.arxiv.org/api/query?id_list=2508.09790&max_results=1 has timed out after 15000ms
at MessagingGeneric.sendMessage (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/messagingGeneric.js:203:12)
at async MessagingGeneric.fn. [as request] (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/messagingGeneric.js:97:21)
at async Zotero.Utilities.Translate.request (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/translate/utilities_translate.js:328:12)
at async Zotero.Utilities.Translate.requestText (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/translate/utilities_translate.js:357:10)
at async requestAtom (arXiv.org:352:13)
at async doWeb (arXiv.org:346:3)"]
```

```text
[JavaScript Error: "Error: HTTP request to https://export.arxiv.org/api/query?id_list=2510.25560&max_results=1 has timed out after 15000ms
at MessagingGeneric.sendMessage (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/messagingGeneric.js:203:12)
at async MessagingGeneric.fn. [as request] (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/messagingGeneric.js:97:21)
at async Zotero.Utilities.Translate.request (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/translate/utilities_translate.js:328:12)
at async Zotero.Utilities.Translate.requestText (chrome-extension://ekhagklcjbdpajgpjgmbionohlpdbjgc/translate/utilities_translate.js:357:10)
at async requestAtom (arXiv.org:352:13)
at async doWeb (arXiv.org:346:3)"]
```

It looks as if the arXiv translator is timing out when trying to query `https://export.arxiv.org/api/query`, after which the abstract page falls back to embedded metadata, while the PDF page fails silently.
Sign In or Register to comment.