HttpClientTimeout(500: Timeout exceeded)
zcyzhuangzhou opened this issue · 3 comments
zcyzhuangzhou commented
First, I have created an API token.
Next, I want to query papers by title using this code:
from paperswithcode import PapersWithCodeClient
client = PapersWithCodeClient(token="my_token")
papers = client.paper_list(q=title)
but I got HttpClientTimeout error:
tea_client.errors.HttpClientTimeout: HttpClientTimeout(500: Timeout exceeded)
Is there any way to prevent read timeout, or is it possible to modify the value of timeout?
deep-diver commented
looks like q parameter does not work for now.
I am having the same issue, can you please check? @alefnula
alefnula commented
Fixed, will be released tomorrow as version 0.2.0
deep-diver commented
Thanks for the quick action!