-
Notifications
You must be signed in to change notification settings - Fork 41
client.download() not working. Gives error (Not a gzipped file (b'<?')). #40
Comments
Hi I have same issue. |
yes i fixed it. I created a fork and add this code chunk in try except block. It worked for me. |
I installed comcrawl today by pip install comcrawl. And I did
is there anything I can dig? |
create a fork from original repo and add try except in client.download() method. Or i can send you my module if you can share your email. |
When I use "CC-MAIN-2022-33" as index like below,
I did not get an error but client.results is []. When I use "2022-33" as index like below,
I got an error. I'm not sure how to set index correctly. Thanks in advance. |
I'm facing the same problem. I changed the URL_TEMPLATE here EDIT: It seems this PR did the same, I don't know why it doesn't get merged #41 |
I have issues and get this error. Is there something I'm missing in my setup? During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Nevermind, my issue was VPN related. |
client = IndexClient(["2019-51", "2019-47"])
client.search("reddit.com/r/MachineLearning/*")
client.download()
trying to download html pages but not working. Gives error (Not a gzipped file (b'<?')).
The text was updated successfully, but these errors were encountered: