-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
I've started getting "Bad gateway" errors in a script that previously was working flawlessly.
pyzotero.zotero_errors.HTTPError:
Code: 504
URL: https://api.zotero.org/groups/1234567890/items/top?itemType=book&limit=100&start=300
Method: GET
Response: <html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
</body>
</html>
How does pyzotero handle these kinds of errors? Do I need to handle the error catching in my script, or is there a way to let pyzotero retry whatever it was trying to do?
Metadata
Metadata
Assignees
Labels
No labels