CentreForDigitalHumanities / edpop-explorer

Common interface to multiple library catalogues and bibliographical databases
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

USTC retrieval issue #41

Closed linguistcrg closed 2 months ago

linguistcrg commented 3 months ago

While performing a search of the word "almanac", instead of getting this output: Performing query: almanac

I get the following output:

Performing query: SQLPreparedQuery(where_statement='WHERE E.std_title LIKE ? OR E.author_name_1 LIKE ? OR E.author_name_2 LIKE ? OR E.author_name_3 LIKE ? OR E.author_name_4 LIKE ? OR E.author_name_5 LIKE ? OR E.author_name_6 LIKE ? OR E.author_name_7 LIKE ? OR E.author_name_8 LIKE ? ', arguments=['%almanac%', '%almanac%', '%almanac%', '%almanac%', '%almanac%', '%almanac%', '%almanac%', '%almanac%', '%almanac%'])
Error while fetching results: USTC database not found. Please obtain the file ustc.sqlite3 from the project team and add it to the following directory: /Users/username/Library/Application Support/edpop-explorer

And I don't get any results.

tijmenbaarda commented 2 months ago

Closed with readme comment by #44