Summary: | ISBNdb returns no results with multiple ISBN numbers, work with single number lookup | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | tim |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.2.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/tellico/commit/37fcff21eae2e8e3d10bb4884a97ac0b91403be2 | Version Fixed In: | 3.3.3 |
Sentry Crash Report: |
Description
tim
2020-01-05 01:57:55 UTC
Tellico doesn't support searching multiple ISBN values with the ISBNdb. It shouldn't fail silently though. I'll try to fix that. In any case, the API version that Tellico uses will not be supported after May 1, 2020. (https://isbndb.com/apidocs) I'm working on updating to the new version, but that only supports searching for multiple ISBN values in the Premium and Pro subscription plans. https://isbndb.com/apidocs/v2 Git commit 8628c977cbfdb6f6660528fac7ef50b19c9e3603 by Robby Stephenson. Committed on 03/09/2020 at 01:31. Pushed by rstephenson into branch '3.3'. Update ISBNdb data source to search for multiple ISBN values Per the API documentation, this functionality is only available for Premium and Pro plans. However, with my current Premium plan, I still fail to receive results. FIXED-IN: 3.3.3 M +4 -0 ChangeLog M +45 -13 src/fetch/isbndbfetcher.cpp M +1 -3 src/fetch/isbndbfetcher.h M +44 -14 src/tests/isbndbfetchertest.cpp https://invent.kde.org/office/tellico/commit/8628c977cbfdb6f6660528fac7ef50b19c9e3603 Git commit 37fcff21eae2e8e3d10bb4884a97ac0b91403be2 by Robby Stephenson. Committed on 03/09/2020 at 01:31. Pushed by rstephenson into branch 'master'. Update ISBNdb data source to search for multiple ISBN values Per the API documentation, this functionality is only available for Premium and Pro plans. However, with my current Premium plan, I still fail to receive results. FIXED-IN: 3.3.3 M +4 -0 ChangeLog M +45 -13 src/fetch/isbndbfetcher.cpp M +1 -3 src/fetch/isbndbfetcher.h M +44 -14 src/tests/isbndbfetchertest.cpp https://invent.kde.org/office/tellico/commit/37fcff21eae2e8e3d10bb4884a97ac0b91403be2 |