Closed bminixhofer closed 4 years ago
Apologies for the late reply. I somehow missed notifications from this repository for a while. Were you able to get to the bottom of this issue? You could also try to use the hosted version of this API available at gutenberg.justamouse.com.
No worries. I decided to use another corpus for my project, so I didn't investigate this issue further. I'll see if I can reproduce it with my current setup.
Is the hosted version suitable for downloading many books? I don't want to DOS your server ;)
Resolving this. Please feel free to reopen if you have any additional questions.
Hi!
get_metadata
andget_etexts
returns an empty frozen set for me. The cache is populated:And
load_etext
works as expected:But
get_metadata
does nothing:Note that yesterday, in the same Python session in which I populated the cache, it worked. I am using Linux with Ubuntu 16.04. Thanks in advance for any help!