-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Run uv run main.py --debug
Using CPython 3..
Creating virtual environment at: .venv
Installed 66 packages in 258ms
2025-08-02 4:47:02.56 | **mDEBUG | main::***52 - **mDebug mode is on.
2025-08-02 4:47:02.56 | *mINFO | main::57 - mRetrieving Zotero corpus...
Traceback (most recent call last):
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/.venv/lib/python3./site-packages/pyzotero/zotero.py", line 405, in _retrieve_data
self.request.raise_for_status()
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/.venv/lib/python3./site-packages/requests/models.py", line ***24, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 504 Server Error: Gateway Time-out for url: https://api.zotero.org/users/***/items?itemType=conferencePaper+%7C%7C+journalArticle+%7C%7C+preprint&format=json&limit=***0&locale=en-US
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/main.py", line 58, in
corpus = get_zotero_corpus(args.zotero_id, args.zotero_key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/main.py", line 23, in get_zotero_corpus
corpus = zot.everything(zot.items(itemType='conferencePaper || journalArticle || preprint'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/.venv/lib/python3./site-packages/pyzotero/zotero.py", line 54, in wrapped_f
retrieved = self._retrieve_data(func(self, args))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/.venv/lib/python3./site-packages/pyzotero/zotero.py", line 407, in _retrieve_data
error_handler(self, self.request, exc)
File "/home/runner/work/zotero-arxiv-daily/zotero-arxiv-daily/.venv/lib/python3.**/site-packages/pyzotero/zotero.py", line ***644, in error_handler
raise ze.HTTPError(err_msg(req)) from exc
pyzotero.zotero_errors.HTTPError:
Code: 504
URL: https://api.zotero.org/users/***/items?itemType=conferencePaper+%7C%7C+journalArticle+%7C%7C+preprint&format=json&limit=***0&locale=en-US
Method: GET
Response:
Error: Process completed with exit code ***.