Notifications, questions and comments related to using the DMC’s web services
- Email address
- webservices@lists.ds.iris.edu
- Type
-
Announcement
Announcement lists are for sending a one-way message to a wide audience. Anyone can post a message — only subscribe if you want to start receiving this type of announcement.
- Subscribers
- 321
- Moderated by
- Chad Trabant, Robert Casey, gillian@iris.washington.edu, Gillian Sharer, Rob Casey
- Related tags
- Web Service
December
November
October
September
August (3)
July
June
May (1)
April (1)
March (6)
February (10)
January (4)
November
October
September
August (3)
July
June
May (1)
April (1)
March (6)
February (10)
January (4)
December
November
October (9)
September
August (3)
July (3)
June (1)
May (1)
April (1)
March (2)
February
January (1)
November
October (9)
September
August (3)
July (3)
June (1)
May (1)
April (1)
March (2)
February
January (1)
December (2)
November (3)
October (3)
September
August
July
June
May (8)
April
March
February (2)
January
November (3)
October (3)
September
August
July
June
May (8)
April
March
February (2)
January
December
November
October
September
August (1)
July (1)
June
May (4)
April
March (3)
February (19)
January (4)
November
October
September
August (1)
July (1)
June
May (4)
April
March (3)
February (19)
January (4)
December (2)
November
October (2)
September (1)
August
July (2)
June (1)
May (1)
April
March
February
January (3)
November
October (2)
September (1)
August
July (2)
June (1)
May (1)
April
March
February
January (3)
December
November (5)
October
September (3)
August (3)
July
June (4)
May (1)
April (6)
March (2)
February (2)
January
November (5)
October
September (3)
August (3)
July
June (4)
May (1)
April (6)
March (2)
February (2)
January
December (1)
November
October (2)
September (2)
August (6)
July (2)
June (5)
May (1)
April (9)
March (1)
February (5)
January
November
October (2)
September (2)
August (6)
July (2)
June (5)
May (1)
April (9)
March (1)
February (5)
January
December
November
October
September
August
July
June
May
April
March
February
January
November
October
September
August
July
June
May
April
March
February
January
December
November
October
September
August
July
June
May
April
March
February
January
November
October
September
August
July
June
May
April
March
February
January
December
November
October
September
August
July
June
May
April
March
February
January
November
October
September
August
July
June
May
April
March
February
January
Active Message Threads for February 2023
Retrying, sorry my previous mail got incorrectly formatted probably
because of the included PGP signature.
Hi!
I think I am running into the same type of problems as has been reported
previously. I find that about 1 in 30 requests returns corrupt
StationXML. Looks like there is e.g. a stray debug print statement in
the server code, printing the size of the following block as a hex value.
Here's an excerpt from one of the corrupt results (the `2000` lines are
the problem):
```
2000
<?x…
[more]
Replies
-
Re: More Stations service problems - Rob Casey - 2023-02-08 13:48:29
-
Re: More Stations service problems - Andres Heinloo - 2023-02-08 22:58:59
-
Re: More Stations service problems - Sebastian Heimann - 2023-02-09 11:52:03
-
Re: More Stations service problems - Rob Casey - 2023-02-09 09:18:37
-
-
-
Hello Andres,
Thank you for the link. I think you are right. I will check our python code and see if I can uncover a cause in the client, or any other information.
Regards,
Matthew
-----Original Message-----
From: Andres Heinloo <andres@gfz-potsdam.de>
Sent: Thursday, 9 February 2023 12:31 PM
To: Matthew Hoyles <Matthew.Hoyles@ga.gov.au>; webservices@lists.ds.iris.edu; Matthew Hoyles (via IRIS) <webservices-bounce@lists.ds.iris.edu>
Subject: Re: [IRIS][webservices] More Stations service pro…
[more]
No replies
Hello Rob,
A little extra information: the line breaks surrounding the inserted hex numbers are <cr> <nl> (Windows style), not <nl> (Unix/Linux style) used for the rest of the XML. This might indicate a process running on a Windows machine is doing the inserting.
Regards,
Matthew
Matthew Hoyles
DevOps Engineer, Nuclear Monitoring | Information Services
Place, Space and Communities Division | GEOSCIENCE AUSTRALIA
-----Original Message-----
From: webservices-bounce@lists.ds.iris.edu <webs…
[more]
No replies
Hi!
I think I am running into the same type of problems as has been reported
previously. I find that about 1 in 30 requests returns corrupt
StationXML. Looks like there is e.g. a stray debug print statement in
the server code, printing the size of the following block as a hex value.
Here's an excerpt from one of the corrupt results (the `2000` lines are
the problem):
```
2000
<?xml version="1.0" encoding="ISO-8859-1"?>
<FDSNStationXML xmlns="http://www.fdsn.org/xml/stati…
[more]
No replies
Hi! I'm using Obspy to call the stations web service to get BH* and HH* channels for a given network and 2-hour time window. Code snippet:
Channels = DCclient.get_stations(startbefore=FileStart, endafter=FileEnd,
network=N.code, channel=CHANNELS, level='channel')
I get the following error:
could not retrieve channels for datacenter IRIS: KY Not a gzipped file (b'a\r') Traceback (most recent call last): File "/home/adept/code/Channels.py", line 213, in FDSNchannels Channels = DCc…
[more]
Replies
-
Re: More Stations service problems - Rob Casey - 2023-01-30 16:19:11
-
Re: More Stations service problems - Philip Crotwell - 2023-02-03 16:49:26
-
Re: More Stations service problems - Rob Casey - 2023-02-06 13:44:48
-
-