Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEOFON /GFZ data retrieving error - Orientpy/StDb #22

Open
DasunSenana opened this issue Dec 6, 2024 · 0 comments
Open

GEOFON /GFZ data retrieving error - Orientpy/StDb #22

DasunSenana opened this issue Dec 6, 2024 · 0 comments

Comments

@DasunSenana
Copy link

@paudetseis

During the GFZ - GE network data retrieving, There were several issues occurred as follows;

Traceback (most recent call last):
File "/home/vboxuser/anaconda3/lib/python3.11/http/client.py", line 592, in _read_chunked
value.append(self._safe_read(chunk_left))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/vboxuser/anaconda3/lib/python3.11/http/client.py", line 633, in _safe_read
raise IncompleteRead(data, amt-len(data))
http.client.IncompleteRead: IncompleteRead(21 bytes read, 13 more expected)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/vboxuser/anaconda3/lib/python3.11/site-packages/obspy/clients/fdsn/client.py", line 1958, in download_url
reader = url_obj.read()
^^^^^^^^^^^^^^
File "/home/vboxuser/anaconda3/lib/python3.11/http/client.py", line 460, in read
return self._read_chunked(amt)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/vboxuser/anaconda3/lib/python3.11/http/client.py", line 598, in _read_chunked
raise IncompleteRead(b''.join(value)) from exc
http.client.IncompleteRead: IncompleteRead(188488 bytes read)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/vboxuser/anaconda3/lib/python3.11/site-packages/orientpy/scripts/bng_calc_auto.py", line 437, in main
cat = cat_client.get_events(
^^^^^^^^^^^^^^^^^^^^^^
File "/home/vboxuser/anaconda3/lib/python3.11/site-packages/obspy/clients/fdsn/client.py", line 550, in get_events
data_stream = self._download(url)
^^^^^^^^^^^^^^^^^^^
File "/home/vboxuser/anaconda3/lib/python3.11/site-packages/obspy/clients/fdsn/client.py", line 1482, in _download
code, data = download_url(
^^^^^^^^^^^^^
File "/home/vboxuser/anaconda3/lib/python3.11/site-packages/obspy/clients/fdsn/client.py", line 1962, in download_url
raise HTTPException(msg)
http.client.HTTPException: Problem retrieving data from datacenter. Try reducing size of request.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/vboxuser/anaconda3/bin/bng_calc_auto", line 8, in
sys.exit(main())
^^^^^^
File "/home/vboxuser/anaconda3/lib/python3.11/site-packages/orientpy/scripts/bng_calc_auto.py", line 441, in main
raise(Exception(" Fatal Error: Cannot download Catalogue"))
Exception: Fatal Error: Cannot download Catalogue

I want to request your feedback and helping hands regarding this issue. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant