Skip to content

v0.1.8 — Friendly API Error Messages

Choose a tag to compare

@Agents365-ai Agents365-ai released this 26 Mar 04:57
· 185 commits to main since this release

Bug Fixes

  • fix(writer): Catch pyzotero API errors with user-friendly messages (#6)
    • 403 Write access denied → clear message to enable write permissions on API key
    • 400 Invalid user ID → guidance to use numeric userID instead of username
    • All other pyzotero errors now show clean messages instead of raw tracebacks
    • Applied to all 14 writer methods (add, delete, tags, collections, etc.)