asokolov
About
- Username
- asokolov
- Joined
- Roles
- Member
Comments
-
Thanks, these work.
-
It works! Thanks a lot!
-
Concerning the scholar bot detection -- if I copy-paste the google scholar query string from the debug output into the browser everything works. The required article is found and no captcha displayed, as it happens when google suspects a bot.
-
The error message "Unexpected error..." is displayed in the small window with the metadata retrieval progress bar every time I try to retrieve the metadata for a PDF. Doesn't matter if it's the university network or from home. Haven't been usi…
-
Thanks a lot for the explanation. Now makes more sense to me.
-
Thanks for the reply. Sure, it doesn't solve anything in the configuration. Just out of technical curiosity, why isn't opening the database deferred to the moment when it's actually going to be used? Is it for the situation when one might…
-
For those who have Python here is a rewrite of the mronkko's script: #!/usr/bin/python import sqlite3 import os # Update this to match your data directory zoterostorage = "/home/......./zotero" zoterostoragefiles = zoterostorage + "/storage" dbh…