Harsh Shah

Results 82 comments of 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"...

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...

![image](https://github.com/sunpy/sunpy/assets/80237556/f73cf580-f8ca-4494-b37f-6062bc9efa95) This is without using threads, ![image](https://github.com/sunpy/sunpy/assets/80237556/0427acd2-c1ff-4942-baf9-ad13ed2198e7) This is after using threads. I don't see any major difference here . The difference would've been apparent if we had several threads...