Skip to content
Snippets Groups Projects
  1. Apr 10, 2020
  2. Apr 09, 2020
  3. Apr 08, 2020
  4. Apr 06, 2020
  5. Apr 05, 2020
  6. Apr 03, 2020
  7. Mar 30, 2020
    • Jeremy M Fee's avatar
      Merge pull request #288 from erigler-usgs/edge_factory_empty_ws_buffer · 21ee6968
      Jeremy M Fee authored
      Handle empty buffer returned from Edge
      Unverified
      21ee6968
    • Erin (Josh) Rigler's avatar
      Handle empty buffer returned from Edge · a3e3c12d
      Erin (Josh) Rigler authored
      ObsPy's waveserver.py (and associated methods) do not handle an empty
      buffer returned from Edge's earthworm server. In short, they generate
      a None value instead of an empty byte string as one might expect (and
      they clearly did expect, since they attempted `len(dat)` where dat
      was expected to be a byte string, but was a None object if/when Edge
      had no data. This fix employs a try/except clause to generate an
      empty string if the waveserver client fails with a TypeError, as is
      the case when Edge returns an empty buffer.
      a3e3c12d
  8. Mar 18, 2020
  9. Mar 17, 2020
Loading