EarthScope / rover

ROVER: robust data access tool for FDSN data centers
https://earthscope.github.io/rover/
Other
10 stars 1 forks source link

CRITICAL: name 'os' is not defined #117

Closed chad-earthscope closed 4 years ago

chad-earthscope commented 5 years ago

A user reported this error when they were hitting the limits in the load balancer:

download.129475    ERROR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
download.129475    ERROR: Response contents (max 10 lines) are listed below:
download.129475 CRITICAL: name 'os' is not defined

The error we need to address is the CRITICAL: name 'os' is not defined. That looks like a call to a function in the os module, which has not been imported.