I used MassDownloader
to download seismic data, it worked well before today, but raised bug today:
ValueError: Could not parse the WADL at ‘http://eida.geo.uib.no/nnsn_eqcat/fdsnws/event/1/’. Invalid WADL?
/xxx/anaconda3/envs/seis/lib/python3.10/multiprocessing/pool.py:268: ResourceWarning: unclosed running multiprocessing pool <multiprocessing.pool.ThreadPool state=RUN pool_size=28>
I tried to kill the associated process (even using the command killall -u username
), but it didn’t work and still raise the Error above. Further, I tested a toy scripts using from multiprocessing import Pool
, it worked well.