View Issue Details

IDProjectCategoryView StatusLast Update
0000539librarianBugpublic2026-07-28 13:40
Reportermikee Assigned Tomikee  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
PlatformPCOSLinuxOS VersionOS
Summary0000539: This happened on lookup by ISBN in the edit window.
Description

Traceback (most recent call last):
File "/home/mikee/.local/lib/python3.11/site-packages/librarian/add_edit.py", line 186, in on_button_isbn_lookup_clicked
mybook.webquery(self.isbn.get_text())
File "/home/mikee/.local/lib/python3.11/site-packages/librarian/book.py", line 123, in webquery
data = self.lookup(isbn)
^^^^^^^^^^^^^^^^^
File "/home/mikee/.local/lib/python3.11/site-packages/librarian/book.py", line 136, in lookup
data = lookup.googleapi(str(isbn).strip().strip('-'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mikee/.local/lib/python3.11/site-packages/librarian/lookup_books.py", line 37, in googleapi
DEBUG(r.json())
^^^^^^
AttributeError: 'NoneType' object has no attribute 'json'

TagsNo tags attached.
Attach Tags
Git commit
GitLab/Hub Issue

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-04-13 19:38 mikee New Issue
2026-04-13 19:38 mikee Status new => assigned
2026-04-13 19:38 mikee Assigned To => mikee
2026-04-13 19:39 mikee Summary This happened on lookuo by ISBN => This happened on lookup by ISBN in the edit window.
2026-05-04 11:56 mikee Severity minor => major
2026-07-28 13:40 mikee Status assigned => closed
2026-07-28 13:40 mikee Resolution open => no change required