AuScope / seed-vault

Other
1 stars 0 forks source link

Getting "Error: 'NoneType' object is not iterable" at Step 2 #125

Open vjf opened 2 days ago

vjf commented 2 days ago

At "Step1" I select a single event. At "Step 2: Search & Select Stations" I draw a bow around the event, but get an error message "Error: 'NoneType' object is not iterable"

I also get the same error if I select "Step 1: Search & Select Stations" then hit the "Global Stations" button

filefolder commented 2 days ago

Can you specify the events/stations?

I guess the P arrivals are None somewhere. Possibly also related, but not all earthquakes have magnitudes (e.g. magnitude = None) and there needs to be a catch in this case. For plotting purposes a default magnitude could be 1.0.

vjf commented 2 days ago

I tried again, and now cannot reproduce. Network error?