Harsh Shah
Harsh Shah
in the scraper : ``` if http_err.code == 404: continue ``` I think we are not raising exception here
> Returned zero results because the server didn't have any results This is simple to mimic , for example picking up a time range for year 2025. It returns an...
> Ok, so what will you do now? I feel , server error could only be found be actually returning the server error response. Right now if scraper gives an...
> > I feel , server error could only be found be actually returning the server error response. Right now if a directory gives an error it is queued back...
@nabobalis , if the issue is not yet tackled , i can help with this
hi @legoktm , i would like to contribute
> * make update-python3-requirements this command is not working for me(it is showing make is not an internal command) , instead can i use "pip install --upgrade --force-reinstall -r test-requirements.in"...
perhaps , we could use multithreading .
In ``` _make_query_to_client ``` . the current code is ``` for client in candidate_widget_types: tmpclient = client() kwargs = dict() # Handle the change in response format in the VSO...
 This is without using threads,  This is after using threads. I don't see any major difference here . The difference would've been apparent if we had several threads...